Windows 10 “Some settings are managed by your organization” (gpedit.msc does not work)

2

I am using Windows 10 Pro. Suddenly I see a strange warning "Some Settings Are Managed By Your Organization."

I Googled it and found a solution something like this :

In the Group Policy Editor (gpedit.msc), go to Computer Configuration/Administrative Templates/Windows Components/Data Collection and Preview Builds.

Find the Allow Telemetry item and double-click it to edit the policies.

Change the setting to Enabled. Change the drop-down menu entry to 3-Full and click Apply.

Now open the item again and change its Setting to Not configured and hit the Save button.

Somehow this is not working in my case, I want to change my start menu but Windows won't allow me being an Admin to the PC.

It looks like this

Rajan

Posted 2016-12-26T05:03:07.090

Reputation: 121

is this device connected to a corporate network or is it for your personal use? – conquistador – 2016-12-26T06:30:30.897

No its for Personal Use @MustafaAKTAŞ – Rajan – 2016-12-26T06:54:15.627

Though I am connected to My office network but there are no such policy to control settings for Windows users @MustafaAKTAŞ – Rajan – 2016-12-26T06:55:33.650

Answers

1

The message you see within your settings that says Some settings are managed by your organization is true, but your Google search led you to the wrong Group Policy. You want to scrutinize these:

Computer Configuration\Administrative Templates\Start Menu and Taskbar

User Configuration\Administrative Templates\Start Menu and Taskbar

Within each of those, ensure that the Start Layout policy is set to Not Configured. After you modify those Group Policies, you should be able to change your start menu.

You can potentially make the same changes within the Registry Editor by doing the following:

  1. Press WinKey + S
  2. Type regedit and press Enter (and acknowledge the UAC prompt, if necessary)
  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer
  4. Right-click the the DWORD titled LockedStartLayout and select Delete
  5. Navigate to HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer
  6. Right-click the the DWORD titled LockedStartLayout and select Delete
  7. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
  8. Right-click the the DWORD titled NoChangeStartMenu and select Delete
  9. Navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
  10. Right-click the the DWORD titled NoChangeStartMenu and select Delete
  11. Close the Registry Editor
  12. Reboot the computer

(Source)

Run5k

Posted 2016-12-26T05:03:07.090

Reputation: 13 092

@ruk5k i just did this, but still not working, do i need a reboot ? of safemode to do this ? – Rajan – 2016-12-26T08:04:00.263

@ruk5k i just did this, but still not working, do i need a reboot ? of safemode to do this ? – Rajan – 2016-12-26T08:04:03.677

Can you please open cmd and type rsop and tell us if there is any policy ? – Elie – 2016-12-26T09:39:53.673

You shouldn't necessarily need a reboot... it should take effect several seconds after the change. Please keep in mind that on a Windows domain, Local Group Policy has the lowest processing priority. As a result, if there are Domain Group Policies that affect the Start Menu, they will take precedence over the modifications that we just made. You may want to check with your Domain Admin staff and you can use utilities to check which Group Policies are affecting your login.

– Run5k – 2016-12-26T12:24:59.867

None of these keys exist after the Anniversary update – cat – 2017-03-29T22:20:46.350

@cat, when you have a few minutes to spare, please take a look at the source article that I referenced at the end of my answer. It provides some additional perspective regarding this scenario, and was written after the Anniversary Update (version 1607) was released. Ultimately, those registry keys don't actually appear unless one of the corresponding group policies has been implemented on that machine. I don't have them on my Windows 10 computers, either. – Run5k – 2017-03-30T02:31:16.017