2023-03-17 01:09:16 +07:00
---
pagetitle: Check Activation Status
---
2022-07-26 01:03:20 +07:00
# Check Activation Status
------------------------------------------------------------------------
2023-10-25 23:47:27 +07:00
MAS includes 2 scripts for checking activation status in Windows and Office (WMI, VBS) which are taken from abbodi1406's [KMS_VL_ALL ](https://github.com/abbodi1406/KMS_VL_ALL_AIO/ ).\
2022-07-26 01:03:20 +07:00
2023-10-25 23:47:27 +07:00
Read below to see the differences between the 2 scripts.
2022-07-26 01:03:20 +07:00
------------------------------------------------------------------------
2023-10-24 20:46:54 +07:00
## Check Activation Status [VBS]
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Queries and executes official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Shows the activation expiration date for Windows.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Office 2010 ospp.vbs shows very little information.
2022-07-26 01:03:20 +07:00
------------------------------------------------------------------------
2023-10-24 20:46:54 +07:00
## Check Activation Status [WMI]
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Queries and executes WMI functions using wmic.exe or VBScripts.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Shows extra information (SKU ID, key channel).
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Shows the activation expiration date for all products.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Shows more detailed information for Office 2010.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Can show the status of Office UWP apps.
2022-07-26 01:03:20 +07:00
2023-10-24 20:46:54 +07:00
- Implement vNextDiag.ps1 functions to **detect new Office 365 vNext licenses and subscriptions** .
2022-07-26 01:03:20 +07:00
------------------------------------------------------------------------