-2

I removed administrative templates under the user configurations group policies while I'm working on. How can I restore it? Screenshot

Aykut Demirci
  • 168
  • 4
  • 19

1 Answers1

0

I found the souliton. Open the Command Prompt as Administrator and write below line by line;

RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
gpupdate /force
Aykut Demirci
  • 168
  • 4
  • 19