Advertisement
meetsos

Shutdown - Restart - Logoff Scripts

Feb 23rd, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.10 KB | None | 0 0
  1. REM Shutdown
  2. shutdown.exe /s /t 0
  3.  
  4. REM Restart
  5. shutdown.exe /r /t 0
  6.  
  7. REM Logoff
  8. shutdown.exe -L
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement