Windows Registry Editor Version 5.00
; 1. 允许不安全的来宾登录,解决“凭证不足”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:00000001
; 2. 关闭UAC远程限制,解决本地账户远程访问被拒
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001
; 3. 关闭打印服务RPC验证,解决“拒绝访问”和0x0000011b错误
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print]
"RpcAuthnLevelPrivacyEnabled"=dword:00000000
; 4. 启用SMBv1相关配置(辅助项)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"SMB1"=dword:00000001
1万+

被折叠的 条评论
为什么被折叠?



