cài lic là như thế nào bạn nhỉ . mình mới cài mấy cái bản kiểu này lần đầu. nếu được bạn cho mình xin link bảo office 2016 hoặc 2019 có key active online dùng ổn theo năm tháng với . mình cảm ơn
))
Là key nào cần có lic đó ý bạn (các file *.xrm-ms trong thư mục Microsoft Office\root\license16) nếu không inslic tương ứng thì key đó sẽ không được nhận khi add key. (key nào sku đó)
Ví dụ bạn cài bản Proplus 2016VL và dùng key MAK thì cần có inslic ProPlusVL_MAK*.xrm-ms
Proplus 2019 Retail cần inslic ProPlus2019R*.xrm-ms hoặc ProPlus2019MSDNR_Retail*.xrm-ms tùy loại key Retail
Tương tự với các bản office khác.
Bạn tham khảo cách inslic nhá!
Mình lấy tạm 1 cái:
#Open command prompt run as admin nhé:
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"
#vào folder chứa ospp.vbs bạn check và chọn đúng thư mục nhé.
#Inslic Office2019 VL
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2019VL_MAK*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"
#Inslic Office 2019 Retail dùng key Retail
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2019R_Retail*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"
#tương tự ProPlus2019MSDNR_Retail*.xrm-ms nếu dùng key ProPlus2019MSDNR_Retail....
#Bạn chọn đúng loại nhé.