驱动器打开方式

在任意盘符下新建一个记事本txt文件,把下面的东西复制进去: 

@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 

另存为xxx.bat格式,运行。



发表评论

您的电子邮箱地址不会被公开。

− 7 = 3