|
 本帖最后由 咖啡熊 于 2021-9-9 16:20 编辑
以下链接分x86和x64版本,下载运行后自动在线安装为简体中文专业增强零售正式版(并非Office365版本)。
如需转换VL,请安装成功后自行导入VL版证书后,再导入相应密钥即可。
因目前并未开始销售,所以没有相应的密钥提供,如果论坛里有朋友拿到有效密钥,感谢分享。
如果没有密钥,也可以导入2019的证书后用2019的密钥激活使用,待2021正式密钥出现后可以删除2019密钥后直接导入最新密钥,即可激活使用2021版本界面。
下载地址:
x86
https://c2rsetup.officeapps.live.com/c2r/download.aspx?productReleaseID=ProPlus2021Retail&platform=x86&language=zh-cn&TaxRegion=sg&correlationId=c74bdc19-e4fb-47c4-a8e5-4e3e7de94f3c&token=0d025ba5-b941-4412-b9f6-142d1d680c2e&version=O16GA&source=O15OLSO365&Br=2
x64
https://c2rsetup.officeapps.live.com/c2r/download.aspx?productReleaseID=ProPlus2021Retail&platform=x64&language=zh-cn&TaxRegion=sg&correlationId=c74bdc19-e4fb-47c4-a8e5-4e3e7de94f3c&token=0d025ba5-b941-4412-b9f6-142d1d680c2e&version=O16GA&source=O15OLSO365&Br=2
---------------------------------------------------------------
以下关于激活:
(将以下文本内容复制到黏贴板,后在桌面新建记事本文档,将内容黏贴于文档内,保存退出后将记事本文档扩展名更改为.bat(为批处理文件))
运行该批处理后,将自动导入LTSC 2021 专业增强预览版密钥,启动应用后将自动激活。但是不是永久,有效期到2022年2月。
- @ECHO OFF&PUSHD %~DP0
- setlocal EnableDelayedExpansion&color 3e & cd /d "%~dp0"
- title Office2021 版本转换
- %1 %2
- mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :runas","","runas",1)(window.close)&goto :eof
- :runas
- if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
- if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
- :WH
- cls
- echo.
- echo 选择需要转化的office版本序号
- echo --------------------------------------------------------------------------------
- echo 1. 安装ProPlus2021许可证
- echo 2. 退出
- echo --------------------------------------------------------------------------------
- set /p tsk="请输入需要转化的office版本序号【回车】确认(1-2): "
- if not defined tsk goto:err
- if %tsk%==1 goto:1
- if %tsk%==2 goto:eof
- :err
- goto:WH
- :1
- cls
- echo 正在安装ProPlus2021许可证...
- for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021PreviewVL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021MSDNR_Retail*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021R*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021XC2RVL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- goto :exit
- :exit
- for /f %%x in ('dir /b ..\root\Licenses16\pkeyconfig-office.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- for /f %%x in ('dir /b ..\root\Licenses16\pkeyconfig-office-client15.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
- cscript ospp.vbs /inpkey:T3N47-WVHW9-VCT2V-QKP29-P****
- echo.
- echo 转化完成,按任意键退出!
- pause
- exit
复制代码
|
|