Skip to content

Instantly share code, notes, and snippets.

@dot-mike
Last active December 20, 2024 19:11
Show Gist options
  • Save dot-mike/4c8c220b5becf33fd625d8353fce90ab to your computer and use it in GitHub Desktop.
Save dot-mike/4c8c220b5becf33fd625d8353fce90ab to your computer and use it in GitHub Desktop.
Boxstarter script
# START http://boxstarter.org/package/nr/url?<url-gist>
#Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
choco install -y GoogleChrome
choco install -y Firefox
choco install -y 7zip.install
choco install -y microsoft-windows-terminal
choco install -y notepadplusplus.install
choco install -y fiddler
choco install -y sysinternals --params "/InstallDir:C:\tools\sysinternals" --ignore-checksums
if (Test-PendingReboot) { Invoke-Reboot }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment