From c3ade00b1327b2ead4b6f7a675a5ac9ec13d643c Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sat, 13 Apr 2024 05:03:03 +0530 Subject: Add EditionID in supported products list, align some tables, and add build folder --- build/check_activation_status.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 build/check_activation_status.html (limited to 'build/check_activation_status.html') diff --git a/build/check_activation_status.html b/build/check_activation_status.html new file mode 100644 index 0000000..811587b --- /dev/null +++ b/build/check_activation_status.html @@ -0,0 +1,33 @@ + + + + + +Check Activation Status | MAS + + + + +
Skip to main content

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. +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.
  • +
+
+ + \ No newline at end of file -- cgit v1.2.3