Last active
February 20, 2017 01:39
-
-
Save mattmhersh/ee6f8676d7c1db1597ed6eb9e095ea86 to your computer and use it in GitHub Desktop.
Setup Computer using Powershell
This file contains 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
cls | |
powershell Set-ExecutionPolicy RemoteSigned | |
# Install Chocolatey | |
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex | |
# Set Chocolatey Settings | |
choco feature enable -n=allowGlobalConfirmation | |
# Install Packages | |
choco install --force -y nodejs atom webstorm brackets firefox GoogleChrome SublimeText3 SublimeText3.PackageControl dropbox cmder Slickrun console2 procexp procmon zoomit 7zip jing putty PowerGUI beyondcompare fiddler filezilla |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment