summaryrefslogtreecommitdiff
path: root/check_activation_status.md
diff options
context:
space:
mode:
authorWindowsAddict2024-04-12 03:05:28 +0000
committerWindowsAddict2024-04-12 03:05:28 +0000
commit85a27923c728db442c8b28200f591479c4b93875 (patch)
tree851385b8416c334e320aed4b08424681d1dc9ba9 /check_activation_status.md
parent264b3db2d3525719bf6993031bf671e6e3d4bf9c (diff)
downloadmassgrave.dev-85a27923c728db442c8b28200f591479c4b93875.zip
Move to Docusaurus
Diffstat (limited to 'check_activation_status.md')
-rw-r--r--check_activation_status.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/check_activation_status.md b/check_activation_status.md
deleted file mode 100644
index 3e5ccb2..0000000
--- a/check_activation_status.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-pagetitle: Check Activation Status
----
-
-# 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**.
-
-------------------------------------------------------------------------