Skip to content

Instantly share code, notes, and snippets.

@bandwith
Last active April 25, 2023 14:10
Show Gist options
  • Save bandwith/9b9ffd986c1cbcd1979fc6f0a1ecb8e8 to your computer and use it in GitHub Desktop.
Save bandwith/9b9ffd986c1cbcd1979fc6f0a1ecb8e8 to your computer and use it in GitHub Desktop.
boxstarter
# START https://boxstarter.org/package/nr/url?https://gist.github.com/bandwith/9b9ffd986c1cbcd1979fc6f0a1ecb8e8/raw/375f23f1a0c14ed63c85ee9b6e43fb2d65e98b6a/boxstarter.txt
# Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
# Set-WindowsExplorerOptions -DisableShowHiddenFilesFoldersDrives -DisableShowProtectedOSFiles -DisableShowFileExtensions
# Set-BoxstarterTaskbarOptions -Size Small -Dock Top -Combine Always -AlwaysShowIconsOn -MultiMonitorOn -MultiMonitorMode All -MultiMonitorCombine Always
Disable-BingSearch
Disable-GameBarTips
Disable-InternetExplorerESC
Enable-RemoteDesktop
Enable-MicrosoftUpdate
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
choco upgrade choco-upgrade-all-at
choco upgrade googlechrome
choco upgrade firefox
choco upgrade microsoft-edge
choco upgrade 7zip.install
choco upgrade adobereader
# choco install dropbox
# choco install jre8
# choco upgrade libreoffice-fresh
choco upgrade notepadplusplus
choco upgrade putty.install
choco upgrade vlc
choco upgrade powershell
choco upgrade pwsh
# choco upgrade vcredist2005
# choco upgrade vcredist2008
# choco upgrade vcredist2010
# choco upgrade vcredist2012
# choco upgrade vcredist2013
# choco upgrade vcredist2015
# choco upgrade vcredist2017
choco upgrade vcredist140
choco upgrade dotnetfx
choco upgrade all -y
Install-WindowsUpdate -Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment