Last active
June 7, 2025 17:33
-
-
Save rpc180/e896858a67d5a215b95fdf86bd6eaa25 to your computer and use it in GitHub Desktop.
just installing the sysadmin stuff
This file contains hidden or 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 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