Last active
January 14, 2024 18:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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