Skip to content

Instantly share code, notes, and snippets.

@jsonpittman
Created February 16, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsonpittman/328f46fe0e6acc5b0158125e6fd0355f to your computer and use it in GitHub Desktop.
Save jsonpittman/328f46fe0e6acc5b0158125e6fd0355f to your computer and use it in GitHub Desktop.
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Set-StartScreenOptions -EnableBootToDesktop
Install-WindowsUpdate -AcceptEula
if (Test-PendingReboot) { Invoke-Reboot }
cinst chocolatey
cinst googlechrome
cinst firefox
cinst 7zip.install
cinst notepadplusplus.install
cinst vlc
cinst git
cinst gitextensions
cinst foxitreader
cinst windirstat
cinst everything
cinst plexmediaserver
if (Test-PendingReboot) { Invoke-Reboot }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment