站长资源脚本专栏
关闭默认共享的bat文件
简介复制代码 代码如下:@echo off title www.jb51.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$ /
复制代码 代码如下:
@echo off
title www.jb51.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
@echo off
title www.jb51.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
上一篇:自动重启电脑的bat文件
下一篇:打造个性批处理界面