Get the App
SLTechnology News&Howtos  ›  Servers  › 

Brand Notebook Win10 PowerShell Activation system script

Shulou Source: shulou.com Published: 2022-06-03 08:40:56 09月21日 Update

The overall idea is that some brands of notebooks will record the serial number of the original system on a chip called MSDM, and after win10, powershell can display this serial number. Activate with this serial number using the activation method of vbs.

Cd C:\ Windows\ System32\

$ProductKey = (Get-WmiObject-query 'select * from SoftwareLicensingService') .OA3xOriginalProductKey

If ($ProductKey.Length-ne 0) {

Cscript slmgr.vbs / ipk $ProductKey

Cscript slmgr.vbs / ato

Slmgr.vbs-xpr

} else {

Msg / server:127.0.0.1 * "Activate failed, couldn't get product key."

}

Tags: Sequence serial number activation brand note system original idea whole method chip notebook script Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Docker MariaDB Xiaomi Apple Shulou Information