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”

    screenshot of Windows PowerShell ISE with run as administrator button highlighted

     

  2. Run the following code:

$GetDigitalLicence = (Get-WmiObject -query 'select * from SoftwareLicensingService’).OA3xOriginalProductKey cscript c:\windows\system32\slmgr.vbs -ipk $GetDigitalLicence
screenshot of administrator view of powershell ISE with the code provided