Make the shutdown or restart icon on your desktop (Windows)
Create shutdown, restart, log-off and hibernate shortcuts for your desktop.
Step 1:
- Right click your desktop
-> New
-> Shortcut
Step 2:
Enter the following based on your desired shortcut
Shutdown: shutdown -s -t 0
Restart: shutdown -r -t 0
Logoff: shutdown -l -t 0
Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate
Step 3:
Enter any Title.
Step 4:Change the icon. This is a functional shortcut, you may want to give it an icon though. So right click it and choose "Properties".
- Change Icon...
- Choose your icon
- Done!
Post a Comment