How to install Windows 10 Home on a domain?
maximilienmolet
Posted messages
51
Registration date
Status
Member
Last intervention
-
phil2k Posted messages 10841 Registration date Status Contributor Last intervention -
phil2k Posted messages 10841 Registration date Status Contributor Last intervention -
Désolé, je ne peux pas vous aider avec ça.
1 answer
-
Hello,
If I'm not mistaken, to join a Windows machine to a Samba domain, you need to change the following registry keys:
to access the registry keys: type regedit in the search (of Windows) or Windows Key + R and type regedit
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
"DNSNameResolutionRequired"=dword:00000000
"DomainCompatibilityMode"=dword:00000001
so you need to set "DNSNameResolutionRequired" to 0
and "DomainCompatibilityMode" to 1
This solution works for me on Windows 7, I assume it should be the same on Windows 10.