码迷,mamicode.com
首页 > 其他好文 > 详细

chocolatey

时间:2019-02-14 00:23:42      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:input   des   upd   cal   telnet   note   sla   irf   notepad   

https://chocolatey.org

## Install Chocolatey
CMD (Recommand):
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1‘))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
POWERSHELL:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1‘))

## Install Software
set http_proxy=http://10.192.124.220:80
set https_proxy=http://10.192.124.220:80
set no_proxy=127.0.0.1,::1,localhost

choco install -y notepad2-mod 7zip GoogleChrome git gpg4win pandoc putty typora wkhtmltopdf vscode
choco install -y firefox nodejs intellijidea-community slack sourcetree heidisql procexp AutoRuns procmon
choco install -y google-pinyin
choco install -y axel jq telnet caffeine sudo
choco install -y keepass Everything listary IrfanView irfanviewplugins foobar2000 mpv sumatrapdf
choco install -y cpu-z hashmyfiles

choco install -y --force notepad2-mod

## Update Software
choco upgrade all
choco upgrade chocolatey

No Update Some Software When Upgrade:
choco pin notepad2-mod

## List Installed Software
choco list --local-only

List Installed Software (Include Non-Chocolatey-Install) 
choco list -li
choco list -lai

## Uninstall Software
choco uninstall sourcetree

## Search Software
choco search docker-desktop
choco search > 1.txt

## View Software Information
choco info desktop-desktop

## Temp Path
%temp%\chocolatey

 

chocolatey

标签:input   des   upd   cal   telnet   note   sla   irf   notepad   

原文地址:https://www.cnblogs.com/Bob-wei/p/10372310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!