Skip to content

Instantly share code, notes, and snippets.

@bohbra
Created December 2, 2016 17:30
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 bohbra/8ab23b6530fba9efc1a80bdb84774dfb to your computer and use it in GitHub Desktop.
Save bohbra/8ab23b6530fba9efc1a80bdb84774dfb to your computer and use it in GitHub Desktop.
################################# WINDOWS SETTTINGS ###############################
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Disable-UAC
################################# SOFTWARE ########################################
cinst dotnet-4.6.2 -y
cinst googlechrome -y
cinst firefox -y
cinst notepadplusplus -y
cinst dropbox -y
cinst windirstat -y
cinst jdk8 -y
cinst paint.net -y
cinst 7zip -y
cinst hipchat -y
cinst vlc -y
cinst spotify -y
cinst teamviewer -y
cinst everything -y
cinst github -y
cinst vmware-workstation-player -y
cinst androidstudio
# Pin to taskbar
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment