(FIXED) Some Of These Settings Are Hidden Or Managed By Your Organization In Windows 10/11| FIXED

Опубликовано: 28 Сентябрь 2024
на канале: Elite FIX
284
2

Some users experience the message "Some rights are managed by your organization" displayed in the settings of the Windows 10/11 operating system. After launching the Settings application and entering some settings, this message is displayed in the settings management window.

Code:

SC config trustedinstaller start=auto
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\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