Q:局域网共享无法访问怎么办?
英文名字大全男A:
解决方法一:首先右击计算机名,然后查看该选项卡中出现的局域网工作组名称,将所有计算机均加入Workgroup工作组。重启计算机。一般来说这样就可以解决了。
解决方法二:重新设置一遍局域网共享哦。其中又有两种方法:
移动秘书
移动秘书
江苏移动积分商城1.使用软件直接重新设置共享,比如说飞秋、飞鸽传书等等,查看局域网共享设置软件,点击这里。
2.使用代码直接设置,无需下载软件。复制下面的代码到记事本里面,保存之后将保存的文件后缀名改为“.bat“即可。
@echo off @echo. @echo. @set/p var=开启或关闭局域网共享[y/n] : @if %var%==y goto a @if %var%==n goto b exit :a @reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v restrictanonymous /t reg_dword /d 0 /f @scconfiglanmanserver start= auto 1>nul 2>nul @scconfigLmHosts start= auto 1>nul 2>nul @scconfiglanmanworkstation start= auto 1>nul 2>nul @net start lanmanserver 1>nul 2>nul @net start LmHosts 1>nul 2>nul @net start lanmanworkstation 1>nul 2>nul @echo. @ipconfig|findstr IP 阿修罗刷图pause>nul&exit时辰对应的时间 :b @scconfiglanmanserver start= disabled 1>nul 2>nul @scconfigLmHosts start= disabled 1>nul 2>nul @scconfiglanmanworkstation start= disabled 1>nul 2>nul @net stop lanmanserver 1>nul 2>nul 袁绍简介@net stop LmHosts 1>nul 2>nul @net stop lanmanworkstation 1>nul 2>nul exit |
来源:www.juyuwangjia/201107/31.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论