綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[分享] 簡單教學office下載安裝,讓你不用再求檔

[複製連結] 查看: 11233|回覆: 5|好評: 0
跳轉到指定樓層
樓主
chne663 | 收聽TA | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
發表於 2022-2-23 16:58

馬上加入Android 台灣中文網,立即免費下載應用遊戲。

您需要 登錄 才可以下載或查看,沒有帳號?註冊

x
本帖最後由 chne663 於 2022-2-25 10:24 編輯

(1)下載 以下載 office 2019 vol 大量授權 為例


將範例configuration.xml
<Configuration>
    <Add OfficeClientEdition="64" Channel="Monthly">  要下載32就改32  64就改64
        <Product ID="ProPlusRetail">  ---> 修改成
ProPlusRetail-----> Proplus2019Volume  (支援 2013/2016/2019/2021版本都可下面可查)
            <Language ID="zh-tw" />
         </Product>
    </Add>
</Configuration>

打開 win10 powershell 輸入 .setup.exe /download configuration.xml   ---->下載需要時間請等待指令完成才可關閉視窗

(2)安裝
開啟Powershell視窗
輸入.setup.exe /configure configuration.xml      預設安裝的話就不用改內部參數,如果要另外安裝就依照下面範例修改

安裝 32位元 Office 2016 Pro Plus Retail (繁體中文)
但排除安裝Access、Publisher、Groove、Lync、Visio、OneNote、InfoPath、Project、SharePointDesigner
範例configuration.xml
<Configuration>
  <Add SourcePath="X:指定資料夾" OfficeClientEdition="32" >
    <Product ID="ProPlusRetail">
      <Language ID="zh-tw" />
  <ExcludeApp ID="Access" />
  <ExcludeApp ID="Publisher" />
  <ExcludeApp ID="Groove" />
  <ExcludeApp ID="Lync" />
  <ExcludeApp ID="Visio" />
  <ExcludeApp ID="OneNote" />
  <ExcludeApp ID="InfoPath" />
  <ExcludeApp ID="Project" />
  <ExcludeApp ID="SharePointDesigner" />
</Product>
  </Add>
</Configuration>

(3)configuration.xml參數說明
<Add OfficeClientEdition="64" Channel="Monthly">64位元 每月通道  
<Product ID="ProPlusRetail">     產品ID Office 2016 Pro Plus Retail  
<Language ID="zh-tw" />語系ID 繁體中文
<ExcludeApp ID="Word" />   不安裝 Word

Product ID列表
Office 2013/2016 Home and StudentHomeStudentRetail
Office 2013/2016 PersonalPersonalRetail
Office 2013/2016 Home and BusinessHomeBusinessRetail
Office 2013/2016 Professional  ProfessionalRetail
Office 2013/2016 Professional PlusProPlusRetail
Office 365 Home Premium   O365HomePremRetail
Office 365 Small Business PremiumO365SmallBusPremRetail
Office 365 BusinessO365BusinessRetail
Office 365 Professional PlusO365ProPlusRetail
Access 2013/2016  AccessRetail
Excel 2013/2016ExcelRetail
InfoPath 2013/2016InfoPathRetail
OneNote 2013/2016  OneNoteRetail
Outlook 2013/2016OutlookRetail
PowerPoint 2013/2016PowerPointRetail
Publisher 2013/2016PublisherRetail
Word 2013/2016WordRetail
SharePoint Designer 2013  SPDRetail
Project 2013/2016 StandardProjectStdRetail
Project 2013/2016 Professional  ProjectProRetail
Project 2013/2016 Standard volume licenseProjectStdXVolume
Project 2013/2016 Professional volume license  ProjectProXVolume
Visio 2013/2016 StandardVisioStdRetail
Visio 2013/2016 ProfessionalVisioProRetail
Visio 2013/2016 Standard volume license  VisioStdXVolume
Visio 2013/2016 Professional volume licenseVisioProXVolume
Skype for Business Basic 2015 (Office 2013)LyncEntryRetail
Skype for Business 2015 (Office 2013)  LyncRetail
Skype for Business Basic 2016 (Office 2016)SkypeforBusinessEntryRetail
Skype for Business 2016 (Office 2016)  SkypeforBusinessRetail


