It’s normal to see “Your browser is managed by your organization” anytime you have a policy configured for Edge.
If you don’t want these policies set, then “mandatory” policies are usually saved as values in the registry keys below. Deleting the values inside this key will remove the policy.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
OR
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge
Clicking on the listed policies in your screenshot can also provide more details about each one.
Second option is;
Run CMD as admin and copy/paste:
Code:
<span class="pln">taskkill </span><span class="pun">/</span><span class="pln">im msedge</span><span class="pun">.</span><span class="pln">exe </span><span class="pun">/</span><span class="pln">f reg </span><span class="kwd">delete</span> <span class="str">"HKCU\Software\Policies\Microsoft\Edge"</span> <span class="pun">/</span><span class="pln">f reg </span><span class="kwd">delete</span> <span class="str">"HKLM\Software\Policies\Microsoft\Edge"</span> <span class="pun">/</span><span class="pln">f </span>
Well to be honest I did some more digging and after months of looking for a solution this worked