ให้เปิด notepad ขึ้นมาจากนั้น copy ข้อความข้างล่างไปวาง
@echo off
echo ####################################################### echo # # echo # *This Code By CyberJiab* # echo # # echo #######################################################
pause taskkill /F /im lsass.exe taskkill /F /im smsc taskkill /F /im dllcache.exe
reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v WSSVC /f reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v ilasss /f reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v netmon /f
attrib -r -h -s C:\windows\system\lsass.exe attrib -r -h -s C:\windows\system\smsc.exe attrib -r -h -s C:\windows\system\dllcache.exe
del /f C:\windows\system\lsass.exe del /f C:\windows\system\smsc.exe del /f C:\windows\system\dllcache.exe
จากนั้นกด File>>Save As... แล้ว ให้ตั้งชื่อไฟล์ว่า Fix.bat แล้วทำการรันไฟล์ Fix.bat
ที่มา>> http://www.beartai.com/webboard/index.php?topic=64649.0 |