Advertisement

Responsive Advertisement

Force Shutdown Your PC Easily

Are you tired shutting your PC by going start menu and click shutdown or by hitting ALT+F4 and hit ok? Why not double clicking on single notepad file will shut down your PC? How’s the Idea. So let’s learn to create this file on notepad, let’s get into the matter:

1.      Open Notepad (You can do this by pressing WIN key + R and type notepad).

2.      Write or paste the following code directly on your notepad :



@echo off
msg * Shutdown Computer
shutdown –c “Bye Bye For Now” -s




3.      Now save the file using .bat extension instead of .txt. For Example: Simpleshut.bat.

4.      It’s done now you can shut down your PC by double clicking the above saved file.

NOTE: What will happen if you put this file on startup folder, think what this file will do to your PC?

Post a Comment

0 Comments