How to create file reg change proxy setting manual

Опубликовано: 02 Июль 2026
на канале: ITRecord-AZ
26
0

How to disable proxy setting for client and creat file reg change proxy manual (Part 2)

This lab using - 01 AD 2016: 192.168.2.10, host name: PDC, promote domain: ITRAZ.COM.
01 client windows 10,IP:192.168.2.15, host name: W10, join to domain ITRAZ.COM
01 client windows 7, IP 192.168.2.16, host name:W7, join to domain ITRAZ.COM
Configure GPO for client using proxy server: 192.168.2.14, port: 8080. Bypass local address and *.ITRAZ.COM, 192.168.2.*, local address.

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

Disable proxy setting (apply for User congifuration)
Creat file reg change proxy setting manualy


----------Enable proxy

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="192.168.2.14:8080"
"ProxyOverride"="192.168.2.*;ITRAZ.COM;local"

---------Disable prxy
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
"ProxyServer"=""
"ProxyOverride"=""