How to Create one Click Shutdown Button?

One click Shutdown Button can be used to Shutdown your PC using a single click. 

Lets see how to make a Single click Shutdown button

1. Open a Notepad file

2. Type Shutdown.exe -s -t 10 -c "Here you can type any message and it will be displayed while click the button"

3. Save the file with .bat extension

When this bat file is clicked by someone the PC will Shutdown.

Another Method is by right clicking on desktop and click on New - Shortcut

Type Shutdown.exe -s -t 10 -c "Here you can type any message and it will be displayed while click the button"

Click on Next and give a name for the file

Click on Finish

A Shortcut will be created

Right click on the Shortcut and click on Properties

Click on Change icon and select any icon from the list. If you select Google Chrome or Internet Explorer icon then if someone click on Chrome thinking that this is Google Chrome a message will pop up and PC will shutdown.

No comments:

Post a Comment