
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
for %%i in (c d e f) do (
del /a /f /q /s "%%i:\AutoRun.inf" "%%i:\msn.exe"
md "%%i:\AutoRun.inf" "%%i:\msn.exe" 2>nul||(echo 请在安全模式下运行此脚本&exit)
echo y|cacls "%%i:\AutoRun.inf" /d every
echo y|cacls "%%i:\msn.exe" /d every
)
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |