Comment trouver la clé de produit Windows à l'aide de VB Script dans Windows 11/10
Cet article vous montrera comment trouver votre Windows 11/10 Product License Key à l' aide d'un script VB(VB Script) . Mais je dois ajouter que cela fonctionne également sur Windows 8.1 , Windows 7 et les versions antérieures. Si, pour une raison quelconque, vous avez besoin de connaître votre licence ou votre numéro de série Windows, cet article vous aidera certainement à trouver votre clé de produit Windows 10(find your Windows 10 Product Key) .
Trouver la (Find)clé de produit(Product Key) Windows 11/10 à l' aide de VB Script
Ouvrez un bloc- notes(Notepad) et copiez-collez ce qui suit :
Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) Function ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 x = x -1 Loop While x >= 0 i = i -1 KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput If (((29 - i) Mod 6) = 0) And (i <> -1) Then i = i -1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function
Dans la boîte de dialogue Enregistrer(Save) sous, sélectionnez Tous les fichiers et enregistrez ce fichier en tant que fichier .vbs, en lui donnant un nom approprié comme keyfinder.vbs.
Exécutez maintenant ce fichier et vous verrez votre clé de produit Windows 10.
Vous pouvez également trouver la clé de produit Windows à l'aide de l'invite de commande ou de PowerShell(find Windows Product Key using Command Prompt or PowerShell) .
Si ces méthodes ne fonctionnent pas pour vous, vous pouvez également utiliser des logiciels gratuits de recherche de clés(Software Key Finders) pour récupérer et enregistrer, non seulement Windows , mais également Office , Software , Games serials et clés de licence.
Cet article vous aidera si vous souhaitez désinstaller la clé de produit Windows si vous en ressentez le besoin.
Related posts
Comment savoir Windows 10 OEM Product Key
Comment trouver Product Key or Digital License Key dans Windows 10
Change product Lien de clé non disponible dans Windows 10
Comment transférer la licence Windows 10 sur un autre ordinateur
Find Windows 10 Product Key en utilisant Command Prompt or PowerShell
Comment valider Windows 10 product key?
Adjust VOTRE Monitor pour le meilleur screen resolution à Windows 10
Comment sauvegarder, Move ou Delete PageFile.sys sur l'arrêt de Windows 10
Comment changer Webcam par défaut dans Windows 10 ordinateur
3 façons de trouver Windows Product Key
Fix Bluetooth retard sonore dans Windows 10
Qu'est-ce qu'un PLS file? Comment créer un PLS file dans Windows 11/10?
Comment ouvrir System Properties dans Windows 10 Control Panel
Taskbar notifications ne montrant pas dans Windows 10
HDMI playback DISPOSITIF NON VOIR DANS Windows 10
Fix Office Activation error 0xc004c060
Comment afficher Details pane dans File Explorer en Windows 10
Comment activer ou Disable Archive Apps feature dans Windows 10
Fix Crypt32.dll introuvable ou manquante erreur dans Windows 11/10
Comment tester Webcam dans Windows 11/10? Est-ce que ça marche?