Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows 8, Windows Server 2012
Sets the default input method override for the current user account.
Parameter Set: Default
Set-WinDefaultInputMethodOverride [[-InputTip] <String> ] [ <CommonParameters>]
The Get-WinLanguageBarOption cmdlet retrieves the default input method override setting, which specifies a default input method for the current user account. If no override setting is used, the input method is dynamically determined from the current user account's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
true (ByValue) |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
The input type is the type of the objects that you can pipe to the cmdlet.
InputTIP
A string that consists of a locale ID and a keyboard language ID (KLID).
This command sets the default input method override to English (United States) – US.
PS C:\> Set-WinDefaultInputMethodOverride "0409:00000409"