English

Change keyboard layout in one command

Change keyboard layout in one command

If you work on several virtual machines… You might be interested by this tip.

Sometimes, you are not responsible for the languages used on your virtual machines. And what could be more annoying than a keyboard layout that is not correctly configured with your true keyboard…

In my case, virtual machines are in most cases in English (OS language) but I always use a French AZERTY keyboard.

So, yes… you can go to the Control Panel, then Regional Options, then Languages options dialog box… etc. You can check the full procedure by following this link. 😓

(Ads)

Or you can just type the following CmdLet in your PowerShell prompt, opened with Administrator privileges: 😎

Set-WinUserLanguageList -LanguageList fr-FR
Set-WinUserLanguageList -LanguageList fr-FR

To move back to a Qwerty layout, you can use the following codes depending on your keyboard configuration:

  • en-CA (Qwerty Canadien)
  • en-US (United States)
  • fr-FR (clavier standard français)
(Ads)

Share
Published by
thibault

Recent Posts

Sauvegarder son NAS UGREEN vers Azure avec Rclone : guide en 3 étapes

Sauvegarder son NAS UGREEN vers Azure avec RCLONE Introduction Lorsque l’on possède un NAS, la…

2 semaines ago

Comment mettre en place un relay SMTP pour Azure avec Microsoft 365

Comment mettre en place un relay SMTP pour Azure avec Microsoft 365 Dans l'informatique, nous…

2 semaines ago

Free Mobile : Une Innovation avec l’Intégration d’un VPN Gratuit dans ses Forfaits

Free Mobile : Une Innovation avec l'Intégration d'un VPN Gratuit dans ses Forfaits Introduction Free…

2 semaines ago

Proton suspend des comptes de journalistes : 3 raisons qui soulèvent des inquiétudes

Proton suspend des comptes de journalistes : 3 raisons qui soulèvent des inquiétudes Introduction Proton…

2 semaines ago

Synology ou UGREEN : quel NAS choisir en 2025 ?

NAS UGREEN DXP2800 2 baies Pendant plus de dix ans, j’ai été un utilisateur fidèle…

3 semaines ago

Authentification multi facteur obligatoire sur Azure : Phase 2 dès octobre 2025

Authentification multi facteur obligatoire sur Azure : Phase 2 dès octobre 2025 Introduction L'authentification multi…

4 semaines ago