Skip to content

Instantly share code, notes, and snippets.

@snelis
Last active February 10, 2017 11:46
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 snelis/ff8f19237eb71be3e62fd2cbe51e1d1c to your computer and use it in GitHub Desktop.
Save snelis/ff8f19237eb71be3e62fd2cbe51e1d1c to your computer and use it in GitHub Desktop.
Set-TaskbarOptions -Size Small -Lock -Combine Never
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowHiddenFilesFoldersDrives
Enable-RemoteDesktop
Disable-BingSearch
Disable-GameBarTips
choco feature enable -n=allowEmptyChecksums
choco feature enable -n=allowGlobalConfirmation
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst vlc
cinst icloud
cinst discord
cinst sonarr --ignore-checksums
cinst itunes
cinst geforce-experience
cinst dropbox
cinst steam
cinst 1password
cinst winrar
cinst googlechrome
cinst atom
cinst git
cinst qbittorrent
cinst ccleaner
cinst ChocolateyGUI
cinst docker
cinst battle.net
cinst sonos-controller
choco feature disable -n=allowGlobalConfirmation
choco feature disable -n=allowEmptyChecksums
#Enable-MicrosoftUpdate
#Install-WindowsUpdate -Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment