Take a late release from github, while it's not yet available in the Microsoft Store.
https://github.com/microsoft/winget-cli/releases
Other winget packages can be found here: https://winget.run/
winget upgrade --all
Open an elevated Windows Powershell window
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
winget install -h -e --id Git.Git
winget install -h -e --id GitHub.cli
New-Item -ItemType Directory -Force -Path D:\Sources
Set-Location D:\Sources
git clone https://github.com/markmonster/machine.setup.git
.\InstallApplications.ps1
- Office 365
- Bitwarden Edge Extension
- Save To Pocket Edge Extension
- Super Agent Edge Extension
- Dell PowerManager
- Dell SupportAssist
- Affinity Designer
- Davinci Resolve
.\ConfigureWindowsTerminal.ps1
.\ConfigureVisualStudioCode.ps1