我们有一个在家的用户试图访问我们的Windows 2012服务器networking共享。 他可以查看2008年的networking份额,但不能在2012年。
我们在Windows 8.1上的用户不在局域网上时遇到过这个问题,但是当他们用VPN时,他们看不到共享。 在Windows 8.1上有一个修复程序来运行这个power shell命令
Set-ItemProperty -Path“HKLM:\ SYSTEM \ CurrentControlSet \ Services \ LanmanWorkstation \ Parameters”RequireSecureNegotiate -Value 0 -Force
但是这在Windows 10中不起作用。是否有类似的Windows 10修复程序?