Skip to content

Instantly share code, notes, and snippets.

@mattmhersh
Last active February 20, 2017 01:39
Show Gist options
  • Save mattmhersh/ee6f8676d7c1db1597ed6eb9e095ea86 to your computer and use it in GitHub Desktop.
Save mattmhersh/ee6f8676d7c1db1597ed6eb9e095ea86 to your computer and use it in GitHub Desktop.
Setup Computer using Powershell
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