Skip to content

Instantly share code, notes, and snippets.

@rrotter
Created July 16, 2017 07:35
Show Gist options
  • Save rrotter/41e2940772db7b6aeac05314a38a060d to your computer and use it in GitHub Desktop.
Save rrotter/41e2940772db7b6aeac05314a38a060d to your computer and use it in GitHub Desktop.
My choco/boxstarter file
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Disable-GameBarTips
Install-WindowsUpdate -Full
cinst GoogleChrome
cinst VisualStudioCode
cinst Steam
@rrotter
Copy link
Author

rrotter commented Jul 16, 2017

next steps:
put the correct items in the taskbar, remove garbage from taskbar and start menu
add explorer to start menu icons, iconize cortana
default browser = chrome
slipstream all of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment