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小时内删除。
发表评论