Skip to content

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.

Check for Windows Updates

The function runs a quick command against the device, and lists any updates (including optional) currently available to run in Windows Update.

Get Windows Activation Key

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
Clone this wiki locally