Thảo luận - [Chia sẻ] Cách get Installation Id (IID) khi nhập key Office một cách nhanh chóng, chính xác | VN-Zoom | Cộng đồng Chia Sẻ Kiến Thức Công Nghệ và Phần Mềm Máy Tính

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We need money to operate the site, and almost all of it comes from our online advertising.

If possible, please support us by clicking on the advertisements.

Please add vn-z.vn to your ad blocking whitelist or disable your adblocking software.

×

Thảo luận [Chia sẻ] Cách get Installation Id (IID) khi nhập key Office một cách nhanh chóng, chính xác

rimocchino

人生をシンプルにするのは心の平和を得る一番良い方法だ。
Bạn copy đoạn bên dưới, lưu thành 1 file .cmd (ví dụ office.cmd) hoặc copy vào CMD để chạy

Office 2010 :
if exist "%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office14"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office14"
cscript OSPP.VBS /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript //nologo ospp.vbs /dinstid>Office_Installation_ID.txt
start Office_Installation_ID.txt
exit
exit

Office 2013 :
if exist "%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office15"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office15"
cscript OSPP.VBS /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript //nologo ospp.vbs /dinstid>Office_Installation_ID.txt
start Office_Installation_ID.txt
exit
exit

Office 2016 :
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 OSPP.VBS /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript //nologo ospp.vbs /dinstid>Office_Installation_ID.txt
start Office_Installation_ID.txt
exit
exit

PS : thay thế XXXXX-XXXXX-XXXXX-XXXXX-XXXXX bằng key bạn sử dụng để active
Nếu bạn đã điền key trước đó rồi, thì xóa bỏ dòng inpkey đi nhé

Sau khi chạy thì file Office_Installation_ID.txt sẽ được mở lên.

IID-image.png


Bạn tìm IID tương ứng của bản cần active rồi lên forum nhờ get CID hoặc tự get qua webact.

________________________________________________

2019/05/22 : Bổ sung cách get IID của Windows :

Mở CMD chạy lệnh bên dưới

Sau khi chạy thì 1 hộp thoại chứa IID sẽ hiện ra, khi này bấm Ctrl + C, rồi sau đó mở notepad, Ctrl + V là sẽ lấy được nội dung hiển thị trên hộp thoại đó

Windows-IID.png
 
Sửa lần cuối:

thuwowngr

Cho đi là nhận được.
Hướng dẫn Cho Win đi bác. Mà cái này áp dụng cho Office 2010 được không bác
Bạn thử cái này nhé
Văn bản ẩn cho người dùng: Note7
 

rimocchino

人生をシンプルにするのは心の平和を得る一番良い方法だ。
Hướng dẫn Cho Win đi bác. Mà cái này áp dụng cho Office 2010 được không bác

Đã bổ sung thêm cách lấy Windows IID.
Máy mình hiện ko có Office 2010 nên ko rõ thư mục cài đặt của Office 2010 ra sao,
bạn thử mở thư mục cài đặt của Office 2010, tìm folder chứa file ospp.vbs và thay đổi đường dẫn
"%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" rồi chạy thử xem sao nhé.
 

Note7

Búa Đá
Đã bổ sung thêm cách lấy Windows IID.
Máy mình hiện ko có Office 2010 nên ko rõ thư mục cài đặt của Office 2010 ra sao,
bạn thử mở thư mục cài đặt của Office 2010, tìm folder chứa file ospp.vbs và thay đổi đường dẫn
"%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" rồi chạy thử xem sao nhé.
Bác phải hướng dẫn chi tiết chứ, e gà con lon ton làm sao biết làm
 

rimocchino

人生をシンプルにするのは心の平和を得る一番良い方法だ。
Bác phải hướng dẫn chi tiết chứ, e gà con lon ton làm sao biết làm

bạn thử tạo 1 file .cmd với nội dung như bên dưới và chạy thử xem sao nhé :

if exist "%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office14"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office14"
cscript //nologo ospp.vbs /dinstid>Office_Installation_ID.txt
start Office_Installation_ID.txt
exit
exit
 


Top