Boxstarter development box scripts https://shriker.ca/using-boxstarter-chocolately-repeatable-windows-10-installations/
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
# try to remove defaults | |
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/microsoft/windows-dev-box-setup-scripts/master/scripts/RemoveDefaultApps.ps1 -DisableReboots |
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
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 |
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
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