Skip to content

Instantly share code, notes, and snippets.

@rpc180
Last active June 7, 2025 17:33
Show Gist options
  • Select an option

  • Save rpc180/e896858a67d5a215b95fdf86bd6eaa25 to your computer and use it in GitHub Desktop.

Select an option

Save rpc180/e896858a67d5a215b95fdf86bd6eaa25 to your computer and use it in GitHub Desktop.
just installing the sysadmin stuff
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco install `
foxitreader `
notepadplusplus `
7zip `
pgadmin4 `
winscp `
putty `
wireshark `
vscode `
terraform --pre `
nodejs `
graphviz `
azure-cli `
winmerge `
windirstat `
-y --log-file=c:\Support\chocolog.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment