mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
improved consistency in the article
This commit is contained in:
parent
0da2001397
commit
7d6a6767d1
@ -14,7 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - Education
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -35,7 +34,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -52,7 +50,6 @@ manager: dansimp
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<hr/>
|
||||
|
||||
@ -66,7 +63,7 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting allows you to control whether graphing functionality is available in the Windows Calculator app. If you disable this policy setting, graphing functionality won't be accessible in the Windows Calculator app. If you enable or don't configure this policy setting, you'll be able to access graphing functionality.
|
||||
This policy setting allows you to control, whether graphing functionality is available in the Windows Calculator app. If you disable this policy setting, graphing functionality won't be accessible in the Windows Calculator app. If you enable or don't configure this policy setting, you'll be able to access graphing functionality.
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
ADMX Info:
|
||||
@ -99,7 +96,6 @@ The following list shows the supported values:
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<hr/>
|
||||
|
||||
@ -186,7 +182,6 @@ The following list shows the supported values:
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<hr/>
|
||||
|
||||
@ -209,6 +204,8 @@ The policy value is expected to be a `````` separated list of printer na
|
||||
<hr/>
|
||||
|
||||
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - EnterpriseCloudPrint
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -42,7 +40,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -72,11 +69,11 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
Specifies the authentication endpoint for acquiring OAuth tokens. This policy must target ./User, otherwise it fails.
|
||||
Specifies the authentication endpoint for acquiring OAuth tokens. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is a string.
|
||||
Supported datatype is string.
|
||||
|
||||
The default value is an empty string. Otherwise, the value should contain the URL of an endpoint. For example, "https:<span></span>//azuretenant.contoso.com/adfs".
|
||||
The default value is an empty string. Otherwise, the value should contain the URL of an endpoint. For example, ```https://azuretenant.contoso.com/adfs```.
|
||||
|
||||
<!--/Description-->
|
||||
<!--/Policy-->
|
||||
@ -112,7 +109,7 @@ The default value is an empty string. Otherwise, the value should contain the UR
|
||||
<!--Description-->
|
||||
Specifies the GUID of a client application authorized to retrieve OAuth tokens from the OAuthAuthority. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is a string.
|
||||
Supported datatype is string.
|
||||
|
||||
The default value is an empty string. Otherwise, the value should contain a GUID. For example, "E1CF1107-FF90-4228-93BF-26052DD2C714".
|
||||
|
||||
@ -150,7 +147,7 @@ The default value is an empty string. Otherwise, the value should contain a GUID
|
||||
<!--Description-->
|
||||
Specifies the per-user resource URL for which access is requested by the enterprise cloud print client during OAuth authentication. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is a string.
|
||||
Supported datatype is string.
|
||||
|
||||
The default value is an empty string. Otherwise, the value should contain a URL. For example, "http:<span></span>//MicrosoftEnterpriseCloudPrint/CloudPrint".
|
||||
|
||||
@ -188,9 +185,9 @@ The default value is an empty string. Otherwise, the value should contain a URL.
|
||||
<!--Description-->
|
||||
Specifies the per-user end point for discovering cloud printers. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is a string.
|
||||
Supported datatype is string.
|
||||
|
||||
The default value is an empty string. Otherwise, the value should contain the URL of an endpoint. For example, "https:<span></span>//cloudprinterdiscovery.contoso.com".
|
||||
The default value is an empty string. Otherwise, the value should contain the URL of an endpoint. For example, ```https://cloudprinterdiscovery.contoso.com```.
|
||||
|
||||
<!--/Description-->
|
||||
<!--/Policy-->
|
||||
@ -226,7 +223,7 @@ The default value is an empty string. Otherwise, the value should contain the UR
|
||||
<!--Description-->
|
||||
Defines the maximum number of printers that should be queried from a discovery end point. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is an integer.
|
||||
Supported datatype is integer.
|
||||
|
||||
<!--/Description-->
|
||||
<!--/Policy-->
|
||||
@ -262,9 +259,9 @@ The datatype is an integer.
|
||||
<!--Description-->
|
||||
Specifies the per-user resource URL for which access is requested by the Mopria discovery client during OAuth authentication. This policy must target ./User, otherwise it fails.
|
||||
|
||||
The datatype is a string.
|
||||
Supported datatype is string.
|
||||
|
||||
The default value is an empty string. Otherwise, the value should contain a URL. For example, "http:<span></span>//MopriaDiscoveryService/CloudPrint".
|
||||
The default value is an empty string. Otherwise, the value should contain a URL. For example, ```http://MopriaDiscoveryService/CloudPrint```.
|
||||
|
||||
<!--/Description-->
|
||||
<!--/Policy-->
|
||||
@ -273,3 +270,6 @@ The default value is an empty string. Otherwise, the value should contain a URL.
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -15,11 +15,11 @@ manager: dansimp
|
||||
# Policy CSP - ErrorReporting
|
||||
|
||||
> [!TIP]
|
||||
> 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).
|
||||
> 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 <Format>chr</Format>. 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).
|
||||
> 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).
|
||||
|
||||
<hr/>
|
||||
|
||||
@ -44,7 +44,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -84,7 +83,7 @@ If you enable this policy setting, you can add specific event types to a list by
|
||||
|
||||
- 2 (Send parameters): Windows Error Reporting automatically sends the minimum data required to check for an existing solution, and Windows prompts the user for consent to send any extra data requested by Microsoft.
|
||||
|
||||
- 3 (Send parameters and safe extra data): Windows Error Reporting automatically sends the minimum data required to check for an existing solution, and data which Windows has determined (within a high probability) doesn't contain personally identifiable data, and prompts the user for consent to send any extra data requested by Microsoft.
|
||||
- 3 (Send parameters and safe extra data): Windows Error Reporting automatically sends the minimum data required to check for an existing solution, and data which Windows has determined (within a high probability) doesn't contain personally identifiable data, and prompts the user for consent, to send any extra data requested by Microsoft.
|
||||
|
||||
- 4 (Send all data): Any data requested by Microsoft is sent automatically.
|
||||
|
||||
@ -131,7 +130,7 @@ ADMX Info:
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting turns off Windows Error Reporting, so that reports aren't collected or sent to either Microsoft or internal servers within your organization when software unexpectedly stops working or fails.
|
||||
This policy setting turns off Windows Error Reporting, so that reports aren't collected or sent to either Microsoft or internal servers within your organization, when software unexpectedly stops working or fails.
|
||||
|
||||
If you enable this policy setting, Windows Error Reporting doesn't send any problem information to Microsoft. Additionally, solution information isn't available in Security and Maintenance in Control Panel.
|
||||
|
||||
@ -178,7 +177,7 @@ ADMX Info:
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting controls whether users are shown an error dialog box that lets them report an error.
|
||||
This policy setting controls, whether users are shown an error dialog box that lets them report an error.
|
||||
|
||||
If you enable this policy setting, users are notified in a dialog box that an error has occurred, and can display more details about the error. If the Configure Error Reporting policy setting is also enabled, the user can also report the error.
|
||||
|
||||
@ -229,7 +228,7 @@ ADMX Info:
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting controls whether extra data in support of error reports can be sent to Microsoft automatically.
|
||||
This policy setting controls, whether extra data in support of error reports can be sent to Microsoft automatically.
|
||||
|
||||
If you enable this policy setting, any extra data requests from Microsoft in response to a Windows Error Reporting report are automatically declined, without notification to the user.
|
||||
|
||||
@ -298,3 +297,6 @@ ADMX Info:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - EventLogService
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -36,7 +34,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -66,13 +63,14 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting controls Event Log behavior when the log file reaches its maximum size.
|
||||
This policy setting controls Event Log behavior, when the log file reaches its maximum size.
|
||||
|
||||
If you enable this policy setting and a log file reaches its maximum size, new events aren't written to the log and are lost.
|
||||
|
||||
If you disable or don't configure this policy setting and a log file reaches its maximum size, new events overwrite old events.
|
||||
|
||||
Note: Old events may or may not be retained according to the "Backup log automatically when full" policy setting.
|
||||
> [!NOTE]
|
||||
> Old events may or may not be retained according to the "Backup log automatically when full" policy setting.
|
||||
|
||||
<!--/Description-->
|
||||
|
||||
@ -119,7 +117,7 @@ This policy setting specifies the maximum size of the log file in kilobytes.
|
||||
|
||||
If you enable this policy setting, you can configure the maximum log file size to be between 1 megabyte (1024 kilobytes) and 2 terabytes (2,147,483,647 kilobytes) in kilobyte increments.
|
||||
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog and it defaults to 20 megabytes.
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog, and it defaults to 20 megabytes.
|
||||
|
||||
<!--/Description-->
|
||||
|
||||
@ -166,7 +164,7 @@ This policy setting specifies the maximum size of the log file in kilobytes.
|
||||
|
||||
If you enable this policy setting, you can configure the maximum log file size to be between 1 megabyte (1024 kilobytes) and 2 terabytes (2,147,483,647 kilobytes) in kilobyte increments.
|
||||
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog and it defaults to 20 megabytes.
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog, and it defaults to 20 megabytes.
|
||||
|
||||
<!--/Description-->
|
||||
|
||||
@ -213,7 +211,7 @@ This policy setting specifies the maximum size of the log file in kilobytes.
|
||||
|
||||
If you enable this policy setting, you can configure the maximum log file size to be between 1 megabyte (1024 kilobytes) and 2 terabytes (2,147,483,647 kilobytes) in kilobyte increments.
|
||||
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog and it defaults to 20 megabytes.
|
||||
If you disable or don't configure this policy setting, the maximum size of the log file will be set to the locally configured value. This value can be changed by the local administrator using the Log Properties dialog, and it defaults to 20 megabytes.
|
||||
|
||||
<!--/Description-->
|
||||
|
||||
@ -231,3 +229,6 @@ ADMX Info:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - Experience
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -99,7 +97,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -131,7 +128,7 @@ manager: dansimp
|
||||
<!--Description-->
|
||||
Allows history of clipboard items to be stored in memory.
|
||||
|
||||
Value type is integer. Supported values:
|
||||
Supported value type is integer. Supported values are:
|
||||
- 0 - Not allowed
|
||||
- 1 - Allowed (default)
|
||||
|
||||
@ -207,8 +204,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -252,8 +249,8 @@ Most restricted value is 0.
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -291,7 +288,7 @@ This policy turns on Find My Device.
|
||||
|
||||
When Find My Device is on, the device and its location are registered in the cloud so that the device can be located when the user initiates a Find command from account.microsoft.com. In Windows 10, version 1709 devices that are compatible with active digitizers, enabling Find My Device will also allow the user to view the last location of use of their active digitizer on their device; this location is stored locally on the user's device after each use of their active digitizer.
|
||||
|
||||
When Find My Device is off, the device and its location aren't registered and the Find My Device feature won't work. In Windows 10, version 1709 the user won't be able to view the location of the last use of their active digitizer on their device.
|
||||
When Find My Device is off, the device and its location aren't registered, and the Find My Device feature won't work. In Windows 10, version 1709 the user won't be able to view the location of the last use of their active digitizer on their device.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -305,8 +302,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -345,15 +342,14 @@ Specifies whether to allow the user to delete the workplace account using the wo
|
||||
> [!NOTE]
|
||||
> The MDM server can always remotely delete the account.
|
||||
|
||||
|
||||
Most restricted value is 0.
|
||||
|
||||
<!--/Description-->
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -531,7 +527,7 @@ This policy allows you to prevent Windows from using diagnostic data to provide
|
||||
Diagnostic data can include browser, app and feature usage, depending on the "Diagnostic and usage data" setting value.
|
||||
|
||||
> [!NOTE]
|
||||
> This setting doesn't control Cortana cutomized experiences because there are separate policies to configure it.
|
||||
> This setting doesn't control Cortana customized experiences because there are separate policies to configure it.
|
||||
|
||||
Most restricted value is 0.
|
||||
|
||||
@ -547,8 +543,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -585,7 +581,6 @@ The following list shows the supported values:
|
||||
> [!NOTE]
|
||||
> This policy is only available for Windows 10 Pro, Windows 10 Enterprise, and Windows 10 Education.
|
||||
|
||||
|
||||
Specifies whether to allow app and content suggestions from third-party software publishers in Windows spotlight features like lock screen spotlight, suggested apps in the Start menu, and Windows tips. Users may still see suggestions for Microsoft features, apps, and services.
|
||||
|
||||
<!--/Description-->
|
||||
@ -638,7 +633,6 @@ The following list shows the supported values:
|
||||
> [!NOTE]
|
||||
> Prior to Windows 10, version 1803, this policy had User scope.
|
||||
|
||||
|
||||
This policy allows IT admins to turn on experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.
|
||||
|
||||
Most restricted value is 0.
|
||||
@ -655,8 +649,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -693,8 +687,7 @@ The following list shows the supported values:
|
||||
> [!NOTE]
|
||||
> This policy is only available for Windows 10 Enterprise and Windows 10 Education.
|
||||
|
||||
|
||||
Specifies whether to turn off all Windows spotlight features at once. If you enable this policy setting, Windows spotlight on lock screen, Windows Tips, Microsoft consumer features and other related features will be turned off. You should enable this policy setting if your goal is to minimize network traffic from target devices. If you disable or don't configure this policy setting, Windows spotlight features are allowed and may be controlled individually using their corresponding policy settings.
|
||||
Specifies whether to turn off all Windows spotlight features at once. If you enable this policy setting, Windows spotlight on lock screen, Windows Tips, Microsoft consumer features, and other related features will be turned off. You should enable this policy setting, if your goal is to minimize network traffic from target devices. If you disable or don't configure this policy setting, Windows spotlight features are allowed and may be controlled individually using their corresponding policy settings.
|
||||
|
||||
Most restricted value is 0.
|
||||
|
||||
@ -710,8 +703,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -762,8 +755,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -815,8 +808,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 - Not allowed.
|
||||
- 1 - Allowed.
|
||||
- 0 - Not allowed
|
||||
- 1 - Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -851,7 +844,7 @@ The following list shows the supported values:
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
|
||||
This policy setting lets you turn off the Windows spotlight Windows welcome experience feature.
|
||||
This policy setting lets you turn off the Windows spotlight, and Windows welcome experience feature.
|
||||
The Windows welcome experience feature introduces onboard users to Windows; for example, launching Microsoft Edge with a webpage that highlights new features. If you enable this policy, the Windows welcome experience will no longer be displayed when there are updates and changes to Windows and its apps. If you disable or don't configure this policy, the Windows welcome experience will be launched to inform onboard users about what's new, changed, and suggested.
|
||||
|
||||
Most restricted value is 0.
|
||||
@ -868,8 +861,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Not allowed.
|
||||
- 1 (default) – Allowed.
|
||||
- 0 – Not allowed
|
||||
- 1 (default) – Allowed
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -917,8 +910,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 – Disabled.
|
||||
- 1 (default) – Enabled.
|
||||
- 0 – Disabled
|
||||
- 1 (default) – Enabled
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -954,7 +947,7 @@ This policy setting allows you to configure the Chat icon on the taskbar.
|
||||
|
||||
<!--/Description-->
|
||||
<!--SupportedValues-->
|
||||
The values for this policy are 0, 1, 2, and 3. This policy defaults to 0 if not enabled.
|
||||
The values for this policy are 0, 1, 2, and 3. This policy defaults to 0, if not enabled.
|
||||
|
||||
- 0 - Not Configured: The Chat icon will be configured according to the defaults for your Windows edition.
|
||||
- 1 - Show: The Chat icon will be displayed on the taskbar by default. Users can show or hide it in Settings.
|
||||
@ -997,10 +990,9 @@ The values for this policy are 0, 1, 2, and 3. This policy defaults to 0 if not
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
> [!NOTE]
|
||||
> This policy is only available for Windows 10 Enterprise and Windows 10 Education.
|
||||
> This policy is only available for Windows 10 Enterprise, and Windows 10 Education.
|
||||
|
||||
|
||||
Allows IT admins to specify whether spotlight should be used on the user's lock screen. If your organization doesn't have an Enterprise spotlight content service, then this policy will behave the same as a setting of 1.
|
||||
Allows IT admins to specify, whether spotlight should be used on the user's lock screen. If your organization doesn't have an Enterprise spotlight content service, then this policy will behave the same as a setting of 1.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -1066,8 +1058,8 @@ ADMX Info:
|
||||
<!--SupportedValues-->
|
||||
The following list shows the supported values:
|
||||
|
||||
- 0 (default) – Disabled.
|
||||
- 1 – Enabled.
|
||||
- 0 (default) – Disabled
|
||||
- 1 – Enabled
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -1174,7 +1166,6 @@ Supported values:
|
||||
- 0 (default) - Allowed/turned on. The "browser" group synchronizes automatically between users' devices and lets users make changes.
|
||||
- 2 - Prevented/turned off. The "browser" group doesn't use the _Sync your Settings_ option.
|
||||
|
||||
|
||||
_**Sync the browser settings automatically**_
|
||||
|
||||
Set both **DoNotSyncBrowserSettings** and **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
|
||||
@ -1273,7 +1264,7 @@ _**Prevent syncing of browser settings and let users turn on syncing**_
|
||||
Validation procedure:
|
||||
|
||||
1. Select **More > Settings**.
|
||||
1. See if the setting is enabled or disabled based on your selection.
|
||||
1. See, if the setting is enabled or disabled based on your selection.
|
||||
|
||||
<!--/Validation-->
|
||||
<!--/Policy-->
|
||||
@ -1314,7 +1305,7 @@ If you enable this policy setting, the lock option is shown in the User Tile men
|
||||
|
||||
If you disable this policy setting, the lock option is never shown in the User Tile menu.
|
||||
|
||||
If you don't configure this policy setting, the lock option is shown in the User Tile menu. Users can choose if they want to show the lock in the user tile menu from the Power Options control panel.
|
||||
If you don't configure this policy setting, the lock option is shown in the User Tile menu. Users can choose, if they want to show the lock in the user tile menu from the Power Options control panel.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -1340,5 +1331,8 @@ Supported values:
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - ExploitGuard
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -27,7 +25,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -102,4 +99,8 @@ Here is an example:
|
||||
<hr/>
|
||||
|
||||
|
||||
<!--/Policies-->
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,7 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - Feeds
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -26,7 +25,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -56,7 +54,7 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy setting specifies whether news and interests is allowed on the device.
|
||||
This policy setting specifies, whether news and interests is allowed on the device.
|
||||
|
||||
The values for this policy are 1 and 0. This policy defaults to 1.
|
||||
|
||||
@ -78,3 +76,6 @@ ADMX Info:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -15,11 +15,11 @@ manager: dansimp
|
||||
# Policy CSP - FileExplorer
|
||||
|
||||
> [!TIP]
|
||||
> 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).
|
||||
> 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 <Format>chr</Format>. 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).
|
||||
> 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).
|
||||
|
||||
|
||||
<hr/>
|
||||
@ -48,7 +48,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -353,3 +352,7 @@ ADMX Info:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - Games
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -27,7 +25,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -57,7 +54,9 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
Added in Windows 10, version 1709. Specifies whether advanced gaming services can be used. These services may send data to Microsoft or publishers of games that use these services. Value type is integer.
|
||||
Added in Windows 10, version 1709. Specifies whether advanced gaming services can be used. These services may send data to Microsoft or publishers of games that use these services.
|
||||
|
||||
Supported value type is integer.
|
||||
|
||||
<!--/Description-->
|
||||
<!--SupportedValues-->
|
||||
@ -73,3 +72,6 @@ The following list shows the supported values:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - Handwriting
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -27,7 +25,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -61,9 +58,9 @@ This policy allows an enterprise to configure the default mode for the handwriti
|
||||
|
||||
The handwriting panel has two modes - floats near the text box, or docked to the bottom of the screen. The default configuration is the one floating near text box. If you want the panel to be fixed or docked, use this policy to fix it to the bottom of the screen.
|
||||
|
||||
In floating mode, the content is hidden behind a flying-in panel and results in end-user dissatisfaction. The end-user will need to drag the flying-in panel to see the rest of the content. In the fixed mode, the flying-in panel is fixed to the bottom of the screen and doesn't require any user interaction.
|
||||
In floating mode, the content is hidden behind a flying-in panel and results in end-user dissatisfaction. The end-user will need to drag the flying-in panel, to see the rest of the content. In the fixed mode, the flying-in panel is fixed to the bottom of the screen and doesn't require any user interaction.
|
||||
|
||||
The docked mode is especially useful in Kiosk mode where you don't expect the end-user to drag the flying-in panel out of the way.
|
||||
The docked mode is especially useful in Kiosk mode, where you don't expect the end-user to drag the flying-in panel out of the way.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -86,3 +83,7 @@ The following list shows the supported values:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -14,8 +14,6 @@ manager: dansimp
|
||||
|
||||
# Policy CSP - HumanPresence
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policies-->
|
||||
@ -33,7 +31,6 @@ manager: dansimp
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -63,7 +60,7 @@ manager: dansimp
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy specifies whether the device can lock when a human presence sensor detects a human.
|
||||
This policy specifies, whether the device can lock when a human presence sensor detects a human.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -80,7 +77,7 @@ The following list shows the supported values:
|
||||
- 2 = ForcedOff
|
||||
- 1 = ForcedOn
|
||||
- 0 = DefaultToUserChoice
|
||||
- Defaults to 0.
|
||||
- Defaults to 0
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -113,7 +110,7 @@ The following list shows the supported values:
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy specifies whether the device can lock when a human presence sensor detects a human.
|
||||
This policy specifies, whether the device can lock when a human presence sensor detects a human.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -130,7 +127,7 @@ The following list shows the supported values:
|
||||
- 2 = ForcedOff
|
||||
- 1 = ForcedOn
|
||||
- 0 = DefaultToUserChoice
|
||||
- Defaults to 0.
|
||||
- Defaults to 0
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
@ -163,7 +160,7 @@ The following list shows the supported values:
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
This policy specifies at what distance the sensor wakes up when it sees a human in seconds.
|
||||
This policy specifies, at what distance the sensor wakes up when it sees a human in seconds.
|
||||
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
@ -175,7 +172,7 @@ ADMX Info:
|
||||
|
||||
<!--/ADMXMapped-->
|
||||
<!--SupportedValues-->
|
||||
Integer value that specifies whether the device can lock when a human presence sensor detects a human.
|
||||
Integer value that specifies, whether the device can lock when a human presence sensor detects a human.
|
||||
|
||||
The following list shows the supported values:
|
||||
|
||||
@ -191,3 +188,6 @@ The following list shows the supported values:
|
||||
|
||||
<!--/Policies-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
Loading…
x
Reference in New Issue
Block a user