Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer ce clavier en ligne de commande #137

Open
xDEADC0DE opened this issue Feb 19, 2024 · 2 comments
Open

Installer ce clavier en ligne de commande #137

xDEADC0DE opened this issue Feb 19, 2024 · 2 comments

Comments

@xDEADC0DE
Copy link

C’est peut être un peu hors-sujet, mais je cherche comment installer et activer automatiquement ce clavier sur une nouvelle installation de Windows (pour une machine virtuelle)

Est-ce qu’il y a une commande PowerShell pour activer le clavier Français - AZERTY NF Z71-300 ?

@xDEADC0DE
Copy link
Author

xDEADC0DE commented Feb 20, 2024

J’ai trouvé ! Après avoir installé le driver, on peut activer la variante « AZERTY amélioré » en faisant (dans powershell) :

$Lang = New-WinUserLanguageList fr-FR
$Lang[0].InputMethodTips.Clear()
$Lang[0].InputMethodTips.Add('040C:A001040C')
Set-WinUserLanguageList -Force -LanguageList $Lang

(adapté de la réponse à la page https://stackoverflow.com/questions/60668400/changing-keyboard-layout-in-powershell-for-multiple-languages/60669214#60669214 )

(la commande Set-WinUserLanguageList -Force -LanguageList fr-FR fonctionne pour changer la langue mais utilise l’ancien clavier AZERTY)

@springcomp
Copy link
Owner

@xDEADC0DE merci beaucoup ! Ça me semble très utile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants