PowerTip: Detect keyboard layout using PowerShell

Here’s a tip from my colleague Ed Wilson (a.k.a. The Scripting Guy at Microsoft) that shows you how to use Windows PowerShell to detect the keyboard layout.

Question: You need to be able to programmatically determine keyboard layout. How can you do this using Windows PowerShell?

Answer: Use the Get-Culture cmdlet and select the KeyboardLayoutID parameter. This command appears here:

(Get-Culture).keyboardLayoutID

Ed Wilson is the bestselling author of eight books about Windows Scripting, including Windows PowerShell 3.0 Step by Step, and Windows PowerShell 3.0 First Steps. He writes a daily blog about Windows PowerShell call Hey, Scripting Guy! that is hosted on the Microsoft TechNet Script Center; for more PowerTips check out the Hey, Scripting Guy! blog.

 

 

About The Author

1 thought on “PowerTip: Detect keyboard layout using PowerShell”

  1. no doubt, Windows is really stupid. Yo type a power shell command using special characters and not finding them because the keyboard type is not detected does not solve the problem at all. Missing to work with linux

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top