How to Create Shutdown, Hibernate & Sleep Shortcuts on Desktop in Windows 10
Windows 10 has made a lot of advancements when it comes to offering many ways for users to perform Shutdown, Hibernate, Sleep, and other features. Among those ways, there is an intriguing one in which users, for example, double-click on the Shutdown shortcut created on the desktop. Refer to the following steps to learn how to do so.
Step 1: Right-click the empty area of the desktop, place the pointer at the New option and then select Shortcut.
Step 2: In the window, type in one of the following commands after the path:C:\Windows\System32\, based on which shortcut you want to create.
For shutdown:
Shutdown.exe
For restart:
shutdown -r -t 0
For log off:
Logoff: shutdown -l -t 0
For hibernate:
rundll32.exe powrprof.dll, SetSuspendState 0,1,0
Note: Replace the C with the drive letter of the drive where Windows 10 is placed.
Step 3: Give the shortcut a name.
Comments
Post a Comment