Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Force foreground priority for specific URLs
Supported versions
- Windows: ≥ 149
- macOS: ≥ 149
- Android: Not supported
- iOS: Not supported
Description
This policy allows you to specify a list of URL patterns for which background web content is forced to run at foreground priority.
If the ForceForegroundPriorityForAllTabs policy is enabled, this policy is ignored because all tabs are already forced to run at foreground priority.
If the ForceForegroundPriorityForAllTabs policy is disabled or not configured, only background content that matches the URL patterns in this list is forced to run at foreground priority.
For more information about valid URL patterns, see https://go.microsoft.com/fwlink/?linkid=2095322.
If you don’t configure this policy or the list is empty, no background content is forced to run at foreground priority.
Supported features
- Can be mandatory: Yes
- Can be recommended: No
- Dynamic Policy Refresh: Yes
- Per Profile: Yes
- Applies to a profile that is signed in with a Microsoft account: No
Data type
- List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ForceForegroundPriorityForUrls
- GP name: Force foreground priority for specific URLs
- GP path (Mandatory): Administrative Templates/Microsoft Edge
- GP path (Recommended): N/A
- GP ADMX file name: MSEdge.admx
Example value
https://www.example.com/path?query=val
example.edu
https://example.com:8080
*://example.org:*/
Registry settings
- Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge\ForceForegroundPriorityForUrls
- Path (Recommended): N/A
- Value name: 1, 2, 3, ...
- Value type: List of REG_SZ
Example registry value
SOFTWARE\Policies\Microsoft\Edge\ForceForegroundPriorityForUrls\1 =
https://www.example.com/path?query=val
SOFTWARE\Policies\Microsoft\Edge\ForceForegroundPriorityForUrls\2 =
example.edu
SOFTWARE\Policies\Microsoft\Edge\ForceForegroundPriorityForUrls\3 =
https://example.com:8080
SOFTWARE\Policies\Microsoft\Edge\ForceForegroundPriorityForUrls\4 =
*://example.org:*/
Mac information and settings
- Preference Key name: ForceForegroundPriorityForUrls
- Example value:
<array>
<string>https://www.example.com/path?query=val</string>
<string>example.edu</string>
<string>https://example.com:8080</string>
<string>*://example.org:*/</string>
</array>