Forum Discussion
WithinRafael
Jun 11, 2024Copper Contributor
WS2025 Preview (26100.1) fails to boot after joining WS2016 forest
I installed WS2025 Preview (Datacenter, 26100.1) in a virtual machine and after joining the domain, the box is rendered unbootable (boot loops). I can reinstall and do other tasks as a standalone ser...
Reachdp
Nov 24, 2024Copper Contributor
Some how credentials Gaurd is getting enabled but here is the work around to add below registries.
open elevated cmd or powershell prompt run reg add HKLM\System\CurrentControlSet\Control\Lsa /v LsaCfgFlags /d 0 /t REG_DWORD run reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard /v LsaCfgFlags /d 0 /t REG_DWORD
Ensure the cmd operation completes successfully for both commands then proceed with joining domain. Give thump up if it works
ChristianPohle
Dec 25, 2024Copper Contributor
Worked great! Big thanks!