-
Notifications
You must be signed in to change notification settings - Fork 1
Windows Tools
Eli Weitzman edited this page Oct 29, 2023
·
1 revision
The Windows Tools tab on ETT contains a few interesting and important tools. Currently, it contains two: Check for Windows Updates, and Get the Windows Activation Key.
The function runs a quick command against the device, and lists any updates (including optional) currently available to run in Windows Update.
This function runs a quick WMI query to see if the activation key is kept on the motherboard, and if so, displays it from the registry.
Query:
(Get-WmiObject -query 'select * from SoftwareLicensingService' | Select OA3xOriginalProductKey).OA3xOriginalProductKey