Skip to content

Instantly share code, notes, and snippets.

@josdem
Last active February 22, 2022 15:49
Show Gist options
  • Save josdem/4773a9927181832b0def4f397809ecd6 to your computer and use it in GitHub Desktop.
Save josdem/4773a9927181832b0def4f397809ecd6 to your computer and use it in GitHub Desktop.
//Set proxy environment
setx HTTPS_PROXY http://proxy-url:8080
setx HTTP_PROXY http://proxy-url:8080
//Delete a directory
Remove-Item ${directory} -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment