Skip to content

Instantly share code, notes, and snippets.

@gtkatakura
Last active July 24, 2025 01:34
Show Gist options
  • Save gtkatakura/754a0c63af64d46ca860acbc85444a7c to your computer and use it in GitHub Desktop.
Save gtkatakura/754a0c63af64d46ca860acbc85444a7c to your computer and use it in GitHub Desktop.
Windows 11 - Boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
choco install driverbooster -Y
choco install 7zip -Y
choco install adobereader -Y
choco install brave -Y
choco install 1password -Y
choco install obsidian -Y
choco install stremio -Y
choco install spotify -Y
choco install steam -Y
choco install vscode -Y
choco install cursoride -Y
choco install virtualbox -Y
choco install leagueoflegends -Y
choco install Microsoft-Windows-Subsystem-Linux -source WindowsFeatures
choco install Microsoft-Hyper-V-All -source WindowsFeatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment