PowerShell - Activation OEM de Windows 10

 


Après une réinstallation complète de Windows 10, il se peut que vous soyez contraint de réactiver votre licence Windows 10 OEM qui est fournie avec votre PC lors de votre achat.

Prérequis : 

Cette manipulation nécessite une connexion internet.

Script :

Entrer les lignes de commande suivantes via un invit de commande Powershell

$keyW10 = (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
cscript c:\Windows\System32\slmgr.vbs -ipk $keyW10
cscript c:\Windows\System32\slmgr.vbs -ato


Popular posts from this blog

How to implement Applocker with Microsoft Intune

How to reset computer in OOBE mode

Microsoft Intune, Uninstall Win32 app with the company portal