sexta-feira, 16 de março de 2018

Microsoft DOS shutdown command options | Comandos de desligar no MS-DOS

When using the shutdown command in MS-DOS you can use several commands with specific purposes. For that, you have to add specific letters in front of the command so that your task is fulfilled with that certain objective.

Ao utilizar o comando shutdown no MS-DOS pode utilizar vários comandos com objectivos específicos. Para isso terá que adicionar letras específicas em frente do comando para que a sua tarefa seja concretizada com o determinado objectivo.

Example: shutdown /s /t 15
Shut down the computer after 15 seconds.
Encerra o computador após 15 segundos.

/i
Displays the user interface.
Mostra o interface de utilizador.

/l
Log out of the user.
Termina a sessão do utilizador.

/s
Shutdown the computer.
Encerra o computador.

/r
Restart the computer.
Reinicia o computador.

/g
Restart the computer and restart any registered application.
Reinicia o computador e reinicie qualquer aplicativo registrado.

/a
Aborts the computer shutdown.
Aborta o encerramento do computador.

/p
Turn off the local computer.
Desliga o computador local.

/h
Hibernate the computer.
Hiberna o computador.

/hybrid
Shutdown the computer and prepares for a quick start. Must be used with the option /s
Encerra o computador e prepara para um arranque rápido. Tem de ser usado com a opção /s

/e
Document the reason for the unexpected shutdown of the computer.
Documenta a razão do inesperado encerramento do computador.

/o
Opens the advanced boot options and restart the computer. Must be used with option /r
Abre as opções avançadas de boot e reinicia o computador. Tem de ser usado com a opção /r

/m \\computername
Specify the target computer.
Especifica o computador alvo.

/t xxx
Set the time before shutdown in seconds.
Defina o tempo para o encerramento em segundos

/c "comment"
Comment on the reason for the shutdown.
Comanta a razão para o encerramento.

/f
Force running applications to close.
Força a execução de aplicativos para fechar.

Sem comentários:

Enviar um comentário