Shutdown or Restart Someones Computer
- Open 2 CMD.
- Run First CMD. A Remote Shutdown Dialog will shown.
- Run Second CMD.
- Click on Add... at the Remote Shutdown Dialog.
- Write down a PC Names that you want from the result shown in net view command.
- Choose the settings that you want that computer run.
- Click OK.
First CMD
C:\Users\USER-PC>shutdown -i
Second CMD
C:\Users\USER-PC>net view
Server Name Remark
-------------------------------------------------------------------------------
\\PC-1
\\PC-2
The command completed successfully.