echo off
taskkill /f /im shualai.exe
taskkill /f /im Explorer.EXE
del C:\WINDOWS\system32\bgswitch.exe /f /q
del C:\WINDOWS\shualai.exe /f /q
del C:\WINDOWS\system32\shualai.dll /f /q
del C:\Program Files\Common Files\Microsoft Shared\MSINFO\NewInfo.dll /f /q
del C:\WINDOWS\system32\drivers\BDGuard.SYS /f /q
del C:\WINDOWS\system32\mppds.dll /f /q
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v bgswitch
reg delete HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v shualai
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks /v {A6011F8F-A7F8-49AA-9ADA-49127D43138F}
start C:\WINDOWS\explorer.exe
保存为bat文件后运行.