Thursday, 2 May 2024

Find Windows product key using PowerShell

(Get-WmiObject -query "select * from SoftwareLicensingService").OA3xOriginalProductKey


No comments:

Google Form using App Script

Create a Google Sheet with the following headers: First Name, Last Name, DoB Create a Google Form with the exact headers as Google Sheet he...