Skip to content

Instantly share code, notes, and snippets.

View DiHo78's full-sized avatar
🏠
Working from home

Dirk Hondong DiHo78

🏠
Working from home
View GitHub Profile
@DiHo78
DiHo78 / chocolately.ps1
Created September 17, 2021 12:53 — forked from SQLDBAWithABeard/chocolately.ps1
Laptop install
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install chocolatey -y
choco install sql-server-management-studio -y
choco install azure-data-studio -y
choco install git.install -y
choco install vscode -y
choco install powershell-core -y -install-arguments='"ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 ENABLE_PSREMOTING=1"'
choco install wsl2 -y