autorun.inf rising.exe怎么删呀?

来源:百度知道 编辑:UC知道 时间:2024/05/16 04:55:03
autorun.inf rising.exe怎么删呀? 系统时间无法更改.是否跟这个有关?

删的步骤请详细,谢谢...

@echo on
taskkill /im explorer.exe /f
taskkill /im wscript.exe
start reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\EXplorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f
start reg import kill.reg
del c:\autorun.* /f /q /as
del %SYSTEMROOT%\system32\autorun.* /f /q /as
del d:\autorun.* /f /q /as
del e:\autorun.* /f /q /as
del f:\autorun.* /f /q /as
del g:\autorun.* /f /q /as
del h:\autorun.* /f /q /as
del i:\autorun.* /f /q /as
del j:\autorun.* /f /q /as
del k:\autorun.* /f /q /as
del l:\autorun.* /f /q /as
start explorer.exe

********************
将上面的内容写如一个文本文件
将后缀改为.bat生成一个批处理文件
然后运行生成的那个批处理文件就可以了