Active Office 2016 bằng CMD
Khi bạn muốn sử dụng ứng dụng văn phòng Office 2016 nhưng khi cài đặt xong thì không sử dụng được mà cần mở khoá phiên bản. Bạn đang chưa biết cách active office 2016? Vậy thì hãy tiếp tục theo dõi, bài viết dưới đây sẽ giúp bạn giải quyết vấn đề.
Hướng dẫn Active Office 2016 bằng CMD
Bước 1: mở CMD bằng cách gõ vào thanh tìm kiếm trên Menu Start, Click chuột phải và chọn Run as Adminstrator.
Bước 2: xuất hiện hộp thoại nhập lệnh CMD. Copy đoạn code bên dưới và gán vào.
set ver=16
if exist “%ProgramFiles%\Microsoft Office\Office%ver%\ospp.vbs” cd /d “%ProgramFiles%\Microsoft Office\Office%ver%”
if exist “%ProgramFiles(x86)%\Microsoft Office\Office%ver%\ospp.vbs” cd /d “%ProgramFiles(x86)%\Microsoft Office\Office%ver%”
for /f “tokens=8″ %b in (‘cscript //nologo OSPP.VBS /dstatus ^| findstr /b /c:”Last 5″‘) do (cscript //nologo ospp.vbs /unpkey:%b)
for /f %i in (‘dir /b ..\root\Licenses%ver%\ProPlusVL_KMS*.xrm-ms’) do cscript ospp.vbs /inslic:”..\root\Licenses%ver%\%i”
cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
cscript ospp.vbs /sethst:kms.lotro.cc
cscript ospp.vbs /act
Start winword
@
Hoặc:
cscript slmgr.vbs /skms kms.digiboy.ir
cscript slmgr.vbs /ipk XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
cscript slmgr.vbs /ato d450596f-894d-49e0-966a-fd39ed4c4c64
timeout 2&start winword&exit
Bước 3: Đợi chương trình chạy. Khi xuất hiện dòng chữ Product key installation successfull tức là bạn đã active thành công.
Chúc bạn thành công!