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
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin | |
choco install Atom | |
choco install notepadplusplus.install | |
choco install 7zip | |
choco install flashplayerplugin | |
choco install vlc | |
choco install nodejs | |
choco install vcredist2010 | |
choco install PowerShell |
OlderNewer