summaryrefslogtreecommitdiff
path: root/docs/check_activation_status.md
diff options
context:
space:
mode:
authorWindowsAddict2024-09-05 23:05:13 +0000
committerWindowsAddict2024-09-05 23:05:13 +0000
commit7fb86ce6a5531bf666b117d1ef1e372ce0fa6edb (patch)
tree37dc6cb5f81a64271ec6048cdcc3dc9ab24a1f6f /docs/check_activation_status.md
parent9260b8e92c7fce07c5ebcdd2d93b1e26069008bc (diff)
downloadmassgrave.dev-7fb86ce6a5531bf666b117d1ef1e372ce0fa6edb.zip
2.7 preview
Diffstat (limited to 'docs/check_activation_status.md')
-rw-r--r--docs/check_activation_status.md25
1 files changed, 2 insertions, 23 deletions
diff --git a/docs/check_activation_status.md b/docs/check_activation_status.md
index 1389279..2b596fa 100644
--- a/docs/check_activation_status.md
+++ b/docs/check_activation_status.md
@@ -1,25 +1,4 @@
# 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**.
-
-------------------------------------------------------------------------
+Check activation status script in MAS is taken from CAS by abbodi1406
+You can read more about its features here https://gravesoft.dev/cas