Windows軟體套件管理[Chocolatey]

使用系統管理員打開 Power Shell, 執行下列指令安裝[Chocolatey]

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

安裝軟體, 多個軟體可以用空格分開
choco install googlechrome paint.net everything pdfxchangeeditor 7zip -y

[常用軟體說明]
googlechrome : Google Chrome
paint.net : .Net版小畫家
everything : 快速搜尋檔案
pdfxchangeeditor : PDF Reader
7zip : 壓縮軟體
nomacs : 
相片瀏覽
notepadplusplus : 安裝Notepad++
xmind : 心智圖
potplayer : 影片播放
winmerge : 文件比較
notepad2 : 文字編輯器
sublimetext4 : 文字編輯器
fiddler : http協議除錯代理工具,能夠非常方便的檢視HTTP通訊資料
postman : API測試工具
soapui : 測試Webservice

自己常用
choco install googlechrome paint.net everything pdfxchangeeditor 7zip xmind potplayer -y

自己常用(程式開發)
choco install git tortoisegit sourcetree winmerge sublimetext4 notepadplusplus -y

官網(可查詢件套及指令) : https://community.chocolatey.org/packages

參考網頁:
https://harry-lin.blogspot.com/2018/12/tool-windows-chocolatey.html
* https://blog.miniasp.com/post/2017/09/13/Will-2017-Ultimate-Developer-Tool-Software-List

留言

這個網誌中的熱門文章

ORA-12514: TNS: 監聽器目前不知道連線描述區中要求的服務

Oracle 例外控制(Exception Control)

Oracle 工作排程 DBMS_JOB 筆記