I removed administrative templates under the user configurations group policies while I'm working on. How can I restore it?
Asked
Active
Viewed 24 times
-2

Aykut Demirci
- 168
- 4
- 19
1 Answers
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