TASKKILL /F /IM explorer.exe /IM mshtml32.exe /IM sdrives32.exe /IM winlgcver.exe /IM wndrivs.exe
ATTRIB -R -A -S -H %SystemRoot%\system32\mshtml32.exe
ATTRIB -R -A -S -H %SystemRoot%\system32\sdrives32.exe
ATTRIB -R -A -S -H %SystemRoot%\system32\winlgcver.exe
ATTRIB -R -A -S -H %SystemRoot%\system32\wndrivs.exe
DEL /F %SystemRoot%\system32\mshtml32.exe
DEL /F %SystemRoot%\system32\sdrives32.exe
DEL /F %SystemRoot%\system32\winlgcver.exe
DEL /F %SystemRoot%\system32\wndrivs.exe
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "Start Services" /f
REG DELETE "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "Start Services" /f
echo 127.0.0.1 localhost > %SystemRoot%\system32\drivers\etc\hosts
@pause
start explorer.exe
exit