How to change proxy with reg file

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 14 Feb 2021 at 22:54
👀 Viewed: 19 times
✉️ Send Email

Create a new file and call it proxy.reg
Run and say yes.


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MigrateProxy"=dword:00000001

"ProxyEnable"=dword:00000001

"ProxyHttp1.1"=dword:00000000

"ProxyServer"="http://proxyhost:proxyport"

"ProxyOverride"="<local>;192.168.0.*;"
If you want to comment: Login or Register