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; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco feature enable -n allowGlobalConfirmation | |
| choco install firefox | |
| choco install GoogleChrome | |
| choco install visualstudio2019professional | |
| choco install vscode | |
| choco install vscode-powershell | |
| choco install onenote | |
| choco install sql-server-management-studio |
OlderNewer