Changes

Jump to navigation Jump to search
m
Line 5: Line 5:     
==Background==
 
==Background==
Windows 10 was released in July 2015. Due to changes in the way that trust relationships are established with domain controllers, some modifications to the windows registry need to take place.
+
Windows 10 was released in July 2015.  
 +
 
 +
{{Warning box|Due to changes in the way that trust relationships are established with domain controllers, some modifications to the windows registry need to take place}}
    
(Note: Windows 11 is due soon. This will be revised in the light of experience for Windows 11).
 
(Note: Windows 11 is due soon. This will be revised in the light of experience for Windows 11).
Line 116: Line 118:  
  reg delete HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters /v "DNSNameResolutionRequired" /f
 
  reg delete HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters /v "DNSNameResolutionRequired" /f
 
  reg delete HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters /v "DomainCompatibilityMode" /f
 
  reg delete HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters /v "DomainCompatibilityMode" /f
 +
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProfSvc\Parameters /v "UseProfilePathExtensionVersion" /f
 +
 
  reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths /v "\\\\*\\netlogon" /f
 
  reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths /v "\\\\*\\netlogon" /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProfSvc\Parameters /v "UseProfilePathExtensionVersion" /f
+
 
 
  reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System /v "SlowLinkDetectEnabled" /f
 
  reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System /v "SlowLinkDetectEnabled" /f
 
  reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System /v  "DeleteRoamingCache" /f
 
  reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System /v  "DeleteRoamingCache" /f
Line 127: Line 131:     
Re issues when ESET products are installed on Windows 10.
 
Re issues when ESET products are installed on Windows 10.
 
+
 
  [[Category:Howto]]  
+
==Windows 10 and Windows 11 issues joining domains==
 
+
Following reports of issues here:
  [[Category:Administration]]
+
https://forums.koozali.org/index.php/topic,54919.0.html
 +
 
 +
See here:
 +
https://support.microsoft.com/en-us/topic/kb5020276-netjoin-domain-join-hardening-changes-2b65a0f3-1f4c-42ef-ac0f-1caaf421baf8
 +
 
 +
Possible reg fix:
 +
 
 +
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
 +
"NetJoinLegacyAccountReuse"=dword:00000001
 +
 
 +
Please check the bugs for any potential issues.
 +
 
 +
[[Category:Howto]]
 +
[[Category:Administration]]
147

edits

Navigation menu