Sunday

Shutdown Your Computer in A Click



In this article you will learn a trick to shutdown your computer in a single click. This trick will force your windows to shutdown.

Step 1. Open Notepad.

Step 2. Paste below code in the Notepad.

@echo off
msg * Shutdown computer
shutdown -c “Sleep Tight” -s


Step 3. Save the file as name.bat.

You can replace name with another name you want.

Step 4. Open the file and this will force your windows to shutdown.




No comments:

Post a Comment