Created
April 12, 2016 20:55
-
-
Save bse666/0e62a76d2cf4b43a05a31e61704f4355 to your computer and use it in GitHub Desktop.
chocolatey Installation in windows to rebuild machine much easier
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 |
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
choco install 7zip -y | |
choco install notepadplusplus -y | |
choco install GoogleChrome -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment