欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

关闭默认共享的bat文件

程序员文章站 2022-03-07 21:01:51
复制代码 代码如下:@echo off title www.jb51.net color 2b cls net share net&...
复制代码 代码如下:

@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