Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.94 KB

Get-WinDefaultInputMethodOverride.md

File metadata and controls

56 lines (39 loc) · 1.94 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.InternationalSettings.Commands.dll-Help.xml
International
12/20/2016
2.0.0
Get-WinDefaultInputMethodOverride

Get-WinDefaultInputMethodOverride

SYNOPSIS

Gets the default input method override setting for the current user account.

SYNTAX

Get-WinDefaultInputMethodOverride [<CommonParameters>]

DESCRIPTION

The Get-WinDefaultInputMethodOverride 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 language list of the current user account. For more information, see the Get-WinUserLanguageList and Set-WinUserLanguageList cmdlets.

EXAMPLES

Example 1: Display default input method

PS C:\> Get-WinDefaultInputMethodOverride
InputMethodTip      Keyboard name
---------------     -------------
0409:00000409       English (United States) - US

This command returns and displays the default input method for the current user account.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

WinKeyboardObject

This cmdlet returns the Tablet Input Panel (TIP) string for the default input method override setting.

NOTES

RELATED LINKS

Set-WinDefaultInputMethodOverride