Last active
March 30, 2025 20:53
-
-
Save gtkatakura/754a0c63af64d46ca860acbc85444a7c to your computer and use it in GitHub Desktop.
Windows 11 - Boxstarter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
choco install driverbooster | |
choco install 7zip | |
choco install adobereader | |
choco install brave | |
choco install 1password | |
choco install obsidian | |
choco install stremio | |
choco install spotify | |
choco install steam | |
choco install vscode | |
choco install virtualbox | |
choco install leagueoflegends | |
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