add multitasking csp

This commit is contained in:
Aaron Czechowski 2022-12-20 16:26:56 -08:00
parent f538ea853e
commit 24d714ff02

View File

@ -1,101 +1,100 @@
--- ---
title: Policy CSP - Multitasking title: Multitasking Policy CSP
description: Policy CSP - Multitasking description: Learn more about the Multitasking Area in Policy CSP
author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa ms.author: vinpa
ms.topic: article ms.date: 12/20/2022
ms.localizationpriority: medium
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-manage ms.technology: itpro-manage
author: vinaypamnani-msft ms.topic: reference
ms.localizationpriority: medium
ms.date: 10/30/2020
ms.reviewer:
manager: aaroncz
--- ---
<!-- Auto-Generated CSP Document -->
<!-- Multitasking-Begin -->
# Policy CSP - Multitasking # Policy CSP - Multitasking
<hr/> <!-- Multitasking-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Multitasking-Editable-End -->
<!--Policies--> <!-- BrowserAltTabBlowout-Begin -->
## Multitasking policies ## BrowserAltTabBlowout
<dl> <!-- BrowserAltTabBlowout-Applicability-Begin -->
<dd> | Scope | Editions | Applicable OS |
<a href="#multitasking-browseralttabblowout">Multitasking/BrowserAltTabBlowout</a> |:--|:--|:--|
</dd> | :x: Device <br> :heavy_check_mark: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later |
</dl> <!-- BrowserAltTabBlowout-Applicability-End -->
<hr/> <!-- BrowserAltTabBlowout-OmaUri-Begin -->
```User
./User/Vendor/MSFT/Policy/Config/Multitasking/BrowserAltTabBlowout
```
<!-- BrowserAltTabBlowout-OmaUri-End -->
<!--Policy--> <!-- BrowserAltTabBlowout-Description-Begin -->
<a href="" id="multitasking-browseralttabblowout"></a>**Multitasking/BrowserAltTabBlowout** <!-- Description-Source-DDF -->
Configures the inclusion of Microsoft Edge tabs into Alt-Tab.
<!-- BrowserAltTabBlowout-Description-End -->
<!--SupportedSKUs--> <!-- BrowserAltTabBlowout-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|Edition|Windows 10|Windows 11| > [!WARNING]
|--- |--- |--- | > This policy is currently in preview mode only. It may be used for testing purposes, but shouldn't be used in a production environment at this time.
|Home|No|No|
|Pro|Yes|Yes|
|Windows SE|No|Yes|
|Business|Yes|Yes|
|Enterprise|Yes|Yes|
|Education|Yes|Yes|
<!--/SupportedSKUs--> Enabling this policy restricts the number of Microsoft Edge tabs that are allowed to appear in the Alt+Tab switcher. Alt+Tab can be configured to show all open Microsoft Edge tabs, only the five most recent tabs, only the three most recent tabs, or no tabs. Setting the policy to no tabs configures the Alt+Tab switcher to show app windows only, which is the classic Alt+Tab behavior.
<hr/>
<!--Scope-->
[Scope](./policy-configuration-service-provider.md#policy-scope):
> [!div class = "checklist"]
> * User
<hr/>
<!--/Scope-->
<!--Description-->
> [!Warning]
> This policy is currently in preview mode only and will be supported in future releases. It may be used for testing purposes, but should not be used in a production environment at this time.
This policy controls the inclusion of Edge tabs into Alt+Tab.
Enabling this policy restricts the number of Edge tabs that are allowed to appear in the Alt+Tab switcher. Alt+Tab can be configured to show all open Edge tabs, only the five most recent tabs, only the three most recent tabs, or no tabs. Setting the policy to no tabs configures the Alt+Tab switcher to show app windows only, which is the classic Alt+Tab behavior.
This policy only applies to the Alt+Tab switcher. When the policy isn't enabled, the feature respects the user's setting in the Settings app. This policy only applies to the Alt+Tab switcher. When the policy isn't enabled, the feature respects the user's setting in the Settings app.
<!--/Description-->
> [!TIP] <!-- BrowserAltTabBlowout-Editable-End -->
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](../understanding-admx-backed-policies.md).
>
> You must specify the data type in the SyncML as &lt;Format&gt;chr&lt;/Format&gt;. For an example SyncML, refer to [Enabling a policy](../understanding-admx-backed-policies.md#enabling-a-policy).
>
> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
<!--ADMXBacked--> <!-- BrowserAltTabBlowout-DFProperties-Begin -->
ADMX Info: **Description framework properties**:
- GP Friendly name: *Configure the inclusion of Edge tabs into Alt-Tab*
- GP name: *BrowserAltTabBlowout*
- GP path: *Windows Components/Multitasking*
- GP ADMX file name: *Multitasking.admx*
<!--/ADMXBacked--> | Property name | Property value |
|:--|:--|
| Format | int |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 1 |
<!-- BrowserAltTabBlowout-DFProperties-End -->
<!--SupportedValues--> <!-- BrowserAltTabBlowout-AllowedValues-Begin -->
The following list shows the supported values: **Allowed values**:
- 1 - Open windows and all tabs in Edge. | Value | Description |
- 2 - Open windows and five most recent tabs in Edge. |:--|:--|
- 3 - Open windows and three most recent tabs in Edge. | 1 (Default) | Open windows and all tabs in Microsoft Edge |
- 4 - Open windows only. | 2 | Open windows and 5 most recent tabs in Microsoft Edge |
| 3 | Open windows and 3 most recent tabs in Microsoft Edge |
| 4 | Open windows only |
<!-- BrowserAltTabBlowout-AllowedValues-End -->
<!--/SupportedValues--> <!-- BrowserAltTabBlowout-GpMapping-Begin -->
<!--/Policy--> **Group policy mapping**:
<hr/> | Name | Value |
|:--|:--|
| Name | MultiTaskingAltTabFilter |
| Path | multitasking > AT > WindowsComponents > MULTITASKING |
| Element Name | AltTabFilterDropdown |
<!-- BrowserAltTabBlowout-GpMapping-End -->
<!--/Policies--> <!-- BrowserAltTabBlowout-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- BrowserAltTabBlowout-Examples-End -->
## Related topics <!-- BrowserAltTabBlowout-End -->
<!-- Multitasking-CspMoreInfo-Begin -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- Multitasking-CspMoreInfo-End -->
<!-- Multitasking-End -->
## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md) [Policy configuration service provider](policy-configuration-service-provider.md)