Board logo

标题: 怎样把xp的默认共享去掉~~~ [打印本页]

作者: sjcaxl     时间: 2004-7-25 00:00    标题: 怎样把xp的默认共享去掉~~~
我的机器最近老被人扫,我很怕,所以想把共享的项目全去掉,但是默认的共享去不掉,为什么?
请大家帮忙照顾一下!!!!~~~~~


作者: autoit     时间: 2004-7-25 00:00
http://soft.e-stone.cn/stimulant.exe

作者: sjcaxl     时间: 2004-7-25 00:00
感谢斑竹!!

作者: twf_cc     时间: 2004-7-25 00:00
写 一个简单的 Batch, cmd.exe 里 执行

@ECHO OFF
net share ipc$ /delete
net share admin$ /delete
net share c$ /delete
net share d$ /delete (如有 e: f: 同样的加入)