Skip to content

Instantly share code, notes, and snippets.

@sam9291
Last active August 14, 2021 14:21
Show Gist options
  • Save sam9291/3c13be4354f8136db1fea4fcb6bd7ff4 to your computer and use it in GitHub Desktop.
Save sam9291/3c13be4354f8136db1fea4fcb6bd7ff4 to your computer and use it in GitHub Desktop.
Quick Fresh Windows 10 PC setup
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install firefox -y
choco install 7zip -y
choco install powertoys -y
choco install microsoft-teams.install -y
choco install git -y
choco install dotnetcore -y
choco install vscode -y
choco install azure-data-studio -y
choco install sql-server-2019 -y
choco install sql-server-management-studio -y
choco install docker-desktop -y
choco install nodejs -y
choco install yarn -y
choco install cpu-z -y
choco install glogg -y
choco install nswagstudio -y
choco install postman -y
choco install linqpad -y
choco install visualstudio2019professional -y
choco install dotpeek -y
choco install openssl -y
choco install lightshot.install -y
choco install screentogif -y
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install dotnetcore-windowshosting -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment