Comment forcer le pavé numérique au démarrage de Windows XP. Cet article repose sur l'utilisation de Microsoft Windows Script Host. La version 5.6 de Microsoft Windows Script Host est fournie avec Windows XP. Pour configurer un script pour changer l'état VERR NUM, procédez comme suit : 1. Démarrez le Bloc-notes. 2. Copiez le code suivant et collez-le dans le fichier texte : set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}" 3. Enregistrez le fichier sous le nom "numlock.vbs" (guillemets inclus). Le fichier est alors créé avec l'extension .vbs. L'icône Bloc-notes du fichier devient une icône de script. Exécution du script à partir du dossier de démarrage Pour configurer l'exécution locale du script, copiez le fichier Numlock.vbs dans le dossier de démarrage de l'utilisateur. How to Set the NUM LOCK State at Logon in Windows XP this article relies on the use of Microsoft Windows Script Host. Windows XP includes Microsoft Windows Script Host version 5.6. Configuring the Script To configure a script to change the NUM LOCK state, use the following steps: 1. Start Notepad. 2. Copy the following code, and then paste the code into the text file: set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}" 3. Save the file as "numlock.vbs" (including the quotes). This properly creates the file with the .vbs extension. The icon changes from a Notepad icon to a script icon.