Edge policies


  1. Posts : 10
    Windows 10
       #1

    Edge policies


    Hi, I would like to ask if there are any policies to apply to registry for the following Edge settings.

    edge://settings/privacy
    Get notified when creators you follow post new content

    edge://settings/privacy
    Get notifications of related things you can explore with Discover
      My Computer


  2. Posts : 781
    Windows 10
       #2

    Don't know if this helps but here: https://learn.microsoft.com/en-us/de...-edge-policies
      My Computer


  3. Posts : 10
    Windows 10
    Thread Starter
       #3

    James said:
    Thank you for the link, this is where I've found all the policies I wanted.
    But I am missing the above, I can't find anything about them there.
    Thank you for your reply.
      My Computer


  4. Posts : 8
    Windows 7/Windows 10
       #4

    Settings are stored in %LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Preferences when you change it via the UI:
    "edge_follow_enabled" -> "Show suggestions to follow creators in Microsoft Edge"
    "edge_follow_notification_enabled" -> "Get notified when creators you follow post new content"
    "edge_underside_triggering_enabled" -> "Get notifications of related things you can explore with Discover"

    This is a JSON file, set the values to false to disable them (unfortunately no easy way to do this via Group Policy).

    Example to view the values in PowerShell:
    Code:
    Get-Content -Raw -LiteralPath "$env:LOCALAPPDATA\Microsoft\Edge\User Data\Default\Preferences" | ConvertFrom-Json | Select edge_follow_enabled, edge_follow_notification_enabled,edge_underside_triggering_enabled | fl

    For "Get notified when creators you follow post new content", the setting seems to get ignored (option gets greyed-out) if "Show suggestions to follow creators in Microsoft Edge" is disabled, which can be done by setting the EdgeFollowEnabled policy ("Enable Follow Service in Microsoft Edge") to disabled.

    For "Get notifications of related things you can explore with Discover", there seems to be no way to set it via registry/GPO as of the v113.0.1774.50 Administrative Templates.
    Last edited by Bangaio; 20 May 2023 at 11:40.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:15.
Find Us




Windows 10 Forums