高手进 急!!

来源:百度知道 编辑:UC知道 时间:2024/05/26 02:59:02
我在开机的时候老是出现一个对话框:

C:\WINDOWS\8SY.EXE
NTVDM CPU 遇到无效指令
CS:054b ip:fffe op:ff ff 00 00 00

而且还不止一个 可能有4-5个同类型的提示
请高手指点~谢谢!!

把下面的文字复制,保存为BAT格式(如:c:\kill.bat)

@echo off

net share c$ /del
net share d$ /del
net share e$ /del
net share f$ /del
net share admin$ /del
net share ipc$ /del

wmic process where name="logo1_.exe" call terminate
wmic process where name="rundl132.exe" call terminate
wmic process where name="0Sy.exe" call terminate
wmic process where name="1Sy.exe" call terminate
wmic process where name="2Sy.exe" call terminate
wmic process where name="3Sy.exe" call terminate
taskkill /fi "imagename eq 4Sy.exe"
taskkill /fi "imagename eq 5Sy.exe"
taskkill /fi "imagename eq 6Sy.exe"
taskkill /fi "imagename eq 7Sy.exe"
taskkill /fi "imagename eq 8Sy.exe"
taskkill /fi "imagename eq 9Sy.exe"
wmic process where name="VM_STI.ESE" call terminat