How can I disable "%20--disable-features=RendererCodeIntegrity" from being automatically appended to the URL in Microsoft Edge(chromium)?

Solution 1:

Try to reset Microsoft Edge:

  • Start Settings > Apps > Apps & features
  • Click on "Microsoft Edge"
  • Click the Modify button
  • Allow execution and reboot.

If this still happens, try to enter the following command in PowerShell that is Run as Administrator and reboot:

Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

If the problem still happens, then it is caused by the applications you are using. Try to find some pertinent configuration options in your text editor or in the instant messaging app.