Saturday 28 January 2017

How to Create Shutdown / Restart / Log off / Hibernate Button in Window XP/7/8/10 on Desktop

Window 8 haven't start menu. Due to that you have to swipe and then go to power menu to shutdown/restart/log off.



Ease Class come up with the one click Shutdown/Restart/Log off/Hibernate your computer.

Let's start...

Step 1

Right click on an empty space on your Desktop. Select New-->Shortcut




Step 2


  • Write code for Shutdown "shutdown.exe /p"
  • Write code for Restart "shutdown.exe -r -t 00"
  • Write code for Hibernate "rundll32.exe PowrProf.dll, SetSuspendState"
  • Write code for Log Off "shutdown.exe -L"


Step 3

Click "Next" and Name the shortcut according to code. 

In screenshot case we give name "Log Off".



Step 4

Change the icon of the shortcuts

Below you can see all 4 shortcuts.




Enjoy! Now you can Shutdown/Restart/Log off/Hibernate on just one click.

No comments:

Post a Comment

If you have ay query regarding any earing tip. Let me know we will reply

Display