Originally posted by 002500 at 2006-10-16 01:09:
很奇怪的是用批处理关闭explorer 没成功 却弹出了关机界面?
C:\>taskkill /im explorer.exe
SUCCESS: The process "explorer.exe" with PID 7864 has been terminated. ...
呵呵,不是有毒,试试这个命令就不会出现关机的对话框了:
taskkill /im explorer.exe /f
Last edited by lxmxn on 2006-10-17 at 03:58 ]
Originally posted by 002500 at 2006-10-16 01:09:
It's strange that using a batch script to close explorer didn't succeed but the shutdown interface popped up?
C:\>taskkill /im explorer.exe
SUCCESS: The process "explorer.exe" with PID 7864 has been terminated. ...
Hehe, it's not a virus. Try this command and the shutdown dialog won't appear:
taskkill /im explorer.exe /f
Last edited by lxmxn on 2006-10-17 at 03:58 ]