Language ID列表
Arabic (Saudi-Arabia)  ar-sa
Bulgarian (Bulgaria)  bg-bg
Chinese, simplified (PR China)  zh-cn2052
Chinese, traditional (Taiwan)zh-tw1028
Croatian (Croatia)  hr-hr
Czech (Chech Replublic)  cs-cz
Danish (Denmakr)   da-dk
Dutch (Netherlands)  nl-nl
English (USA)  en-us1033
Estonian (Estonia)et-ee
Finnish (Finland)fi-fi
French (France)fr-fr1036
German (Germany)de-de1031
Greek (Greece)el-gr
Hebrew (Israel)he-il
Hindi (India)hi-in
Hungarian (Hungary)hu-hu
Indonesian (Indonesia)id-id1057
Italian (Italy)  it-it
Japanese (Japan)ja-jp1041
Kazakh (Kazakhstan)kk-kz
Korean (Republic of Korea)ko-kr1042
Latvian (Latvia)lv-lv
Lithuanian (Lithuania)lt-lt
Malay (Malaysia)ms-my1086
Norwegian, Bokm?l (Norway)nb-no
Polish (Poland)  pl-pl
Portuguese (Brazil)  pt-br
Portuguese (Portugal)pt-pt
Romanian (Romania)ro-ro
Russian (Russian Federation)ru-ru
Serbian, Latin (Serbia / Montenegro)sr-latn-cs
Slovakian (Slovakia)sk-sk
Slovenian (Slovenia)sl-si
Spanish (Spain)  es-es3082
Swedish (Sweden)sv-se
Thai (Thailand)th-th  1054
Turkish (Turkey)tr-tr
Ukrainian (Ukraine)  uk-ua
Vietnamese (Vietnam)  vi-vn  1066

App ID列表
AccessAccess
ExcelExcel
OneDrive for BusinessGroove
InfoPath  InfoPath
Skype for BusinessLync
OneDrive  OneDrive
OneNoteOneNote
OutlookOutlook
PowerPointPowerPoint
ProjectProject
PublisherPublisher
SharePointDesignerSharePointDesigner
VisioVisio
WordWord


------------------以上是稍微懂語法異動的人&下方有提供超懶人方式-----------------------

不想改任何文件的人可以透過 下載 office tools plus 下載
https://otp.landian.vip/zh-tw/  office tools pluse官網
https://github.com/YerongAI/Office-Tool/releases/   office tools plus github社群載點
安裝完成後 在使用國外的abbodi1406 大大製作的 KMS 軟體啟用就可以


https://github.com/abbodi1406/KMS_VL_ALL_AIO/releases

簡單安裝 來源都是官方下載 不用擔心有毒,KMS指令方式也不用擔心安裝有的沒的
擔心附件的話也可以從下面官方連結下載更改參數使用

Office 2016 365 部署工具
https://www.microsoft.com/en-us/download/details.aspx?id=49117


configuration.xml 網頁自訂頁面
https://config.office.com/deploymentsettings



「用Android 就來APK.TW」,快來加入粉絲吧!
Android 台灣中文網(APK.TW)

office下載工具.zip

4 MB, 下載次數: 45, 下載積分: 碎鑽 -1 個

Office_Tool_v8.3.1.0.zip

12.78 MB, 下載次數: 39, 下載積分: 碎鑽 -1 個

評分

參與人數 4碎鑽 +2 幫助 +4 收起 理由
musicnini + 1 + 1 非常讃
enter74123 + 1 + 1 非常讃
avd689 + 1 好內容。朕有賞,還不謝主隆恩.
jia4568tw + 1 讚一個!

查看全部評分

收藏收藏16 分享分享 分享專題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

沙發
ezgo101 | 收聽TA | 只看該作者
發表於 2022-2-25 05:24
自訂 Configuration.xml 也可以用點的就好~

1. 到Microsoft 365 Apps admin center (https://config.office.com/)
2. 按左下角的[建立],進入 Office Customization Tool (OCT)[Office 自訂工具]
3. 在畫面左手邊依照個人需求進行配置 (部署設定)
4. 最後在畫面右手邊按 Export,匯出並下載客製化的 Configuration.xml檔

評分

參與人數 1幫助 +1 收起 理由
chne663 + 1 好內容,老衲來為這篇文章開開光.

查看全部評分

用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

板凳
hwj_c | 收聽TA | 只看該作者
發表於 2022-2-25 14:23
由 手機網頁 發佈
感謝分享,真的是不錯的教學,
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

地板
vectraman | 收聽TA | 只看該作者
發表於 2022-3-23 10:23
感謝大大的教學,收藏起來。
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

5
as2286 | 收聽TA | 只看該作者
發表於 2022-4-8 14:34
好用教學,謝謝大大,收藏起來
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

6
真的假的? | 收聽TA | 只看該作者
發表於 2022-10-13 20:32
大大 原本想私訊你 ,
無奈我等級太低 原本想詢問你的方法怎麼用
後來自己上網找了一個KMS破解 用是能用 ,但用的我心好荒
我今天重灌了,大大可以幫我看看這到底安不安全嗎?
https://github.com/abbodi1406/KMS_VL_ALL_AIO/archive/refs/heads/master.zip
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則