Skip to content

Instantly share code, notes, and snippets.

@edmcman
Last active July 3, 2024 14:40
Show Gist options
  • Save edmcman/e40a6a99c8686582e81404c1e2c14a0b to your computer and use it in GitHub Desktop.
Save edmcman/e40a6a99c8686582e81404c1e2c14a0b to your computer and use it in GitHub Desktop.
Ed's Windows Boxstarter
Set-StartScreenOptions -EnableBootToDesktop
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder -EnableShowRibbon -EnableItemCheckBox
Enable-MicrosoftUpdate
# Development
choco install vscode
choco install git
choco install cmake
# visual studio 2022 with c++
choco install visualstudio2022community --package-parameters "--add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
# choco install sublimetext2
# Browsers
choco install googlechrome
# Utilities
choco install windirstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment