Board logo

标题: 谁能解释一下,我看不懂!谢谢。初学者的初学者 [打印本页]

作者: hbooy     时间: 2008-1-3 17:49    标题: 谁能解释一下,我看不懂!谢谢。初学者的初学者

─────────────────── 版务记录 ────────────────────
执行:lxmxn
标题:谁能解释一下,我看不懂!谢谢。初学者的初学者
说明:因标题表述过于模糊,不便于论坛的搜索和管理,请在三日内修改标题,否则扣除2点积分
参考:http://www.cn-dos.net/forum/viewthread.php?tid=7326&fpage=1
   http://www.cn-dos.net/forum/viewthread.php?tid=1415
─────────────────── 版务记录 ────────────────────


for %%d in (Autorun.inf,Systom.exe) do if exist "%systemroot%system32%%d" (
attrib -s -h -r "%systemroot%system32%%d"
del "%systemroot%system32%%d" /q
)

Last edited by lxmxn on 2008-1-3 at 10:29 PM ]

作者: fastslz     时间: 2008-1-3 18:44
判断C:\Windows\system32目录下是否有Autorun.inf和Systom.exe,如果有先去除只读、系统、隐藏属性再删除