<titledata-rh="true">Check Activation Status | MAS</title><metadata-rh="true"name="viewport"content="width=device-width,initial-scale=1"><metadata-rh="true"name="twitter:card"content="summary_large_image"><metadata-rh="true"property="og:image"content="https://massgrave.dev/img/card.png"><metadata-rh="true"name="twitter:image"content="https://massgrave.dev/img/card.png"><metadata-rh="true"property="og:url"content="https://massgrave.dev/check_activation_status"><metadata-rh="true"property="og:locale"content="en"><metadata-rh="true"name="docusaurus_locale"content="en"><metadata-rh="true"name="docsearch:language"content="en"><metadata-rh="true"name="docusaurus_version"content="current"><metadata-rh="true"name="docusaurus_tag"content="docs-default-current"><metadata-rh="true"name="docsearch:version"content="current"><metadata-rh="true"name="docsearch:docusaurus_tag"content="docs-default-current"><metadata-rh="true"property="og:title"content="Check Activation Status | MAS"><metadata-rh="true"name="description"content="MAS includes 2 scripts for checking activation status in Windows and Office (WMI, VBS) which are taken from abbodi1406's KMSVLALL."><metadata-rh="true"property="og:description"content="MAS includes 2 scripts for checking activation status in Windows and Office (WMI, VBS) which are taken from abbodi1406's KMSVLALL."><linkdata-rh="true"rel="icon"href="/img/favicon.ico"><linkdata-rh="true"rel="canonical"href="https://massgrave.dev/check_activation_status"><linkdata-rh="true"rel="alternate"href="https://massgrave.dev/check_activation_status"hreflang="en"><linkdata-rh="true"rel="alternate"href="https://massgrave.dev/check_activation_status"hreflang="x-default"><linkrel="stylesheet"href="/assets/css/styles.7619e8e8.css">
<p>MAS includes 2 scripts for checking activation status in Windows and Office (WMI, VBS) which are taken from abbodi1406's <ahref="https://github.com/abbodi1406/KMS_VL_ALL_AIO/"target="_blank"rel="noopener noreferrer">KMS_VL_ALL</a>.
Read below to see the differences between the 2 scripts.</p>
<hr>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="check-activation-status-vbs">Check Activation Status [VBS]<ahref="#check-activation-status-vbs"class="hash-link"aria-label="Direct link to Check Activation Status [VBS]"title="Direct link to Check Activation Status [VBS]"></a></h2>
<ul>
<li>Queries and executes official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office.</li>
<li>Shows the activation expiration date for Windows.</li>
<li>Office 2010 ospp.vbs shows very little information.</li>
</ul>
<hr>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="check-activation-status-wmi">Check Activation Status [WMI]<ahref="#check-activation-status-wmi"class="hash-link"aria-label="Direct link to Check Activation Status [WMI]"title="Direct link to Check Activation Status [WMI]"></a></h2>
<ul>
<li>Queries and executes WMI functions using wmic.exe or VBScripts.</li>
<li>Shows extra information (SKU ID, key channel).</li>
<li>Shows the activation expiration date for all products.</li>
<li>Shows more detailed information for Office 2010.</li>
<li>Can show the status of Office UWP apps.</li>
<li>Implement vNextDiag.ps1 functions to <strong>detect new Office 365 vNext licenses and subscriptions</strong>.</li>