PDA

View Full Version : Hướng dẫn Active nhanh Office 2016



anhthoit
04-09-2024, 03:02 PM
Nếu bạn gặp vấn đề khi sử dụng Office 2016 và cần mở khóa phiên bản, bài viết này sẽ hướng dẫn bạn cách kích hoạt Office 2016 bằng CMD (Command Prompt) một cách chi tiết.
Bước 1: Mở CMDĐầu tiên, bạn cần mở Command Prompt với quyền quản trị. Để thực hiện điều này:


Gõ "CMD" vào thanh tìm kiếm trên Menu Start.
Nhấp chuột phải vào kết quả tìm kiếm và chọn "Run as Administrator".

Bước 2: Nhập Lệnh Kích HoạtKhi hộp thoại CMD xuất hiện, bạn cần sao chép và dán đoạn mã sau vào cửa sổ CMD:
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 bạn cũng có thể sử dụng lệnh sau:
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: Hoàn TấtChờ cho chương trình chạy xong. Khi bạn thấy dòng chữ "Product key installation successful", điều đó có nghĩa là bạn đã kích hoạt Office 2016 thành công.
Chúc bạn thành công!