Here i Post how to shtdown,logoff,abort shutdown process using Command Prompt
Get into cmd using start->run->cmd->click Enter
Cmd window open here.
type shutdown -s : this statement for shutdown the system
shutdown -l : this statment for logoff the system
shutdown -a : aborting shutdown process
shutdown -m\\computername : this statement for shutdown remote system
if u need to know full options about shutdown command type shutdown /?
No comments:
Post a Comment