Created
December 2, 2016 17:30
-
-
Save bohbra/8ab23b6530fba9efc1a80bdb84774dfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# 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