Skip to content

Instantly share code, notes, and snippets.

@JuryA
Last active July 25, 2018 18:24
Show Gist options
  • Select an option

  • Save JuryA/b78fc5a3e1918d5251dbc8c94b3ca358 to your computer and use it in GitHub Desktop.

Select an option

Save JuryA/b78fc5a3e1918d5251dbc8c94b3ca358 to your computer and use it in GitHub Desktop.
My chocolatey script - run in Admin PowerShell 3.0: `Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://goo.gl/9EhW75 -UseBasicParsing | iex`
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco feature enable -n allowGlobalConfirmation
choco install chocolateygui notepadplusplus googlechrome 7zip adobereader jre8 vlc git putty powershell ccleaner sysinternals teamviewer itunes winscp totalcommander
choco install docker-for-windows vagrant lastpass lastpass-chrome
choco install rufus python python2 cmder sudo tftpd32
@JuryA
Copy link
Author

JuryA commented Jul 24, 2018

  • added lastpass and lastpass-chrome

@JuryA
Copy link
Author

JuryA commented Jul 25, 2018

Introduced one-shot command which run directly mychoco.ps1 script from this Gist (inc. URL shortener of course)...

  • Just run in Admin PowerShell 3.0: Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://goo.gl/9EhW75 -UseBasicParsing | iex

@JuryA
Copy link
Author

JuryA commented Jul 25, 2018

  • added rufus, python, python2, cmder, sudo, tftpd32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment