Skip to content

Instantly share code, notes, and snippets.

@veleek
Last active July 21, 2020 17:56
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 veleek/7ca7dde2a8a516153b873d4791d67e3f to your computer and use it in GitHub Desktop.
Save veleek/7ca7dde2a8a516153b873d4791d67e3f to your computer and use it in GitHub Desktop.
BoxStarter script for setting up my laptop
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder
Enable-RemoteDesktop
Disable-GameBarTips
Disable-UAC
Set-TaskbarOptions -Combine Full
# Utilities
cinst microsoft-windows-terminal
cinst 7zip.install
cinst notepadplusplus.install
cinst putty.install
cinst windirstat
cinst paint.net
cinst inkscape
cinst duplicati
cinst f.lux
cinst autohotkey
cinst 7-taskbar-tweaker
# Entertainment
cinst spotify
cinst steam
# Programming
cinst fiddler4
cinst git.install
#cinst git-credential-manager-for-windows # Included in git?
cinst python
cinst nodejs
cinst visualstudiocode
cinst nimbletext
cinst Everything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment