Tuesday, August 16, 2016

How to check the activation type and status of Office installations

Use the following steps to see detailed information about what type of activation your Office 2010 installation us using and what the status of your activation is.
  1. Open an administrative level command prompt.
  2. Navigate to the Office14 folder:
    • 32bit Office on 64bit OS – “cd \Program Files (x86)\Microsoft Office\Office14”
    • 32bit Office on 32bit OS and 64bit Office on 64bit OS – “cd \Program Files\Microsoft Office\Office14”
  3. Execute “cscript ospp.vbs /dstatus”
  4. Look at “LICENSE NAME” for license type and “LICENSE STATUS” for activation status
If Office is KMS activated you will see “KMS_Client edition” in the license name field:


If Office is MAK activated you will see “MAK edition” in the license name field:
If Office is Retail activated you will see “Retail edition” in the license name field:

Sunday, August 7, 2016

Microsoft Office 2013 Product Key Free for You 2021

Microsoft Office 2013 Professional Plus Product Key ( New Update )

KDVQM-HMNFJ-P9PJX-96HDF-DJYGX
YC7DK-G2NP3-2QQC3-J6H88-GVGXT
366NX-BQ62X-PQT9G-GPX4H-VT7TX
2XKYR-THNHY-4M9D4-9YG2X-M96XV
4HNBK-863MH-6CR6P-GQ6WP-J42C9
KBDNM-R8CD9-RK366-WFM3X-C7GXK
6KTFN-PQH9H-T8MMB-YG8K4-367TX
C2FG9-N6J68-H8BTJ-BW3QX-RM3B3
J484Y-4NKBF-W2HMG-DBMJC-PGWR7
You copy and paste Microsoft office 2013 product key as below image :



Saturday, April 16, 2016

Solution of WampServer: Localhost problem

1. Setup 2012 Visual C++ Redistributable for Visual Studio Update 4 by administration

2. Setup 2015 Redistribuable Visual C++ pour Visual Studio by administration

3. Setup wamp server 3 or wamp server 2.1 or wamp server 2  by administration

4. Open php.ini from C:\wamp\bin\php\php5.6.15 and
   change ;extension=php_mbstring.dll into extension=php_mbstring.dll (delete the ";")

5. if you using wamp server 2.5 or later, Copy php.ini file from C:\wamp\bin\php\php5.6.15 to both directories
   C:\wamp\bin\apache\apache2.4.17\bin and C:\Windows

6. Remember, after setup when you will run it always open by run as administrator option.

7. if you using wamp server 2.5 or later Enter C:\wamp\www directory and open index.php,
   Find $suppress_localhost = true; Change it to $suppress_localhost = false;
   save and close it.

8. if you using wamp server 2.5 or later, in coding file add an extra line after php tag example:-
    <?php
error_reporting(E_ALL ^ E_DEPRECATED);
......
........
others as usual php code.
.......
?>

9. Remember wamp server 3 Username: root and password: [Empty / Blank]