[转载]解决WIN XP拒绝WIN2000的访问的问题
信息来源:紫琦的Blog解决WIN XP拒绝WIN2000的访问的问题
前几天遇上的,问了很多的朋友都没能解决,不由得想到自己对系统的修改.
由于关闭了默认共享,导致无法在2000下访问XP.无论是XP启用GUEST用户.打开组策略,删除拒绝从网络中访问计算机中的GUEST用户.
写一个REG文件,双击导入即可:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"restrictanonymous"=dword:00000000
关闭默认共享的reg文件:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"restrictanonymous"=dword:00000001
页:
[1]