一键开启局域网共享 将一下 红色代码 放入 记事本,另存为 .bat 格式运行 @ECHO OFF cls echo. echo. echo 1. 开启匿名访问 2.启用验证访问(需要输入用户名密码) 3.关闭共享 4.返回 echo. echo. set choice= set /p choice= 请选择 if /i "%choice%"=="1" goto share1 if /i "%choice%"=="2" goto share2 if /i "%choice%"=="3" goto share3 if /i "%choice%"=="4" goto end goto share :share1 cls net user Guest /active:yes echo Windows Registry Editor Version 5.00 >share.reg echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Lsa] >>share.reg echo "restrictanonymous"=dword:000000