diff --git a/Registry Key Scripts/Set VPN Proxy to Disabled.ps1 b/Registry Key Scripts/Set VPN Proxy to Disabled.ps1 new file mode 100644 index 0000000..a26f340 --- /dev/null +++ b/Registry Key Scripts/Set VPN Proxy to Disabled.ps1 @@ -0,0 +1 @@ +Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" -Name ProxyEnable -Value 0 \ No newline at end of file