Skip to content

Instantly share code, notes, and snippets.

@shvargon
Last active March 30, 2024 07:27
Show Gist options
  • Save shvargon/f5851388018e6b338c89140469a166af to your computer and use it in GitHub Desktop.
Save shvargon/f5851388018e6b338c89140469a166af to your computer and use it in GitHub Desktop.
winget install python env
# notice create snapshot VM before continue
# git official winget install command https://git-scm.com/download/win
winget install --id Git.Git -e --source winget
winget install Python.Python.3.12
winget install REALiX.HWiNFO
winget install Microsoft.VCRedist.2015+.x86 Microsoft.VCRedist.2015+.x64 Microsoft.VCRedist.2013.x86 Microsoft.VCRedist.2013.x64 Microsoft.VCRedist.2012.x64 Microsoft.VCRedist.2012.x86 Microsoft.VCRedist.2010.x86 Microsoft.VCRedist.2008.x86 Microsoft.VCRedist.2010.x64 Microsoft.VCRedist.2008.x64 Microsoft.VCRedist.2005.x64
Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3"
winget install Google.Chrome 7zip.7zip
winget install Microsoft.VisualStudioCode Microsoft.WindowsTerminal
# https://github.com/microsoft/winget-cli/discussions/1798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment