关闭默认共享的bat文件
            脚本专栏 发布日期:2025/10/31 浏览次数:1
         
        
            正在浏览:关闭默认共享的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$ /del 
net share admin$ /del 
echo 默认共享已经关闭 
pause