قم بمتابعة الفيديو أدناه لمعرفة كيفية تثبيت موقعنا كتطبيق ويب على الشاشة الرئيسية.
ملاحظة: قد لا تكون هذه الميزة متاحة في بعض المتصفحات.
وعليكم السلام
افتح موجه الأوامر كمسؤول
Open commad prompt as Administrator
ألصق النص التالي وأرفق التقرير
[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
exit
exit[/hide]
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. Tous droits r‚serv‚s.
---Processing--------------------------
---------------------------------------
PRODUCT ID: 00411-20000-00000-AA021
SKU ID: eb972895-440e-4863-be98-ba075b9721d0
LICENSE NAME: Office 19, Office19Professional2019R_Grace edition
LICENSE DESCRIPTION: Office 19, RETAIL(Grace) channel
BETA EXPIRATION: 01/01/1601
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 (7182 minute(s) before expiring)
Last 5 characters of installed product key: QGQYY
---------------------------------------
---------------------------------------
---Exiting-----------------------------
ضع النص كما هو ولا تقم برفعه في المرفقاتتفضل اخي
من موجه الاوامر كمسؤول
[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")
set CID=510161845733442744016082357032235765254473800676
cscript //nologo OSPP.VBS /actcid:%CID%
cscript.exe OSPP.vbs /act
for /f "tokens=2,3,4,5,6 usebackq delims=:/ " %%a in ('%date% %time%') do echo %%c-%%a-%%b %%d%%e
echo DATE: %date% >status.txt
echo TIME: %time% >>status.txt
for /f "tokens=8" %b in ('cscript ospp.vbs /dinstid ^| findstr /b /c:"Installation ID"') do set IID=%b
echo IID: %IID%>>status.txt
echo CID: 510161845733442744016082357032235765254473800676>>status.txt
cscript ospp.vbs /dstatus >>status.txt
start status.txt
[/hide]