-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
diskpart, doskey, getmac, robocopy, sfc: add Portuguese translations #18959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
c68d146
6e4b1d2
ab2587d
bd59563
2baa415
d1ebc29
7975c0d
7800c37
cbe9ad0
f5a5e53
1ce8d63
fc5ec7d
c9e0165
404cb11
191068a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| # Diskpart | ||||||
|
|
||||||
| >Gerenciador de disco, volume e partição. | ||||||
| > Mais informações: https://learn.microsoft.com/windows-server/administration/windows-commands/diskpart . | ||||||
|
|
||||||
| - Execute o diskpart sozinho em um prompt de comando administrativo para entrar na linha de comando: | ||||||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| diskpart | ||||||
|
|
||||||
| - Listar todos os discos: | ||||||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| list disk | ||||||
|
|
||||||
| - Selecione um volume: | ||||||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| select volume {{volume}} | ||||||
|
|
||||||
| - Atribua uma letra de unidade ao volume selecionado: | ||||||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| assign letter {{letter}} | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Crie uma nova partição: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| create partition primary | ||||||
|
|
||||||
| - Ative o volume selecionado: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| active | ||||||
|
|
||||||
| - Sair do diskpart: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| exit | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| # Doskey | ||||||
|
|
||||||
| >Gerencie macros, comandos do Windows e linhas de comando. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| > Mais informações: https://learn.microsoft.com/windows-server/administration/windows-commands/doskey . | ||||||
|
|
||||||
| - Listar macros disponíveis: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey /macros | ||||||
|
|
||||||
| - Crie uma nova macro: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey {{name}} = "{{command}}" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Crie uma nova macro para um executável específico: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey /exename={{executable}} {{name}} = "{{command}}" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Remover uma macro: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey {{name}} = | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Exibir todos os comandos armazenados na memória: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey /history | ||||||
|
|
||||||
| - Salve macros em um arquivo para portabilidade: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey /macros > {{path\to\macinit_file}} | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Carregar macros de um arquivo: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| doskey /macrofile = {{path\to\macinit_file}} | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| # Getmac | ||||||
|
|
||||||
| > Exibe os endereços MAC de um sistema. | ||||||
| > Mais informações: https://learn.microsoft.com/windows-server/administration/windows-commands/getmac . | ||||||
|
|
||||||
| - Exibir os endereços MAC do sistema atual: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac | ||||||
|
|
||||||
| - Exibir os detalhes em um formato específico: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac /fo {{table|list|csv}} | ||||||
|
|
||||||
| - Excluir o cabeçalho na lista de saída: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac /nh | ||||||
|
|
||||||
| - Exibir os endereços MAC de uma máquina remota: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac /s {{hostname}} /u {{username}} /p {{password}} | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| - Exibir os endereços MAC com informações detalhadas: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac /v | ||||||
|
|
||||||
| - Ajuda de exibição: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| getmac /? | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,26 @@ | ||||||
| # Robocopy | ||||||
|
|
||||||
| > Cópia robusta de arquivos e pastas. | ||||||
| > Por padrão, os arquivos só serão copiados se a origem e o destino tiverem diferentes carimbos de data/hora ou tamanhos de arquivo diferentes. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here we can leave
Suggested change
|
||||||
| Mais informações: https://learn.microsoft.com/windows-server/administration/windows-commands/robocopy | ||||||
|
|
||||||
| - Copiar todos os arquivos .jpg e .bmp de um diretório para outro: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} {{*.jpg}} {{*.bmp}} | ||||||
|
|
||||||
| - Copiar todos os arquivos e subdiretórios, incluindo os vazios: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} /E | ||||||
|
|
||||||
| - Espelhar/Sincronizar um diretório, excluindo tudo o que não existe na origem e incluindo todos os atributos e permissões: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} /MIR /COPYALL | ||||||
|
|
||||||
| - Copiar todos os arquivos e subdiretórios, ignorando os arquivos da origem que são mais antigos do que os do destino: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} /E /XO | ||||||
|
|
||||||
| - Listar todos os arquivos com 50 MB ou mais, sem copiá-los: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} /MIN:{{52428800}} /L | ||||||
|
|
||||||
| - Permitir retomada automática se a conexão de rede for perdida e limitar o número de tentativas a 5 com tempo de espera de 15 segundos entre elas: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| robocopy {{caminho\para\diretorio_origem}} {{caminho\para\diretorio_destino}} /Z /R:5 /W:15 | ||||||
|
|
||||||
| - Exibir ajuda: | ||||||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| robocopy /? | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # sfc | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file is missing examples |
||
|
|
||
| > Verifica e repara arquivos corrompidos do sistema. | ||
| > Mais informações: <https://learn.microsoft.com/windows-server/administration/windows-commands/sfc>. | ||
|
|
||
| - Verificar integridade dos arquivos do sistema: | ||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| `sfc /scannow` | ||
|
|
||
| - Verificar sem corrigir automaticamente: | ||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| `sfc /verifyonly` | ||
|
|
||
| - Executar no modo offline: | ||
carolina-sv marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| `sfc /scannow /offbootdir={{C:\}} /offwindir={{C:\Windows}}` | ||
|
|
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.