Created
September 13, 2012 19:35
-
-
Save erichexter/3717010 to your computer and use it in GitHub Desktop.
install chocolatey with windows auth proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy -ExecutionPolicy Unrestricted;$a=new-object net.webclient;$a.proxy.credentials=[system.net.credentialcache]::defaultnetworkcredentials;$a.downloadstring('http://bit.ly/OKgXHP')|iex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what if i need not default system proxy?