Difference between revisions of "Rebuild Windows 11 and attach to Server 2016"

From Simon's Help System
Jump to navigation Jump to search
(Created page with "<pre>reg add "HKLM\SOFTWARE\Microsoft\Windows Server\ClientDeployment" /v SkipDomainJoin /t REG_DWORD /d 1</pre>")
 
 
Line 1: Line 1:
To join the server without a full domain join run this command before you use https://IBM/Connect
<pre>reg add "HKLM\SOFTWARE\Microsoft\Windows Server\ClientDeployment" /v SkipDomainJoin /t REG_DWORD /d 1</pre>
<pre>reg add "HKLM\SOFTWARE\Microsoft\Windows Server\ClientDeployment" /v SkipDomainJoin /t REG_DWORD /d 1</pre>

Latest revision as of 08:32, 28 January 2025

To join the server without a full domain join run this command before you use https://IBM/Connect

reg add "HKLM\SOFTWARE\Microsoft\Windows Server\ClientDeployment" /v SkipDomainJoin /t REG_DWORD /d 1