{"id":3685,"date":"2014-08-11T15:00:22","date_gmt":"2014-08-11T18:00:22","guid":{"rendered":"http:\/\/blogimpacta.com.br\/?p=3685"},"modified":"2014-08-11T15:00:22","modified_gmt":"2014-08-11T18:00:22","slug":"como-administrar-windows-por-linhas-de-comando","status":"publish","type":"post","link":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/","title":{"rendered":"Como administrar o Windows por linhas de comando"},"content":{"rendered":"<p style=\"text-align: justify;\">Muitos profissionais inciantes dizem que trabalhar com Windows \u00e9 f\u00e1cil em tela gr\u00e1fica. Bom, nesse ponto tenho que concordar, por\u00e9m, dizer que o Windows n\u00e3o tem comandos que fa\u00e7am todas as configura\u00e7\u00f5es sem precisar da telinha gr\u00e1fica \u00e9 uma senhora mentira. Com a populariza\u00e7\u00e3o do ambiente Server Core, sem a famosa \u00e1rea gr\u00e1fica do Windows, temos um aumento de performance, por\u00e9m, isso exige um ex\u00edmio conhecimento da interface de <em>command line<\/em>.<\/p>\n<p style=\"text-align: justify;\">Este tutorial \u00e9 para colocar aqui algumas linhas de\u00a0comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.<\/p>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><b>1) Scregedit.wsf<\/b><\/span><\/h2>\n<p style=\"text-align: justify;\"><b><\/b><b>Ativando atualiza\u00e7\u00f5es autom\u00e1ticas<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">cscript c:WindowsSystem32scregedit.wsf \/AU 4<\/span><\/p>\n<p style=\"text-align: justify;\"><strong>Obs.:<\/strong> A op\u00e7\u00e3o final 1 significa desativado e, em nosso caso, a op\u00e7\u00e3o 4 significa ativado.<\/p>\n<p style=\"text-align: justify;\"><b>Para obter ajuda da interface de linhas de comando do Server Core<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">cscript c:WindowsSystem32scregedit.wsf \/CLI<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Para obter ajuda no uso do scregedit.wsf<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">cscript c:WindowsSystem32scregedit.wsf \/?<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Para ativar o Remote Desktop for Admnistration de modo que aceite conex\u00f5es remotas<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">cscript c:WindowsSystem32scregedit.wsf \/ar 0<\/span><\/p>\n<p style=\"text-align: justify;\"><strong>Obs.:<\/strong> Neste caso, a op\u00e7\u00e3o 0 \u00e9 para aceitar e 1 para rejeitar.<\/p>\n<p style=\"text-align: justify;\"><b>Para desabilitar o alto n\u00edvel de seguran\u00e7a da conex\u00e3o remota<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">cscript c:WindowsSystem32scregedit.wsf \/cs 0<\/span><\/p>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><b>2) Administra\u00e7\u00e3o b\u00e1sica de usu\u00e1rios com linhas de comando<\/b><\/span><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><b><\/b><b>Ver usu\u00e1rios criados localmente (SAM)<\/b><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Net user<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Definindo a senha de Administrador<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Net user administrator *<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Acionar o help do comando net user<\/b><\/p>\n<p style=\"text-align: justify;\"><b><\/b><span style=\"color: #0000ff;\">Net help user | more<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Saber em que Server AD voc\u00ea esta autenticando<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Set logonserver<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Adicionando e excluindo usu\u00e1rios locais<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">net user angela \/add<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">net user angela \/delete<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">net user angela S3nh@* \/add<\/span><\/p>\n<p style=\"text-align: justify;\">Quando retorna o erro NET HELPMSG 2221 significa que o usu\u00e1rio do comando n\u00e3o foi encontrado. Por exemplo, voc\u00ea tentou apagar um usu\u00e1rio que n\u00e3o existe.<\/p>\n<p style=\"text-align: justify;\"><b>Adicionar um usu\u00e1rio em um grupo<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Net localgroup Administrators \/add<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Ver quais s\u00e3o os grupos dispon\u00edveis<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">net localgroup<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Colocar um usu\u00e1rio em um determinado grupo<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">net localgroup guests \/add angela<\/span><\/p>\n<p style=\"text-align: justify;\">Quando voc\u00ea tenta agregar comandos como, por exemplo, criar o usu\u00e1rio e automaticamente tentar colocar em um grupo, ele pode retornar o erro NET HELPMSG 3783<\/p>\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><b>3) Configura\u00e7\u00e3o de interface de rede (NIC) &#8211; Network Interface Card<\/b><\/span><\/h2>\n<p style=\"text-align: justify;\"><b>Ver interface dispon\u00edveis<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">netsh interface show interface<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Mostrar interface que est\u00e1 utilizando IPV4<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">netsh interface ipv4 show interfaces<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Colocando uma interface em modo DHCP<\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Netsh interface ipv4 set address name=\u201cMinha conexao\u201d source=dhcp<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Adicionando IPV4 a uma interface <\/b><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\">Netsh interface ipv4 set address name=\u201cMinha conexao\u201d source=static address=192.168.0.30 mask=255.255.255.0 gateway=192.168.0.1<\/span><\/p>\n<p>&nbsp;<br \/>\n<b>Configurando o DNS<\/b><br \/>\n<span style=\"color: #0000ff;\">Netsh interface IPV4 add dnsserver name=1 address=192.168.0.2 ndex=1<\/span><br \/>\n&nbsp;<br \/>\n<b>Renomeando o computador (n\u00e3o funciona em Win7)<\/b><br \/>\n<span style=\"color: #0000ff;\">netdom renamecomputer \/NewName:Fanfarrao45<\/span><br \/>\n&nbsp;<\/p>\n<h2><span style=\"font-size: 12pt;\"><b>4) Configura\u00e7\u00f5es de Firewall do Windows com linhas de comando<\/b><\/span><\/h2>\n<p style=\"text-align: justify;\">Uma observa\u00e7\u00e3o interessante \u00e9 que esse comando mudou de <em>string<\/em>. Em vers\u00f5es antigas n\u00e3o temos o <em>adv<\/em> na frente do comando. Por exemplo, em vez de digitar <em>netsh advfirewall show config digitar\u00edamosnetsh firewall show config<\/em> no Windows XP ou Windows 7. Portanto, esse comando pode sofrer varia\u00e7\u00e3o.<\/p>\n<p>&nbsp;<br \/>\n<b>Ver as configura\u00e7\u00f5es atuais do Firewall<\/b><br \/>\n<span style=\"color: #0000ff;\">netsh advfirewall show config<\/span><br \/>\n&nbsp;<br \/>\n<b>Habitando gerenciamento remoto<\/b><br \/>\n<span style=\"color: #0000ff;\">Netsh advfirewal set currentprofile settings remotemanagement enable<\/span><br \/>\n&nbsp;<br \/>\n<b>Ver as regras criadas<\/b><br \/>\n<span style=\"color: #0000ff;\">netsh advfirewall firewall show rule<\/span><br \/>\n&nbsp;<br \/>\n<b>Criando regras<\/b><\/p>\n<ul>\n<ul>\n<li><span style=\"color: #0000ff;\">netsh advfirewall firewall add rule name=&#8221;My Application&#8221; dir=in action=allow program=&#8221;C:MyAppMyApp.exe&#8221; enable=yes<\/span><\/li>\n<\/ul>\n<\/ul>\n<ul>\n<ul>\n<li><span style=\"color: #0000ff;\">netsh advfirewall firewall add rule name=&#8221;My Application&#8221; dir=in action=allow program=&#8221;C:MyAppMyApp.exe&#8221; enable=yes remoteip=157.60.0.1,172.16.0.0\/16,LocalSubnet profile=domain<\/span><\/li>\n<\/ul>\n<\/ul>\n<ul>\n<ul>\n<li><span style=\"color: #0000ff;\">netsh advfirewall firewall add rule name=&#8221;ICMP Allow incoming V4 echo request&#8221; protocol=icmpv4:8,any dir=in action=allow<\/span><\/li>\n<\/ul>\n<\/ul>\n<ul>\n<li><span style=\"color: #0000ff;\">netsh advfirewall firewall add rule name=&#8221;Block Type 13 ICMP V4&#8243; protocol=icmpv4:13,any dir=in action=block<\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-size: 12pt;\"><b>5) Administra\u00e7\u00e3o b\u00e1sica do servidor com linhas de comando<\/b><\/span><\/h2>\n<p><b style=\"text-align: justify;\">Verificar o estado atual de ativa\u00e7\u00e3o<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">slmgr.vbs \u2013xpr<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Remover a chave atual<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">slmgr.vbs \u2013upk<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Adicionar uma nova chave de ativa\u00e7\u00e3o<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">slmgr.vbs -ipk &lt;chave original do computador com tra\u00e7os&gt;<\/span><br \/>\n<span style=\"text-align: justify;\"><strong>Obs.:<\/strong> Esse comando exige eleva\u00e7\u00e3o e permiss\u00e3o de administrador<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Adicionar um host a um dom\u00ednio<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">Netdom join %computername% \/domain:&lt;DomainName&gt; \/userd:&lt;username&gt; \/passwordD:*<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Para tirar um equipamento do dom\u00ednio<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">netdom remove<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Alterando o fuso hor\u00e1rio<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">Control timedate<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Configurando linguagem e teclado<\/b><br \/>\n<span style=\"text-align: justify; color: #0000ff;\">Control intl.cpl<\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Visualizando logs (N\u00e3o funciona em Win7)<\/b><br \/>\n<span style=\"color: #0000ff;\"><span style=\"text-align: justify;\">Wevutil<\/span><span style=\"text-align: justify;\">Wevutil qe &lt;nome do log&gt;<\/span><\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">O comando Shutdown<\/b><br \/>\n<span style=\"color: #0000ff;\"><span style=\"text-align: justify;\">Shutdown \/r<\/span><span style=\"text-align: justify;\">Shutdown \u2013f \u2013s \u2013m \\192.168.0.1 \u2013t 35<\/span><\/span><br \/>\n&nbsp;<br \/>\n<b style=\"text-align: justify;\">Mapear unidade de rede<\/b><br \/>\n<span style=\"color: #0000ff;\"><span style=\"text-align: justify;\">net use x: \\nome do computadornome do compartilhamento<\/span><span style=\"text-align: justify;\">net use x: \/delete<\/span><\/span><br \/>\n<b style=\"text-align: justify;\">Mapear unidade de rede<\/b><br \/>\n<span style=\"color: #0000ff;\"><span style=\"text-align: justify;\">net use x: \\nome do computadornome do compartilhamento<\/span><span style=\"text-align: justify;\">net use x: \/delete<\/span><\/span><br \/>\n&nbsp;<\/p>\n<p style=\"text-align: justify;\">Se gostou, comente. Se funcionou, comente. Se n\u00e3o\u2026 comente tamb\u00e9m! Sua opini\u00e3o ajuda a melhorar o blog e, logicamente, fornecer conte\u00fado de qualidade para quem est\u00e1 com problemas.<\/p>\n<p style=\"text-align: justify;\"><em>Esse conte\u00fado foi postado originalmente no\u00a0blog da<\/em><i>\u00a0<\/i><em><a title=\"HTBRAZ Connect.\" href=\"https:\/\/htbraz.blogspot.com.br\/\" target=\"_blank\" rel=\"noopener noreferrer\">HTBRAZ Connect<\/a>,\u00a0em 14 de agosto de 2014, e pode ser conferido\u00a0<a title=\"Administrando o Windows por linha de comando - Comandos r\u00e1pidos\" href=\"https:\/\/htbraz.blogspot.com.br\/2013\/08\/administrando-o-windows-por-linha-de.html\" target=\"_blank\" rel=\"noopener noreferrer\">aqui<\/a>.<\/em><\/p>\n<h2 class=\"separator\" style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Que tal se especializar em ambientes de redes?<\/span><\/h2>\n<div class=\"separator\">A Impacta possui os melhores os <a title=\"Conhe\u00e7a os cursos de redes da Impacta\" href=\"https:\/\/www.impacta.com.br\/escola\/Redes\" target=\"_blank\" rel=\"noopener noreferrer\">cursos e certifica\u00e7\u00f5es em redes.<\/a> Conhe\u00e7a as op\u00e7\u00f5es e torne-se um profissional ainda mais qualificado para o mercado de trabalho.<\/div>\n<div class=\"sharing-default-minimal post-bottom\"><div class=\"nectar-social default\" data-position=\"\" data-rm-love=\"0\" data-color-override=\"override\"><div class=\"nectar-social-inner\"><a href=\"#\" class=\"nectar-love\" id=\"nectar-love-3685\" title=\"Love this\"> <i class=\"icon-salient-heart-2\"><\/i><span class=\"love-text\">Love<\/span><span class=\"total_loves\"><span class=\"nectar-love-count\">0<\/span><\/span><\/a><a class='facebook-share nectar-sharing' href='#' title='Share this'> <i class='fa fa-facebook'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='twitter-share nectar-sharing' href='#' title='Share this'> <i class='fa icon-salient-x-twitter'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='linkedin-share nectar-sharing' href='#' title='Share this'> <i class='fa fa-linkedin'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='pinterest-share nectar-sharing' href='#' title='Pin this'> <i class='fa fa-pinterest'><\/i> <span class='social-text'>Pin<\/span> <\/a><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Muitos profissionais inciantes dizem que trabalhar com Windows \u00e9 f\u00e1cil em tela gr\u00e1fica. Bom, nesse ponto tenho que concordar, por\u00e9m, dizer que o Windows n\u00e3o tem comandos que fa\u00e7am todas as configura\u00e7\u00f5es sem precisar da telinha gr\u00e1fica \u00e9 uma senhora mentira. Com a populariza\u00e7\u00e3o do ambiente Server Core, sem a famosa \u00e1rea gr\u00e1fica do Windows, temos um aumento de performance, por\u00e9m, isso exige um ex\u00edmio conhecimento da interface de command line.<br \/>\nEste tutorial \u00e9 para colocar aqui alguns comandos r\u00e1pidos do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.<\/p>\n","protected":false},"author":10,"featured_media":17661,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-3685","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-desenvolvimento"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Como administrar o Windows por linhas de comando<\/title>\r\n<meta name=\"description\" content=\"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/\" \/>\r\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Como administrar o Windows por linhas de comando\" \/>\r\n<meta property=\"og:description\" content=\"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Blog Impacta - Dicas e Not\u00edcias sobre Carreira\" \/>\r\n<meta property=\"article:published_time\" content=\"2014-08-11T18:00:22+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"473\" \/>\r\n\t<meta property=\"og:image:height\" content=\"157\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Eduardo Popovici\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eduardo Popovici\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/\",\"url\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/\",\"name\":\"Como administrar o Windows por linhas de comando\",\"isPartOf\":{\"@id\":\"https:\/\/www.impacta.com.br\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg\",\"datePublished\":\"2014-08-11T18:00:22+00:00\",\"author\":{\"@id\":\"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/a8dec913f2965794a561dbd728c5ff4e\"},\"description\":\"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage\",\"url\":\"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg\",\"contentUrl\":\"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg\",\"width\":473,\"height\":157},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/www.impacta.com.br\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como administrar o Windows por linhas de comando\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/#website\",\"url\":\"https:\/\/www.impacta.com.br\/blog\/\",\"name\":\"Blog Impacta - Dicas e Not\u00edcias sobre Carreira\",\"description\":\"Dicas, Not\u00edcias e Conte\u00fados sobre Carreira, Tecnologia, Design, Gest\u00e3o e Marketing. Conhe\u00e7a e Acompanhe o Blog Impacta\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.impacta.com.br\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/a8dec913f2965794a561dbd728c5ff4e\",\"name\":\"Eduardo Popovici\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef077b6019ab232e1cdd50b9e3c687fb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef077b6019ab232e1cdd50b9e3c687fb?s=96&d=mm&r=g\",\"caption\":\"Eduardo Popovici\"},\"url\":\"https:\/\/www.impacta.com.br\/blog\/author\/eduardo_popovici\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Como administrar o Windows por linhas de comando","description":"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/","og_locale":"pt_BR","og_type":"article","og_title":"Como administrar o Windows por linhas de comando","og_description":"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.","og_url":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/","og_site_name":"Blog Impacta - Dicas e Not\u00edcias sobre Carreira","article_published_time":"2014-08-11T18:00:22+00:00","og_image":[{"width":473,"height":157,"url":"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg","type":"image\/jpeg"}],"author":"Eduardo Popovici","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Eduardo Popovici","Est. reading time":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/","url":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/","name":"Como administrar o Windows por linhas de comando","isPartOf":{"@id":"https:\/\/www.impacta.com.br\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage"},"image":{"@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage"},"thumbnailUrl":"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg","datePublished":"2014-08-11T18:00:22+00:00","author":{"@id":"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/a8dec913f2965794a561dbd728c5ff4e"},"description":"Nesse tutorial separamos algumas linhas de comando r\u00e1pidas do dia a dia que podem ajudar muito os iniciantes a se interessar mais pelo assunto.","breadcrumb":{"@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#primaryimage","url":"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg","contentUrl":"https:\/\/www.impacta.com.br\/blog\/wp-content\/uploads\/2020\/04\/heade_linha_comando2.jpg","width":473,"height":157},{"@type":"BreadcrumbList","@id":"https:\/\/www.impacta.com.br\/blog\/como-administrar-windows-por-linhas-de-comando\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/www.impacta.com.br\/blog\/"},{"@type":"ListItem","position":2,"name":"Como administrar o Windows por linhas de comando"}]},{"@type":"WebSite","@id":"https:\/\/www.impacta.com.br\/blog\/#website","url":"https:\/\/www.impacta.com.br\/blog\/","name":"Blog Impacta - Dicas e Not\u00edcias sobre Carreira","description":"Dicas, Not\u00edcias e Conte\u00fados sobre Carreira, Tecnologia, Design, Gest\u00e3o e Marketing. Conhe\u00e7a e Acompanhe o Blog Impacta","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.impacta.com.br\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/a8dec913f2965794a561dbd728c5ff4e","name":"Eduardo Popovici","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.impacta.com.br\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef077b6019ab232e1cdd50b9e3c687fb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef077b6019ab232e1cdd50b9e3c687fb?s=96&d=mm&r=g","caption":"Eduardo Popovici"},"url":"https:\/\/www.impacta.com.br\/blog\/author\/eduardo_popovici\/"}]}},"acf":{"post_description":null,"capa_mobile":null},"_links":{"self":[{"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/posts\/3685","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/comments?post=3685"}],"version-history":[{"count":0,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/posts\/3685\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/media\/17661"}],"wp:attachment":[{"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/media?parent=3685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/categories?post=3685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.impacta.com.br\/blog\/wp-json\/wp\/v2\/tags?post=3685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}