Created
January 22, 2025 21:05
-
-
Save ph33nx/f984a7ba891d37b8272d2cf75e0a519d to your computer and use it in GitHub Desktop.
Change Microsoft Edge User Agent via Registry. This registry file changes the user agent for Microsoft Edge on Windows. Use it to set a custom user agent permanently via the registry.
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | |
"UserAgent"="Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/131.0.2903.86" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment