From 93547ab8ae0fda44cf04cedb8d6f631cabd187dd Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 12 Aug 2025 01:59:01 +0000 Subject: [PATCH] Upload files to "Registry Key Scripts" --- Registry Key Scripts/Set VPN Proxy to Disabled.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Registry Key Scripts/Set VPN Proxy to Disabled.ps1 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