Skip to content

Instantly share code, notes, and snippets.

@jsonpittman
Last active February 16, 2019 12:51
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/51a64a04e50693cfe93f1b268972ddcd to your computer and use it in GitHub Desktop.
Save jsonpittman/51a64a04e50693cfe93f1b268972ddcd 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 javaruntime
cinst putty.install
cinst winlogbeat
cinst pdfcreator
cinst filezilla
cinst curl
cinst wget
cinst python2
cinst atom
cinst putty
cinst foxitreader
cinst windirstat
cinst vim
cinst slack
cinst rufus
cinst sql-server-management-studio
cinst gimp
cinst everything
cinst docker-desktop
cinst itunes
if (Test-PendingReboot) { Invoke-Reboot }
cinst procexp
cinst winscp
cinst office365business
cinst mingw
cinst cygwin
cinst codeblocks
if (Test-PendingReboot) { Invoke-Reboot }
cinst mongodb
if (Test-PendingReboot) { Invoke-Reboot }
cinst vscode
if (Test-PendingReboot) { Invoke-Reboot }
cinst visualstudio2017community -InstallArguments WebTools
if (Test-PendingReboot) { Invoke-Reboot }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment