Đang gửi...
Danh mục

Hướng Dẫn Kích hoạt bản quyền windows và office bằng CMD vĩnh viễn 100% thành công

Bảo hiểm AIA luôn đồng hành cùng bạn

 HƯỚNG DẪN KÍCH HOẠT CMD


Khi các bạn dùng lệnh cmd để Active thì 

- Cần phải có key win hoặc office

- bạn phải check key đó còn lượt online hay by phone hay call support

- Đa số key anh em mình lấy đều by phone vì online mau hết lượt ko đến anh em mình

- Để lấy IID thì key đó như Duy nói trên và lấy CID thì có token hoặc tools

- Cách làm thì từng bước Duy để trong phần download

- Tất cả các tool để check key và lấy CID Duy để trong link

Thứ tự các bước như sau:

HƯỚNG DẪN KÍCH HOẠT OFFICE - PROJECT - VISIO BẰNG LỆNH TRONG CMD (FULL VERSION)     

1. Xem thông tin bản quyền hiện có:        

2. Xóa bản quyền dùng thử (Grace / Trial) nếu có      

3. Nạp key dấu lệnh và dấu key và lấy bản quyền win oem:        

4. Lấy IID        

5. Lấy CID: Chọn 1 trong 3 cách sau        

6. Nạp CID vào kích hoạt bản quyền        

7. Xuất thông tin:        

8. Có tham khảo      

HƯỚNG DẪN KÍCH HOẠT WINDOWS  7- 8 - 8.1 -10 BẰNG LỆNH TRONG CMD (FULL VERSION)        

1. Xem thông tin bản quyền hiện có: (Có thể không cần systeminfo)        

2. Xóa bản quyền và bật các dịch vụ dành cho kích hoạt cập nhật:        

3. Nạp key dấu lệnh và dấu key và lấy bản quyền win oem:        

4. Lấy IID        

5. Lấy CID: Chọn 1 trong 3 cách sau        

6. Nạp CID vào kích hoạt bản quyền        

7. Xuất thông tin:               

GET CID        

CHECK KEY        

==========================================

Các code cmd về Windows


1/ Nạp key
cscript slmgr.vbs /ipk W6TJF-FQNK4-XBB2R-8Y3PR-BY49G
cscript slmgr.vbs /ato

2/ Mở các dịch vụ (services) hỗ trợ cho việc kích hoạt bản quyền (nhiều khi nó bị tắt là ko kích hoạt được đâu)
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv

3/ Lấy mã số IID
cscript slmgr.vbs /dti>C:\IID.txt
start C:\IID.txt

4/ Kiểm tra bản quyền 
cscript slmgr.vbs /dli >>status.txt
cscript slmgr.vbs /xpr >>status.txt
start status.txt

5/ Xoá key Windows tận gốc
cscript slmgr.vbs /rilc
cscript slmgr.vbs /upk
cscript slmgr.vbs /cpky
cscript slmgr.vbs /ckms

Các code cmd về Office

1/ truy xuất đường dẫn
for %a in (4,5,6) do (if exist "%ProgramFiles%\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles%\Microsoft Office\Office1%a")
If exist "%ProgramFiles% (x86)\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles% (x86)\Microsoft Office\Office1%a"))

2/ Nạp key và trích xuất mã số IID (Installation ID) từ key
# Key byphone, getweb
set key=W9HYN-C8J79-2YGTT-JVQW8-K2GT3
cscript ospp.vbs /inpkey:%key%
cscript ospp.vbs /dinstid>id.txt 
start id.txt

# Key còn lượt kích hoạt online
for %a in (4,5,6) do (if exist "%ProgramFiles%\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles%\Microsoft Office\Office1%a")
If exist "%ProgramFiles% (x86)\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles% (x86)\Microsoft Office\Office1%a"))

set key=W9HYN-C8J79-2YGTT-JVQW8-K2GT3
cscript ospp.vbs /inpkey:%key%
cscript //nologo ospp.vbs /act

3/ Kiểm tra bản quyền
for %a in (4,5,6) do (if exist "%ProgramFiles%\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles%\Microsoft Office\Office1%a")
If exist "%ProgramFiles% (x86)\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles% (x86)\Microsoft Office\Office1%a"))
cscript ospp.vbs /dstatus >status.txt
start status.txt

4/ Chuyển đổi giấy phép bản Retail sang Volume 
- Dành cho Office 2019
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2019VL_MAK_AE*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2019VL_KMS_Client_AE*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"

-Dành cho Office 2021
for /f %i in ('dir /b ..\root\Licenses16\ProPlus2021VL_MAK*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%i"


5/ Xoá từng key
cscript ospp.vbs /dstatus >status.txt
start status.txt
cscript ospp.vbs /unpkey:

6/ Xoá toàn bộ key khỏi máy
for %a in (4,5,6) do (if exist "%ProgramFiles%\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles%\Microsoft Office\Office1%a")
If exist "%ProgramFiles% (x86)\Microsoft Office\Office1%a\ospp.vbs" (cd /d "%ProgramFiles% (x86)\Microsoft Office\Office1%a"))
for /f "tokens= 8" %b in ('cscript //nologo OSPP.VBS /dstatus ^| findstr /b /c:"Last 5"') do (cscript //nologo ospp.vbs /unpkey:%b)

XEM THÊM BÀI ĐĂNG KHÁC BẠN NHÉ

Oops!! CÓ VẺ NHƯ BẠN ĐANG BẬT ADBLOCK

Quảng cáo giúp Bao Hiểm Duyngô duy trì website và tiếp tục chia sẻ các thủ thuật đến bạn.

Thích Bảo Hiểm DuyNgô? Vui lòng tắt Adblock hoặc cho Bảo Hiểm DuyNgô vào danh sách trắng trong công cụ chặn quảng cáo của bạn. Cảm ơn!

×