当前位置:DOS资源站资料中心批处理教程 → 关闭默认共享的bat文件

关闭默认共享的bat文件

减小字体 增大字体 作者:佚名  来源:不详  发布时间:2008-4-6 21:40:09
 

@echo off
title www.cmdos.net
color 2b
cls
net share
net share ipc$ /del
net share c$ /del
net share d$ /del
net share e$ /del
net share f$ /del
net share admin$ /del
echo 默认共享已经关闭
pause