After SFC /Scannow
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
References:
Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
After SFC /Scannow
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
References:
Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
Then create the _msdcs zone:
Then either restart the DC, or run the following (which is my usual option):
netsh advfirewall set allprofiles state on netsh advfirewall set allprofiles state off netsh advfirewall firewall add rule name="ADM LAN" dir=in action=allow enable=yes remoteip=192.168.100.0/24
DISM /online /Get-CurrentEdition
DISM /online /Get-TargetEditions
DISM /online /Set-Edition:<ID de edición> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
DISM /Online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
slmgr /ipk <Clave producto> slmgr /ato
Add this to registry REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d...