awesome-windows11 / windows11

🌎 Windows 11 Settings, Tweaks, Scripts
https://windows12.glitch.me
2k stars 115 forks source link

Policy Entry Location Correction for "Microsoft Edge Lite (NOT Syncing Microsoft Account)" #20

Closed Petrina56436 closed 3 months ago

Petrina56436 commented 3 months ago

Under the policy menu of "Microsoft Edge Lite (NOT Syncing Microsoft Account)," there is one incorrectly located policy entry.

The following registry location for this policy is incorrect:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft" /v DoNotUpdateToEdgeWithChromium /t REG_DWORD /d 1 /f

However, the correct location should be as follows:

"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate"