How to revert back registry changes due to patch update ?
Hi, Recently I installed KB5030219 windows 11 patch updates on my laptop due to this update Im facing trust relationship between workstation and primary domain failed error I couldn't login with domain credentials. I tried uninstalling the update using control panel, power shell and cmd prompt commands but the update not uninstalled. Since I'm using LDAP as my domain controller I run "Reset-ComputerMachinePassword -Server <DomainControllerName>" and "$credential = Get-Credential Reset-ComputerMachinePassword -Credential $credential -Server <DomainControllerName>" these commands but error shows the server is not operational why ?. If this update couldn't be uninstalled what is the solution to solve trust relationship between workstation and primary domain? Is it possible to revert back the changes that occur in my laptop due to this update? Please support.