
CODE: [Copy to clipboard]注意,这里 /i 表示忽略大小写,这个就是要你自己判断了reg query hkcr\ |find /i "\abview">abview.txt
CODE: [Copy to clipboard]补充: 一定要保存好你的原始注册表数据,以免带来麻烦!!for /f "delims=" %%a in (abview.txt) do ( reg delete %%a /f)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |