spider_ man
زيزوومى مبدع
غير متصل
قم بمتابعة الفيديو أدناه لمعرفة كيفية تثبيت موقعنا كتطبيق ويب على الشاشة الرئيسية.
ملاحظة: قد لا تكون هذه الميزة متاحة في بعض المتصفحات.
ادخل الكود كاملا من موجه الاوامر كمسؤول ... انتر ... وارفق التقرير المنبثق .. لتحديد السريال المناسب .
[hide]
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 /dstatus>info.txt
start info.txt[/hide]
هذا 2019 ..!Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
---------------------------------------
PRODUCT ID: 00412-00000-00000-AA894
SKU ID: 2ca2bf3f-949e-446a-82c7-e25a15ec78c4
LICENSE NAME: Office 19, Office19ProjectPro2019VL_KMS_Client_AE edition
LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
LICENSE STATUS: ---OOB_GRACE---
ERROR CODE: 0x4004F00C
ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
REMAINING GRACE: 4 days (5911 minute(s) before expiring)
Last 5 characters of installed product key: PKD2B
Activation Type Configuration: ALL
DNS auto-discovery: KMS name not available
KMS machine registry override defined: 10.3.0.20:1688
Activation Interval: 120 minutes
Renewal Interval: 10080 minutes
KMS host caching: Enabled
---------------------------------------
PRODUCT ID: 00416-00000-00000-AA354
SKU ID: 5b5cf08f-b81a-431d-b080-3450d8620565
LICENSE NAME: Office 19, Office19VisioPro2019VL_KMS_Client_AE edition
LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
LICENSE STATUS: ---OOB_GRACE---
ERROR CODE: 0x4004F00C
ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
REMAINING GRACE: 4 days (5911 minute(s) before expiring)
Last 5 characters of installed product key: 7VCBB
Activation Type Configuration: ALL
DNS auto-discovery: KMS name not available
KMS machine registry override defined: 10.3.0.20:1688
Activation Interval: 120 minutes
Renewal Interval: 10080 minutes
KMS host caching: Enabled
---------------------------------------
PRODUCT ID: 00414-50000-00000-AA490
SKU ID: 85dd8b5f-eaa4-4af3-a628-cce9e77c9a03
LICENSE NAME: Office 19, Office19ProPlus2019VL_KMS_Client_AE edition
LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
LICENSE STATUS: ---OOB_GRACE---
ERROR CODE: 0x4004F00C
ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
REMAINING GRACE: 4 days (5911 minute(s) before expiring)
Last 5 characters of installed product key: 6MWKP
Activation Type Configuration: ALL
DNS auto-discovery: KMS name not available
KMS machine registry override defined: 10.3.0.20:1688
Activation Interval: 120 minutes
Renewal Interval: 10080 minutes
KMS host caching: Enabled
---------------------------------------
---------------------------------------
---Exiting-----------------------------
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 //nologo ospp.vbs /remhst
cscript //nologo ospp.vbs /ckms-domain
cscript //nologo ospp.vbs /unpkey:PKD2B
cscript //nologo ospp.vbs /unpkey:7VCBB
cscript //nologo ospp.vbs /unpkey:6MWKP
cscript //nologo ospp.vbs /inpkey:GNFJB-GP6WR-FCF62-M7QPX-PBBDD
cscript //nologo ospp.vbs /act | findstr /c:"activation" /c:"successful" /c:"exceeded" /c:"blocked"
start winword
exit
exit
أعلم ذلك ...لو صاحب الطلب يشتغل ب Office 19, Office19ProjectPro2019VL و Office 19, Office19VisioPro2019V هل من الطبيعي إزالة مفتاحيهما وهل ان تم وضع المفتاح المقدم من طرفي في المشاركة السابقة لن يتم التفعيل
هذا 2019 ..!
ما دام استعملت Kms .. لحذفه .. وادخال مفتاح التفعيل ..
افتح موجه الأوامر كمسؤول والصق فيه الكود كاملا ... انتر ...
كود: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 //nologo ospp.vbs /remhst cscript //nologo ospp.vbs /ckms-domain cscript //nologo ospp.vbs /unpkey:PKD2B cscript //nologo ospp.vbs /unpkey:7VCBB cscript //nologo ospp.vbs /unpkey:6MWKP cscript //nologo ospp.vbs /inpkey:GNFJB-GP6WR-FCF62-M7QPX-PBBDD cscript //nologo ospp.vbs /act | findstr /c:"activation" /c:"successful" /c:"exceeded" /c:"blocked" start winword exit exit