Group Policy
11 TopicsPersonalizationReportingEnabled is being ignored
The https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#personalizationreportingenabled option ("Allow personalization of ads, Microsoft Edge, search, news and other Microsoft services by sending browsing history, favorites and collections, usage and other browsing data to Microsoft") is being ignored. When using the Group Policy option to set it to Disabled, it doesn't show as managed policy in edge://policy When using Group Policy to set the Registry value (again to disable it), it appears as a managed policy, but seems to be ignored on first-run. We use Edge for our exam environment. As users have no profile on logon, users are being asked to confirm they agree to personalisation before they can continue.4.5KViews2likes8CommentsNewTabPageManagedQuickLinks (Group Policy)
I just discovered that NewTabPageManagedQuickLinks has a max value of 3. Meaning if I try to pin more than 3 website it errors. Any reason why? This isn't mentioned anywhere in the documentation. https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#newtabpagemanagedquicklinks Also, as a suggestion. I think we should be allowed to configure an XML file path instead of having the use a single line format. Having to use single line is a little annoying { "url": "https://www.contoso.com", "title": "Contoso Portal", "pinned": true }, { "url": "https://www.office.com/", "pinned": true, "title": "Office" } ] Compared to an XML file <key>NewTabPageManagedQuickLinks</key> <array> <dict> <key>pinned</key> <true/> <key>title</key> <string>Contoso Portal</string> <key>url</key> <string>https://contoso.com</string> </dict> <dict> <key>pinned</key> <true/> <key>title</key> <string>Office</string> <key>url</key> <string>https://www.office.com</string> </dict> </array>2.7KViews2likes3Comments