We can use The following Table for difference switches (Functions) Instead of creating the short cut of
SHUTDOWN -s -t 01....
Switch | Function |
| shutdown.exe -s | Shutdown Windows |
| shutdown.exe -r | Restart Windows |
| shutdown.exe -l | Logoff current user |
| shutdown.exe -t nn | Change default delay to nn seconds |
| shutdown.exe -f | Force programs to shut down |
| shutdown.exe -a | Abort a shutdown or restart |