تحتوي غالبية منتجات برامج Microsoft على نسخة تجريبية مدتها 30 يومًا للسماح للمستخدم بتجربتها مجانًا. يتيح ذلك للمستخدمين رؤية قيمة المنتج ، وإذا كانوا سعداء به ، فقد يفكرون في دفع مقابل الحصول على ترخيص. ومع ذلك ، فإن إنفاق مئات الدولارات يمثل مشكلة كبيرة للأشخاص ذوي الدخول المنخفضة للغاية ، وخاصة في بعض المناطق الأكثر فقراً. إذا كنت طالبًا / مدرسًا وكانت مدرستك جزءًا من البرنامج ، فستتاح لك فرصة استخدام معظم منتجات Microsoft دون أي تكلفة. وإذا لم تكن مستفيدًا من هذا البرنامج ، فإن استخدام طريقة KMS هو الحل الأمثل الذي يمكنك التفكير فيه.
في منشور اليوم ، سوف أتناول بالتفصيل كيفية تنزيل و استخدام Visio ، Project (2016/2019) بدون مفتاح المنتج. يمكنك تنزيل أحدث إصدار تحميل visio إذا لم يكن لديك بالفعل. نظرًا لأنه يتم تخزينه كملف ISO ، فبمجرد اكتمال التنزيل يتعين عليك استخراجه ثم قم فقط بتشغيل ملف الإعداد لبدء التثبيت كما تفعل عادةً.
بعد التثبيت الناجح ، سيتم تسجيلك في نسخة تجريبية شهرية مجانية لمدة 30 يومًا عندما تنتهي التجربة ، سيتم تعطيل أهم الميزات و عليك شراء مفتاح ترخيص لمتابعة استخدام الخدمة.
ولكن الأمر المدهش حقًا هو أنه يمكنك بسهولة الحصول على ترخيص مجاني لمدة 6 أشهر باستخدام طريقة KMS. الأهم من ذلك ، يمكنك تجديد الترخيص بسهولة عندما تنتهي المدة (*). فقط اتبع التعليمات التالية بالضبط و تأكد من اتصال الإنترنت الخاص بك نشط.
1. تفعيل المشروع ، Visio يدويا
الوقت اللازم: 1 دقيقة.
تنشيط المنتج الخاص بك عن طريق سطر الأوامر في موجه الأوامر.
افتح موقع Project / Visio المثبت على جهاز الكمبيوتر الخاص بك.
إذا قمت بتثبيته في مجلد ProgramFiles ، فسيكون المسار هو “٪ ProgramFiles٪ \ Microsoft Office \ Office16” أو “٪ ProgramFiles (x86)٪ \ Microsoft Office \ Office16”. يعتمد ذلك على بنية نظام التشغيل Windows الذي تستخدمه. إذا لم تكن متأكدًا من هذه المشكلة ، فلا تقلق ، فما عليك سوى تشغيل كلا الأمرين أعلاه. لن يتم تنفيذ أحدهما وسيتم طباعة رسالة خطأ على الشاشة
1 2 | cd /d %ProgramFiles%\Microsoft Office\Office16 cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 |
تحويل النسخة التجربية من VISIO إلى المجلد الأول.
إذا تم تثبيت برنامج التثبيت من Microsoft ، فهذه الخطوة مطلوبة. على العكس من ذلك ، إذا قمت بتثبيت Project أو Visio من ملف ISO ISO ، فهذا اختياري ، لذا تخطاه إذا أردت.
لمشروع 2016
1 | for /f %x in ('dir /b ..\root\Licenses16\projectprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" |
لمشروع 2019
1 | for /f %x in ('dir /b ..\root\Licenses16\projectpro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" |
لبرنامج Visio 2019 فيزيو
1 | for /f %x in ('dir /b ..\root\Licenses16\visiopro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" |
بتنشيط Project / Visio باستخدام مفتاح KMS.
تأكد من اتصال الكمبيوتر بالإنترنت ، ثم قم بتشغيل الأمر التالي. لا تنسَ استبدال THE_CLIENT_KEY بمفتاح عميل KMS لمنتجك
1 2 3 4 | cscript ospp.vbs /inpkey:THE_CLIENT_KEY cscript ospp.vbs /sethst:kms8.msguides.com cscript ospp.vbs /setprt:1688 cscript ospp.vbs /act |
القائمة الكاملة لمفاتيح :
1 2 3 4 | Project 2016: YG9NW-3K39V-2T3HJ-93F3Q-G83KT Project 2019: B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B Visio 2016: PD3PC-RHNGV-FXJ29-8JK7D-RJRJK Visio 2019: 9BGNQ-K37YR-RQHF2-38RQ3-7VCBB |
إليك النص الكامل الذي حصلت عليه بعد تنشيط Project 2019 على جهاز الكمبيوتر المحمول الذي يعمل بنظام Windows 10.
2. استخدام البرنامج النصي دفعة مسبقة لتفعيل المشروع و Visio
لم تعد هذه الطريقة موصى بها بعد التحديث الجديد لـ Microsoft.
شاهد الفيديو التالي لتفهم اكثر :
Activating Microsoft Project 2016 video guide
تفعيل ميكروسوفت بروجكت 2016 Microsoft Project
تفعيل ميكروسوفت Microsoft Visio فيزيو 2016
Activating Microsoft Project & Visio 2019 instructions
تفعيل ميكروسوفت Project & Visio 2019 فيزيو
الخطوة 1: انسخ الكود التالي في مستند نصي جديد.
كود خاص ب Project 2016
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off title Activate Microsoft Project 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Project Standard 2016&echo - Microsoft Project Professional Plus 2016&echo.&echo.&(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 /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ppd.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-bridge-office.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root-bridge-test.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-stil.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&echo.&echo ============================================================================&echo Activating your Project...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:KQBVC >nul&cscript //nologo ospp.vbs /unpkey:G83KT >nul&cscript //nologo ospp.vbs /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT >nul&set i=1 :server if %i%==1 set KMS=kms7.MSGuides.com if %i%==2 set KMS=kms8.MSGuides.com if %i%==3 set KMS=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://MSGuides.com"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/downloadmsp :halt pause >nul |
كود خاص ب Project 2019
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off title Activate Microsoft Project 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Project Standard 2019&echo - Microsoft Project Professional Plus 2019&echo.&echo.&(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 /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&(for /f %%x in ('dir /b ..\root\Licenses16\client-issuance*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\projectprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\projectpro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Project...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:PKD2B >nul&cscript //nologo ospp.vbs /inpkey:B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B >nul&set i=1 :server if %i%==1 set KMS=kms7.MSGuides.com if %i%==2 set KMS=kms8.MSGuides.com if %i%==3 set KMS=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://MSGuides.com"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16 :halt pause >nul |
الكود الخاص Visio 2016
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off title Activate Microsoft Visio 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Visio Standard 2016&echo - Microsoft Visio Professional Plus 2016&echo.&echo.&(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 /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ppd.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-bridge-office.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root-bridge-test.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-stil.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&echo.&echo ============================================================================&echo Activating your Visio...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:W8GF4 >nul&cscript //nologo ospp.vbs /unpkey:RJRJK >nul&cscript //nologo ospp.vbs /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK >nul&set i=1 :server if %i%==1 set KMS=kms7.MSGuides.com if %i%==2 set KMS=kms8.MSGuides.com if %i%==3 set KMS=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://MSGuides.com"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/downloadmsp :halt pause >nul |
كود الحاص ب Visio 2019
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off title Activate Microsoft Visio 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Visio: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Visio Standard 2019&echo - Microsoft Visio Professional Plus 2019&echo.&echo.&(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 /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&(for /f %%x in ('dir /b ..\root\Licenses16\client-issuance*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\visioprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\visiopro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Visio...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:7VCBB >nul&cscript //nologo ospp.vbs /inpkey:9BGNQ-K37YR-RQHF2-38RQ3-7VCBB >nul&set i=1 :server if %i%==1 set KMS=kms7.MSGuides.com if %i%==2 set KMS=kms8.MSGuides.com if %i%==3 set KMS=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://MSGuides.com"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16 :halt pause >nul |
ملاحظة: تحتاج إلى نسخ الكود المناسب لمنتجك.
إنشاء مستند نصي جديد.
الخطوة 2: الصق الكود في الملف النصي. ثم احفظه كملف دفعي بامتداد cmd. (على سبيل المثال “1click.cmd”).
الخطوة 3: تشغيل الملف كمسؤول RUN AS ADMISTRATION .
انتظر قليلا من فضلك.
تم التنشيط ، تحقق من حالة التنشيط مرة أخرى.
ملاحظة: ترخيص KMS صالح لمدة 180 يومًا فقط. و لكن لا تقلق سيتم تجديده تلقائيًا قبل تاريخ انتهاء الصلاحية إذا كنت متصلاً.
و مع ذلك ، يمكنك تجديد Office يدويًا في أي وقت (حتى عند انتهاء صلاحيته) عن طريق تشغيل ملف cmd مرة أخرى.
إذا كان لديك أي أسئلة أو مخاوف ، يرجى ترك تعليقاتكم سأكون سعيدًا لشرح المزيد من التفاصيل شكرًا جزيلاً على كل ملاحظاتك و دعمك!