Skip to content

Instantly share code, notes, and snippets.

@shriker
Last active September 4, 2020 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shriker/239778729a66bc33376d01e284ac99f7 to your computer and use it in GitHub Desktop.
Save shriker/239778729a66bc33376d01e284ac99f7 to your computer and use it in GitHub Desktop.
# try to remove defaults
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/microsoft/windows-dev-box-setup-scripts/master/scripts/RemoveDefaultApps.ps1 -DisableReboots
cinst steam
cinst discord
cinst telegram
cinst keepass
cinst keybase
cinst protonmailbridge
cinst coretemp
cinst cpu-z
cinst calibre
cinst winscp
cinst git-fork
cinst obs-studio
Disable-UAC
Disable-GameBarTips
Disable-BingSearch
# windows updates
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula
# defaults
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrive -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# environment
cinst vscode
cinst git --package-parameters="'/GitAndUnixToolsOnPath /WindowsTerminal'"
cinst firefox
cinst virtualbox
cinst 7zip
cinst putty
cinst sysinternals
cinst microsoft-windows-terminal
# frameworks
cinst dotnet4.6.2
cinst vcredist140
# languages
cinst python
cinst golang
cinst ruby
cinst tinycc
cinst nodejs-lts
cinst yarn
cinst php
cinst composer
# databases
cinst mariadb
cinst postgresql
cinst mongodb
# db helpers
cinst pgadmin4
# security
cinst yubikey-manager
cinst burp-suite-free-edition
cinst wireshark
cinst nmap
cinst hxd
cinst windbg
Enable-UAC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment