Skip to content

Instantly share code, notes, and snippets.

@rog1039
Last active January 4, 2016 03:09
Show Gist options
  • Save rog1039/8560325 to your computer and use it in GitHub Desktop.
Save rog1039/8560325 to your computer and use it in GitHub Desktop.
Windows 8.1 Client - Base
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
cinst DotNet3.5
cinst PDFXChangeViewer
cinst Firefox
cinst GoogleChrome
cinst autohotkey_l
cinst CutePDF
cinst notepadplusplus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment