Skip to content

Instantly share code, notes, and snippets.

@tallpeak
Last active January 14, 2024 18:00
Show Gist options
  • Save tallpeak/149b01bd949450e3b4ecda234108feaf to your computer and use it in GitHub Desktop.
Save tallpeak/149b01bd949450e3b4ecda234108feaf to your computer and use it in GitHub Desktop.
If MSEdge says "Microsoft Edge is managed by your organization", run this to remove the message
@echo Be sure to run this as administrator!
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /f
reg delete "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge" /f
@echo Verify success
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment