Skip to content

Instantly share code, notes, and snippets.

@xaguzman
Last active May 16, 2019 18:34
Show Gist options
  • Save xaguzman/0b92ebb8eacd866e1cfd to your computer and use it in GitHub Desktop.
Save xaguzman/0b92ebb8eacd866e1cfd to your computer and use it in GitHub Desktop.
Boxstarter setup script for new machines
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableExpandToOpenFolder
Disable-GameBarTips
Disable-UAC
Disable-BingSearch
Install-WindowsUpdate
Enable-RemoteDesktop
# cinst googlechrome
cinst filezilla
cinst putty
cinst googledrive
cinst ConEmu
cinst vscode
cinst adoptopenjdk --version 8.192
cinst git
cinst poshgit
cinst gimp
cinst inkscape
cinst dropbox
cinst nodejs
cinst cloudberryexplorer.azurestorage
cinst audacity
cinst vlc
cinst maven
cinst mremoteng
# cinst mysql
# cinst mysql.workbench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment