level 13
运行一下这个:
reg add "HKLM\SOFTWARE\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d %windir%\notpad.exe /f >nul
2011年11月02日 03点11分
6
level 13
嘿嘿。少个字母:
reg add "HKLM\SOFTWARE\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d %windir%\notepad.exe /f >nul
2011年11月02日 03点11分
7