mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
updated the prevent users from turning on browser syncing mdm policy
This commit is contained in:
parent
6c887f41a6
commit
b3f37f57dc
@ -1455,6 +1455,22 @@ Supported values:
|
||||
- 2 - Prevented/turned off. The "browser" group does not use the _Sync your Settings_ option.
|
||||
|
||||
Value type: integer
|
||||
|
||||
_**Sync the browser settings automatically**_
|
||||
Set both **DoNotSyncBrowserSettings** and **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
|
||||
|
||||
_**Prevent syncing of browser settings and prevent users from turning it on**_
|
||||
|
||||
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
|
||||
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 1 (Prevented/turned off).
|
||||
|
||||
_**Prevent syncing of browser settings and let users turn on syncing**_
|
||||
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
|
||||
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
|
||||
|
||||
_**Turn syncing off by default but don’t disable**_
|
||||
Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off) and select the _Allow users to turn “browser” syncing_ option.
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--Example-->
|
||||
|
||||
@ -1508,21 +1524,11 @@ Related policy:
|
||||
[DoNotSyncBrowserSettings](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-experience#experience-donotsyncbrowsersetting)
|
||||
|
||||
|
||||
If you want to prevent syncing of browser settings and prevent users from turning it on:
|
||||
1. Set DoNotSyncBrowserSettings to 2 (enabled).
|
||||
1. Set this policy (PreventUsersFromTurningOnBrowserSyncing) to 1 (enabled or not configured).
|
||||
|
||||
If you want to prevent syncing of browser settings but give users a choice to turn on syncing:
|
||||
1. Set DoNotSyncBrowserSettings to 2 (enabled).
|
||||
2. Set this policy (PreventUsersFromTurningOnBrowserSyncing) to 0 (disabled).
|
||||
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
ADMX Info:
|
||||
- GP English name: *Do not sync browser settings*
|
||||
- GP name: *DisableWebBrowserSettingSync*
|
||||
- GP element: *CheckBox_UserOverride*
|
||||
- GP English name: *Prevent users from turning on browser syncing*
|
||||
- GP name: *PreventUsersFromTurningOnBrowserSyncing*
|
||||
- GP path: *Windows Components/Sync your settings*
|
||||
- GP ADMX file name: *SettingSync.admx*
|
||||
|
||||
@ -1533,13 +1539,27 @@ Supported values:
|
||||
- 0 - Allowed/turned on. Users can sync the browser settings.
|
||||
- 1 (default) - Prevented/turned off.
|
||||
|
||||
Value type is integer.
|
||||
Value type: integer
|
||||
|
||||
|
||||
_**Sync the browser settings automatically**_
|
||||
Set both **DoNotSyncBrowserSettings** and **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
|
||||
|
||||
_**Prevent syncing of browser settings and prevent users from turning it on**_
|
||||
|
||||
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
|
||||
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 1 (Prevented/turned off).
|
||||
|
||||
_**Prevent syncing of browser settings and let users turn on syncing**_
|
||||
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
|
||||
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--Example-->
|
||||
|
||||
<!--/Example-->
|
||||
<!--Validation-->
|
||||
**Validation procedure:**
|
||||
Validation procedure:
|
||||
|
||||
Microsoft Edge on your PC:
|
||||
1. Select **More > Settings**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user