Last active
July 25, 2018 18:24
-
-
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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Author
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
Author
- 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
lastpassandlastpass-chrome