Skip to content

Instantly share code, notes, and snippets.

@bandwith
Last active April 25, 2023 14:08
Show Gist options
  • Save bandwith/962e6b785bff9ada0e4def9a4dab8153 to your computer and use it in GitHub Desktop.
Save bandwith/962e6b785bff9ada0e4def9a4dab8153 to your computer and use it in GitHub Desktop.
#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 sources enable -n=chocolatey
choco feature enable -n allowGlobalConfirmation
choco feature enable -n useRememberedArgumentsForUpgrades
choco upgrade choco-upgrade-all-at
choco upgrade powershell
choco upgrade pwsh --install-arguments='"ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 ENABLE_PSREMOTING=1"'
choco upgrade microsoft-windows-terminal
choco upgrade wsl2 --params "/Version:2 /Retry:true"
choco upgrade docker-desktop
choco upgrade googlechrome
choco upgrade firefox
choco upgrade microsoft-edge
choco upgrade git.install
choco upgrade git-credential-manager-for-windows
choco upgrade git-lfs
choco upgrade vscode
choco upgrade chocolatey-vscode
choco upgrade vscode-intellicode
choco upgrade vscode-beautify
choco upgrade vscode-gitlens
choco upgrade vscode-gitignore
choco upgrade vscode-gitattributes
choco upgrade 7zip.install
choco upgrade dropbox
choco upgrade jre8
choco upgrade notepadplusplus.install
choco upgrade putty.install
choco upgrade vlc
#choco upgrade vcredist2010
#choco upgrade vcredist2012
#choco upgrade vcredist2013
#choco upgrade vcredist2015
#choco upgrade vcredist2017
choco upgrade vcredist140
choco upgrade dotnetfx
choco upgrade netfx-4.6.2
choco upgrade dotnet4.6.2
choco upgrade citrix-workspace
#choco upgrade windows-admin-center
choco sync
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