Get-WinAcceptLanguageFromLanguageListOptOut

Get-WinAcceptLanguageFromLanguageListOptOut

Gets the HTTP Accept Language from the Language List opt-out setting for the current user account.

構文

Get-WinAcceptLanguageFromLanguageListOptOut [ <CommonParameters>]

詳細説明

The Get-WinAcceptLanguageFromLanguageListOptOut cmdlet gets the HTTP Accept Language from Language List opt-out setting for the current user account. By default, the HTTP Accept Language List is automatically generated from the current user account’s language list.

When set to TRUE, this setting deletes the current content of the HTTP Accept Language registry key and prevents changes to the language list from reestablishing the key. When set to FALSE, this setting reestablishes the HTTP Accept Language List that is based on the language list for the current user account.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Boolean

    A Boolean value that reports the status of the HTTP Accept Language from Language List opt-out setting for the current user account.

Example 1

This command returns the status of the HTTP Accept Language from Language List opt-out setting for the current user account.

PS C:\> Get-WinAcceptLanguageFromLanguageListOptOut

関連トピック

Set-WinAcceptLanguageFromLanguageListOptOut

Get-WinUserLanguageList