Skip to content

Instantly share code, notes, and snippets.

@ph33nx
Created January 22, 2025 21:05
Show Gist options
  • Save ph33nx/f984a7ba891d37b8272d2cf75e0a519d to your computer and use it in GitHub Desktop.
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.
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