Open Powershell and “run as Administrator” Type “Set-ExecutionPolicy RemoteSigned” Type “.\GetProductKey.ps1” Save the product key somewhere function Get-WindowsKey { ## function to retrieve the Windows Product Key from any PC ## by Jakob Bindslet (jakob@bindslet.dk)...