From 85a27923c728db442c8b28200f591479c4b93875 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 12 Apr 2024 08:35:28 +0530 Subject: Move to Docusaurus --- docs/check_activation_status.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/check_activation_status.md (limited to 'docs/check_activation_status.md') diff --git a/docs/check_activation_status.md b/docs/check_activation_status.md new file mode 100644 index 0000000..1389279 --- /dev/null +++ b/docs/check_activation_status.md @@ -0,0 +1,25 @@ +# Check Activation Status + +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/). +Read below to see the differences between the 2 scripts. + +------------------------------------------------------------------------ + +## Check Activation Status [VBS] + +- Queries and executes official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office. +- Shows the activation expiration date for Windows. +- Office 2010 ospp.vbs shows very little information. + +------------------------------------------------------------------------ + +## Check Activation Status [WMI] + +- Queries and executes WMI functions using wmic.exe or VBScripts. +- Shows extra information (SKU ID, key channel). +- Shows the activation expiration date for all products. +- Shows more detailed information for Office 2010. +- Can show the status of Office UWP apps. +- Implement vNextDiag.ps1 functions to **detect new Office 365 vNext licenses and subscriptions**. + +------------------------------------------------------------------------ -- cgit v1.2.3