0x01. Office 2021 零售版
- Office Professional Plus 2021,专业增强版:ProPlus2021Retail.img(Previously only available in vl version, details are unknown)
- Office Professional 2021,专业版:Professional2021Retail.img(Plus Access and Publisher (for PC only))
- Office Home & Business 2021,家庭和商业版:HomeBusiness2021Retail.img(Word, Excel, PowerPoint, and Outlook)
- Office Home & Student 2021,家庭和学生版:HomeStudent2021Retail.img(Word, Excel, and PowerPoint)
0x02. 单个组件独立版
- Word:Word2021Retail.img
- Excel:Excel2021Retail.img
- PowerPoint:Point2021Retail.img
- Outlook:Outlook2021Retail.img
- Access:Access2021Retail.img
- Publisher:Publisher2021Retail.img
0x03. Project 和 Visio 零售版
- Project Standard 2021,标准版:ProjectStd2021Retail.img
- Project Professional 2021,专业版:ProjectPro2021Retail.img
- Visio Standard 2021,标准版:VisioStd2021Retail.img
- Visio Professional 2021,专业版:VisioPro2021Retail.img
0x04. 直接在线安装 VOL 版本
- 配置:
Configuration-Office2021Enterprise.xml
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2021"> <Product ID="ProPlus2021Volume" PIDKEY="FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH"> <Language ID="zh-cn" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="OneNote" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Teams" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="InfoPath" /> <ExcludeApp ID="OneDrive Desktop" /> <ExcludeApp ID="Skype for Business" /> <ExcludeApp ID="SharePointDesigner" /> </Product> </Add> <Remove All="True" /> <!-- <RemoveMSI All="True" /> --> <!-- <Display Level="None" AcceptEULA="TRUE" /> --> <!-- <Property Name="AUTOACTIVATE" Value="1" /> --> </Configuration>
https://www.microsoft.com/en-us/download/details.aspx?id=49117
3、下载 office 最新版.cmd
@echo off Title Office LTSC Professional Plus 2021 - Volume License Download color 8f cd /d "%~dp0" cd /d "%cd%\" >nul reg add hkcu\software\classes\.Admin\shell\runas\command /f /ve /d "cmd /x /d /r set \"f0=%%2\" &call \"%%2\" %%3" &set _= %* >nul fltmc || if "%f0%" neq "%~f0" ( cd.>"%tmp%\runas.Admin" &start "%~n0" /high "%tmp%\runas.Admin" "%~f0" "%_:"=""%" &exit /b ) setup.exe /download configuration-Office2021Enterprise.xml exit
4、安装 office.cmd
@echo off Title Office LTSC Professional Plus 2021 - Volume License Install cd /d "%~dp0" cd /d "%cd% >nul reg add hkcu\software\classes\.Admin\shell\runas\command /f /ve /d "cmd /x /d /r set \"f0=%%2\" &call \"%%2\" %%3" &set _= %* >nul fltmc || if "%f0%" neq "%~f0" ( cd.>"%tmp%\runas.Admin" &start "%~n0" /high "%tmp%\runas.Admin" "%~f0" "%_:"=""%" &exit /b ) setup.exe /configure configuration-Office2021Enterprise.xml exit
5、激活 office.cmd
@echo off Title Office LTSC Professional Plus 2021 - Volume License Activation %HOMEDRIVE% cd "%ProgramW6432%\Microsoft Office\Office16" >nul reg add hkcu\software\classes\.Admin\shell\runas\command /f /ve /d "cmd /x /d /r set \"f0=%%2\" &call \"%%2\" %%3" &set _= %* >nul fltmc || if "%f0%" neq "%~f0" ( cd.>"%tmp%\runas.Admin" &start "%~n0" /high "%tmp%\runas.Admin" "%~f0" "%_:"=""%" &exit /b ) cscript ospp.vbs /sethst:kms.03k.org cscript ospp.vbs /act cscript ospp.vbs /dstatus
https://xpanx.com/
评论