Activate Windows on a University Device

Activate Windows on a University Device

Run the following command in PowerShell ISE as an admin.

  1. Open the Start Menu and type in “PowerShell ISE”

    run powershell ise as admin screenshot

     

  2. Run the following code:

$GetDigitalLicence = (Get-WmiObject -query 'select * from SoftwareLicensingService’).OA3xOriginalProductKey cscript c:\windows\system32\slmgr.vbs -ipk $GetDigitalLicence
image-20250815-154139.png