Active office sử dụng cmd | 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.

×

Active office sử dụng cmd

kemmet

Rìu Sắt Đôi
Hướng dẫn active office ver 2019 sử dụng file run cmd.
Các bạn vào trang để download sau đó run quyền adminstrator và đợi tự động active bản quyền office nha
Chúc thành công
Thường các files cmd dạng scrips để active win hay office thì mình chỉ tìm trên Github thôi bạn ơi :))
Tại code public, cộng đồng vào xem nên cảm thấy yên tâm hơn
 

bbkim

Mỗi người một câu chuyện
Mã:
cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6MWKP >nul
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /sethst:s8.uk.to
cscript ospp.vbs /act
Copy/paste đoạn trên vào cửa sổ cmd cho nhanh. Giờ MS Defender ghê gớm lắm. Lưu lại thành cmd, bat có đoạn mã KMS nó chém luôn.
 

dccuong

Búa Gỗ
Mã:
cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6MWKP >nul
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /sethst:s8.uk.to
cscript ospp.vbs /act
Copy/paste đoạn trên vào cửa sổ cmd cho nhanh. Giờ MS Defender ghê gớm lắm. Lưu lại thành cmd, bat có đoạn mã KMS nó chém luôn.
Phải tắt trước khi thực hiện bác, em hay làm giúp những máy có Kaspersky, em thoát Kaspersky đi, xong cho dừng MS Defender đi rồi mới thực hiện được.

Còn em thì mua Office 365 luôn rồi nên không dùng những cái này nữa
 

bbkim

Mỗi người một câu chuyện
Phải tắt trước khi thực hiện bác, em hay làm giúp những máy có Kaspersky, em thoát Kaspersky đi, xong cho dừng MS Defender đi rồi mới thực hiện được.

Còn em thì mua Office 365 luôn rồi nên không dùng những cái này nữa
Copy/paste vào cửa sổ Command Line thì không cần tắt MS Defender hay AV nào hết.
Còn vào tắt mấy cái bảo vệ đó với người dễ tính không sao, người khó tính sẽ nghĩ ngay là mình đang cố gắng cài virus vào máy người ta.
 

assasin13890

Búa Đá Đôi
Hướng dẫn active office ver 2019 sử dụng file run cmd.
Các bạn vào trang để download sau đó run quyền adminstrator và đợi tự động active bản quyền office nha
Chúc thành công
File download của bác đâu =.=
 

pkhoi13

Búa Gỗ
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")
)&cls
cscript ospp.vbs /remhst
cscript ospp.vbs /ckms-domain
cscript //nologo ospp.vbs /inpkey:<KEY>
cscript //nologo ospp.vbs /dinstid > step2.txt
start step2.txt
này là dùng cho off2021
 


Top