Thursday, January 16, 2014

How to shutdown windows 8 in single click

How to shutdown windows 8 in single click

In this computer world 70% of the personal computer users are using windows operating system. There are many versions of windows but the most popular ones are windows XP & windows 7. These operating systems are very user friendly. Windows 8 came up with metro style and many features. But it changed many features which became a drawback say start button. In such drawbacks shutting down the windows 8 also became little time consuming. So many wanted the easy method for shutting down the windows 8.

Shutdown-windows-in-seconds

Shortcuts for doing tasks easily in windows:

To make a shutdown shortcut first right click on your desktop. Create a new shortcut. Now in the location box just paste the below line

shutdown.exe /s /t 00

Now click on next. 

Shutdown-windows-in-few-clicks

Now the shortcut is created on the desktop. Opening the shortcut will shutdown the system very quick.

But the icon is boring isn't it. No problem lets change it now. Just right click on the icon and you will get the properties window. Now go to shortcut tab. You will find the icon button there. Click on it and change the icon which you desire. 
Shutdown-windows-in-click

That's it . We have done. We can also do some of the shutdown related works such as restart, hibernate,log off in the same method all you have to do is just change the codes that we give in the location box.

Here are the codes for some operation that we perform using the same method: 

1) Shutdown
                   shutdown.exe /s /t 00
2) Restart
                   shutdown.exe /r /t 00
3) Log off
                   shutdown.exe /l
4) Sleep or hibernate
                   rundll32.exe powrprof.dll,SetSuspendState
5) lock
                   rundll32.exe user32.dll,LockWorkStation
6) switch user
                   tsdiscon.exe
 Use these codes to perform the required operations. If you feel any difficulties please let us know about it through comments and don't forget to share the post with your friends.

No comments:

Post a Comment