Shutting down Windows 10 PC in the standard way takes three clicks but this article will show you how to make it in two clicks for Windows 10 to Shutdown, Restart, Sleep, Hibernate or Lock using the shortcut icon to save your time.
- Right-click on Desktop then choose New > Shortcut to open Create Shortcut menu.
- To create a shortcut icon for Windows 10 to shutdown, type the following command in the textbox and then click Next:
Shutdown.exe /s /t 00
- In the next window, type a name for this shortcut icon. Shutdown is the default.
- Click Finish.
- New shutdown shortcut icon will appear on Desktop, whenever you double-click this shortcut icon, PC will start to perform a shutdown.
Additionally, you can perform the same steps above to create the shortcut icon for restart, sleep, hibernate or lock PC purpose, command as below:
Restart: Shutdown.exe /r /t 00
Sleep: rundll32.exe powrprof.dll,SetSuspendState 0,1,0
Hibernate: rundll32.exe PowrProf.dll,SetSuspendState
Lock: Rundll32.exe User32.dll,LockWorkStation