下載Office官方部署管理工具
下載地址:Office Deployment Tool
解壓到指定路徑
解壓后列表如下:
編輯xml文件
選擇對(duì)應(yīng)版本的xml文件
一般可在:C:\Program Files\Microsoft Office 15
目錄下查看Office版本,本機(jī)為x64版本。
打開xml文件
右鍵選擇記事本打開:
編輯xml文件
將原有內(nèi)容全選刪除,將以下內(nèi)容全部復(fù)制進(jìn)去,保存并關(guān)閉:
本配置只保留了 Word,Excel,Powerpoint 和 One Note
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps,
Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Current Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="zh-cn" />
<ExcludeApp ID = "Publisher"/>
<ExcludeApp ID = "Groove"/>
<ExcludeApp ID = "Bing"/>
<ExcludeApp ID = "lync"/>
<ExcludeApp ID = "Access"/>
<ExcludeApp ID = "Outlook"/>
<ExcludeApp ID = "Teams"/>
<ExcludeApp ID = "OneDrive"/>
<ExcludeApp ID = "Skype"/>
</Product>
<Remove>
<Product ID="SkypeforBusinessEntry2019Retail"></Product>
<Product ID="SkypeforBusiness2021Volume"></Product>
<Product ID="SkypeforBusiness2019Volume"></Product>
<Product ID="SkypeforBusiness2019Retail"></Product>
<Product ID="LyncEntryRetail"></Product>
<Product ID="LyncRetail"></Product>
<Product ID="SkypeforBusinessEntryRetail"></Product>
<Product ID="SkypeforBusinessRetail"></Product>
</Remove>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Current" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
運(yùn)行setup文件
打開終端
在搜索框中輸入cmd,雙擊打開命令提示符:
切換位置
在終端中輸入cd <xml文件所在位置>
切換運(yùn)行位置,本機(jī)為cd F:\此電腦\DownLoad
,若無反應(yīng)則繼續(xù)輸入<xml所在盤名稱>
即可切換成功,本機(jī)為F:
:
執(zhí)行命令
輸入setup.exe /configure <xml文件名>
,本機(jī)為setup.exe /configure configuration-Office365-x64.xml
,按回車健執(zhí)行命令:
等待更新完成即可。文章來源:http://www.zghlxwxcb.cn/news/detail-446459.html
本文參考
[1]: 知乎:Office365 卸載捆綁軟件Publisher/OneDrive/Outlook/Access及其評(píng)論區(qū)內(nèi)容。文章來源地址http://www.zghlxwxcb.cn/news/detail-446459.html
到了這里,關(guān)于【Microsoft Office】卸載 Office 365 捆綁軟件 Publisher/OneDrive/Outlook/Access的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!