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"
cscript //nologo ospp.vbs /actcid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
del step2.txt
exit
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"
cscript //nologo ospp.vbs /actcid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
del step2.txt
exit
If you miss installing office 2016 VL + visio VL + project VL.
Which currently lacks the visio activation key and the VL project.
We recommend you to install the 2016 or 2019 retail version.
Or you can also try:
1- Download the Licenses19.zip file , extract it and put the "Licenses16" folder on the desktop.
2- Paste this code into cmd(admin)
echo
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"
xcopy "%USERPROFILE%/Desktop\Licenses16" "..\root\Licenses16" /e /i /h
for /f %i in ('dir /b ..\root\Licenses16\*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"
echo
cd /d %USERPROFILE%/Desktop
RD "Licenses16" /s /q
exit
exit
3- Then you can apply #1 to activate with retail key.
Please try.
Có bạn nào có code cho Office 2013, project 2013 không nhỉ?
Trên toàn từ 2016 về sau, không áp dụng được cho 2013.
Cài office 2013 home and student đã kích hoạt, giờ cài project 2013 pro retail, mà chỉ tìm được key bản standard VL-Mak, không biết cách nào để kích key VL trên bản retail.
Có bạn nào có code cho Office 2013, project 2013 không nhỉ?
Trên toàn từ 2016 về sau, không áp dụng được cho 2013.
Cài office 2013 home and student đã kích hoạt, giờ cài project 2013 pro retail, mà chỉ tìm được key bản standard VL-Mak, không biết cách nào để kích key VL trên bản retail.
Báo cáo các bạn là mình chỉnh sửa các code ở trên và kích hoạt được Office 2013 StandardVL, Project 2013 StandardVL và Visio 2013 StandardVL. Tải và cài đặt thì dùng Office tool C2R. Đây là code Project 2013 (Tương tự cho Office 2013 và Visio 2013):