Skip to content

Instantly share code, notes, and snippets.

@MattHuntington
Last active August 29, 2015 14:24
Show Gist options
  • Save MattHuntington/caaa4d6d431d921c45c0 to your computer and use it in GitHub Desktop.
Save MattHuntington/caaa4d6d431d921c45c0 to your computer and use it in GitHub Desktop.
Desktop Setup
if (Test-PendingReboot) { Invoke-Reboot }
Enable-RemoteDesktop
Install-WindowsUpdate -getUpdatesFromMS -acceptEula
if (Test-PendingReboot) { Invoke-Reboot }
cinst chocolatey
cinst chocolateygui
cinst google-chrome-x64
cinst 7zip.install
cinst adobereader
cinst libreoffice
cinst cutepdf
cinst microsoftsecurityessentials
cinst nitroreader.install
cinst picasa
cinst pidgin
cinst ie11
cinst malwarebytes
if (Test-PendingReboot) { Invoke-Reboot }
Install-WindowsUpdate -getUpdatesFromMS -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment