当前位置: 移动技术网 > IT编程>网络>Dos/Bat > 关闭默认共享的bat文件

关闭默认共享的bat文件

2017年12月12日  | 移动技术网IT编程  | 我要评论
复制代码 代码如下:

@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

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网