This PS script is meant for rapid utils installation for newly created machines (VMs/endpoints). It does the following:
- Using Chocolately installs some utils
- 7zip, notepad++, chrome, everything, 010editor, git, sysinternals
- optional (with prompt): adobereader, obsidian. (Adding/removing more Chocolately packages to the array is of course possible)
- Replaces the annoying new Windows 11 Right Click menu with the old one.
- Creates elevated shortcuts for Windows Terminal (wt.exe) at Ctrl+Alt+T, and non-elevated shortcuts for notepad++ at Ctrl+Alt+P.
- Enables WSL
- Open Powershell ISE with administrator privileges
- Open the PS1 script that is in this repo
- Run it with F5 (running scripting is not enabled by default on newly created machine)