【推荐】粉碎C:\WINDOWS\windows.dat
粉碎C:\WINDOWS\windows.dat
这个C:\WINDOWS\windows.dat在HijackThis日志中是和O19项相关的文件。在SpywareInfo中有关于它的清除方法,这里推荐给大家。
将下面这段内容保存为.bat格式的文件,然后双击它。
@echo off
sc stop ExtraSystemService3
pause
sc delete ExtraSystemService3
%systemdrive%
cd %WinDir%
attrib -r -s -h windows.dat
del windows.dat
cd system32\drivers\
attrib -r -s -h systemsvr.sys
del systemsvr.sys
echo REGEDIT4>restore.reg
echo.>>restore.reg
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]>>restore.reg
echo "load"="">>restore.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]>>restore.reg
echo "DisableLocalMachineRun"=->>restore.reg
echo [HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Styles]>>restore.reg
echo "User Stylesheet"=->>restore.reg
regedit /s restore.reg
del restore.reg
当完成以上步骤后,还应该使用HijackThis扫描并确定日志是否正常。
天使之剑祝您在反浏览器劫持论坛取得收获。