Skip to content

Instantly share code, notes, and snippets.

@sam9291
Last active January 5, 2023 16:14
Show Gist options
  • Save sam9291/7ff46fd8ec93f44078cd17789b505a9b to your computer and use it in GitHub Desktop.
Save sam9291/7ff46fd8ec93f44078cd17789b505a9b to your computer and use it in GitHub Desktop.
winget install -e Microsoft.VisualStudioCode --override '/SILENT /mergetasks="!runcode,addcontextmenufiles,addcontextmenufolders"';
winget install -e Microsoft.Teams;
winget install -e SlackTechnologies.Slack;
winget install -e Mozilla.Firefox.DeveloperEdition;
winget install -e Google.Chrome;
winget install -e Microsoft.DotNet.SDK.6;
winget install -e Microsoft.DotNet.SDK.7;
winget install -e Git.Git;
winget install -e Skillbrains.Lightshot;
winget install -e Microsoft.PowerToys;
winget install -e Postman.Postman;
winget install -e NickeManarin.ScreenToGif;
winget install -e 7zip.7zip;
winget install -e Microsoft.VisualStudio.2022.Professional;
winget install -e Docker.DockerDesktop;
winget install -e OpenJS.NodeJS;
winget install -e Yarn.Yarn;
winget install -e RicoSuter.NSwagStudio;
winget install -e Microsoft.SQLServerManagementStudio;
winget install -e Microsoft.AzureStorageExplorer;
winget install -e Microsoft.SQLServer.2019.Developer;
winget install -e Discord.Discord;
winget install -e Microsoft.AzureCLI;
winget install -e Spotify.Spotify;
winget install -e Microsoft.PowerShell;
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment