What will the file do ?
This pops up a funny message then will shutdown the computer
Method :
1. Open Notepad and copy the code given below.
2. Save as "Anything.bat" (Without quotes & .bat is must).
This pops up a funny message then will shutdown the computer
Method :
1. Open Notepad and copy the code given below.
Code:
@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10
2. Save as "Anything.bat" (Without quotes & .bat is must).
0 comments:
Post a Comment