Skip to content

Commit

Permalink
Fix: Resolve ms-edge policy errors by removing invalid policies (#2820)
Browse files Browse the repository at this point in the history
Removed EdgeEnhanceImagesEnabled and EdgeFollowEnabled policies, which were causing "unknown policy" errors.
  • Loading branch information
NixCookies authored Oct 1, 2024
1 parent e165388 commit 64ed00c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1600,13 +1600,6 @@
"Value": "0",
"OriginalValue": "1"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "EdgeEnhanceImagesEnabled",
"Type": "DWord",
"Value": "0",
"OriginalValue": "1"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "PersonalizationReportingEnabled",
Expand Down Expand Up @@ -1656,13 +1649,6 @@
"Value": "0",
"OriginalValue": "1"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "EdgeFollowEnabled",
"Type": "DWord",
"Value": "0",
"OriginalValue": "1"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "EdgeShoppingAssistantEnabled",
Expand Down

0 comments on commit 64ed00c

Please sign in to comment.