Forum Discussion
Bob Lin
Dec 13, 2020Copper Contributor
How to remove "Some settings are managed by your organization" on Windows 2019 DC
One of our clients has upgraded their Windows 2012 R2 DC to 2019. The Windows Update shows "Some settings are managed by your organization". They wanders how remove this message. I have tried these....
OostAs108
Copper Contributor
Please try this people. It solved it for me. It took me 4 hours to find this fix. I trasnlated it from dutch..it's a bit amateuristic but it should be clear.
Policies recovery in Windows 10
- Click right mouse button on Desktop > New > Textdocument.
- Open this file and place it with the script below to restore all policies.
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f reg delete "HKCU\Software\Policies" /f reg delete "HKLM\Software\Microsoft\Policies" /f reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f reg delete "HKLM\Software\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
- Click in notepad screen on File > Save as.
- Change in save option below “Textdocuments (*.txt) to All files.
- Save file as ResetPolicies.bat.
- Click rightmouse button on this file and choose option Execute as administrator.
- Commandprompt opens and automatically changes all lines in the register.
- Restart PC to get all the changes to work.
SPauley
Jun 29, 2023Copper Contributor
Dude, your the man I been combing the net for fixes for my issue and this was the one that nailed it for me. There are too many videos on Youtube showing the same stupid thing. Thank you so Much!