REM To allow Windows 10 to access the Netlogon and Sysvol shares in a different domain, Run these two commands in powershell on the Windows 10 client: New-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths" -Name "\\*\SYSVOL" -Value "RequireMutualAuthentication=0, RequireIntegrity=0, RequirePrivacy=0" -Property "String" New-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths" -Name "\\*\NETLOGON" -Value "RequireMutualAuthentication=0, RequireIntegrity=0, RequirePrivacy=0" -Property "String"