From d3b322deaa4407681e7af5029fc54d6a058345a9 Mon Sep 17 00:00:00 2001 From: jblu Date: Wed, 18 May 2022 13:36:46 -0500 Subject: [PATCH] commented out the environment variable in the powershell profile --- powershell/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/powershell/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 index e83ff1b..9e3f183 100644 --- a/powershell/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 +++ b/powershell/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -1,4 +1,4 @@ -$env:HTTPS_PROXY = 'http://10.0.0.14:8080' +#$env:HTTPS_PROXY = 'http://10.0.0.14:8080' function rdgw { Write-Host "Logging on to the Arcus Management Server..."