mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Delete unused images and update documentation
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
title: AccountManagement
|
||||
description: This section describes the account management settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 04/30/2018
|
||||
---
|
||||
|
||||
@ -23,7 +22,6 @@ Use these settings to configure the Account Manager service.
|
||||
>[!NOTE]
|
||||
>Although the AccountManagement settings are available in advanced provisioning for other editions, you should only use them for HoloLens devices.
|
||||
|
||||
|
||||
## DeletionPolicy
|
||||
|
||||
Use this setting to set a policy for deleting accounts.
|
||||
@ -36,7 +34,6 @@ Use this setting to set a policy for deleting accounts.
|
||||
|
||||
Set as **True** to enable automatic account management. If this is not set to **True**, no automatic account management will occur.
|
||||
|
||||
|
||||
## ProfileInactivityThreshold
|
||||
|
||||
If you set **DeletionPolicy** as **Delete at storage capacity threshold and profile inactivity threshold**, use this setting to configure the number of days after which an account that has not signed in will be deleted.
|
||||
|
@ -20,7 +20,6 @@ Use these settings to join a device to an Active Directory domain or a Microsoft
|
||||
| [ComputerAccount](#computeraccount) | ✅ | ✅ | | ✅ |
|
||||
| [Users](#users) | ✅ | ✅ | ✅ | |
|
||||
|
||||
|
||||
## Azure
|
||||
|
||||
The **Azure > Authority** and **Azure > BPRT** settings for bulk Microsoft Entra enrollment can only be configured using one of the provisioning wizards. After you get a bulk token for Microsoft Entra enrollment in a wizard, you can switch to the advanced editor to configure more provisioning settings. For information about using the wizards, see:
|
||||
@ -39,7 +38,7 @@ Specifies the settings you can configure when joining a device to a domain, incl
|
||||
| --- | --- | --- |
|
||||
| Account | String | Account to use to join computer to domain |
|
||||
| AccountOU | Enter the full path for the organizational unit. For example: OU=testOU,DC=domain,DC=Domain,DC=com. | Name of organizational unit for the computer account |
|
||||
| ComputerName | On desktop PCs, this setting specifies the DNS hostname of the computer (Computer Name) up to 63 characters. Use `%RAND:x%` to generate x number of random digits in the name, where x must be a number less than 63. For domain-joined computers, the unique name must use `%RAND:x%`. Use `%SERIAL%` to generate the name with the `computer's` serial number embedded. If the serial number exceeds the character limit, it will be truncated from the beginning of the sequence. The character restriction limit doesn't count the length of the macros, including `%RAND:x%` and `%SERIAL%`. This setting is supported only in Windows 10, version 1803 and later. To change this setting in Windows 10 version 1709 and earlier releases, use the **ComputerName** setting under **Accounts**. | Specifies the name of the Windows device (computer name on PCs) |
|
||||
| ComputerName | On desktop PCs, this setting specifies the DNS hostname of the computer (Computer Name) up to 63 characters. Use `%RAND:x%` to generate x number of random digits in the name, where x must be a number less than 61. For domain-joined computers, the unique name must use `%RAND:x%`. Use `%SERIAL%` to generate the name with the `computer's` serial number embedded. If the serial number exceeds the character limit, it will be truncated from the beginning of the sequence. The character restriction limit doesn't count the length of the macros, including `%RAND:x%` and `%SERIAL%`. This setting is supported only in Windows 10, version 1803 and later. To change this setting in Windows 10 version 1709 and earlier releases, use the **ComputerName** setting under **Accounts**. | Specifies the name of the Windows device (computer name on PCs) |
|
||||
| DomainName | String (can't be empty) | Specify the name of the domain that the device will join |
|
||||
| Password | String (can't be empty) | Corresponds to the password of the user account that's authorized to join the computer account to the domain. |
|
||||
|
||||
|
@ -16,7 +16,6 @@ Starting in Windows 10, version 1703, you can import (*ingest*) Group Policy adm
|
||||
|
||||
- The settings under [ConfigOperations](#configoperations) specify the ADMX file to be imported.
|
||||
|
||||
|
||||
>[!IMPORTANT]
|
||||
>Only device scope policies (class="Machine" or class="Both") can be set using a provisioning package.
|
||||
|
||||
@ -35,44 +34,35 @@ Use **ConfigOperations** to import ADMX policies from an ADMX file.
|
||||
|
||||
This can be any name you assign, so choose something descriptive to help you identify its purpose. For example, if you are importing ADMX for Chromium Edge, enter an app name.
|
||||
|
||||
|
||||
Example, `MSEdgeEfficiencyMode`
|
||||
|
||||
2. Select the app name in the Customizations pane, select a setting type, and then click **Add**.
|
||||
1. Select the app name in the Customizations pane, select a setting type, and then click **Add**.
|
||||
|
||||
The choices, **Policy** and **Preference**, have no impact on the behavior of the settings, and are only provided for your convenience should you want to categorize the settings you add.
|
||||
|
||||
|
||||
|
||||
3. Select the setting type in the Customizations pane. In the **AdmxFileUid** field, enter the name of the ADMX file or a unique ID for the file, and then click **Add**.
|
||||
1. Select the setting type in the Customizations pane. In the **AdmxFileUid** field, enter the name of the ADMX file or a unique ID for the file, and then click **Add**.
|
||||
|
||||
The **AdmxFileUid** can be any string, but must be unique in the provisioning package. Using the name of the ADMX file will help you identify the file in the future.
|
||||
|
||||
|
||||
|
||||
Example, `MSEdgeEfficiencyMode`
|
||||
|
||||
>[!NOTE]
|
||||
>Keeping the AdmxFileUid and AppName the same will help prevent authorizing errors.
|
||||
|
||||
4. Select the AdmxFileUid in the Customizations pane, and paste the contents of the ADMX file in the text field. Before copying the contents of the ADMX file, you must convert it to a single-line. See [Convert multi-line to single line](#convert) for instructions.
|
||||
1. Select the AdmxFileUid in the Customizations pane, and paste the contents of the ADMX file in the text field. Before copying the contents of the ADMX file, you must convert it to a single-line. See [Convert multi-line to single line](#convert) for instructions.
|
||||
|
||||
>[!NOTE]
|
||||
>When you have a large ADMX file, you may want to only include specific settings. Instead of pasting in the entire ADMX file, you can paste just one or more specific policies (after converting them to single-line).
|
||||
|
||||
|
||||
|
||||
Example, EfficiencyMode
|
||||
```XML
|
||||
<policy class="Both" displayName="$(string.EfficiencyMode)" explainText="$(string.EfficiencyMode_Explain)" key="Software\Policies\Microsoft\Edge" name="EfficiencyMode" presentation="$(presentation.EfficiencyMode)"> <parentCategory ref="Performance"/> <supportedOn ref="SUPPORTED_WIN7_V96"/> <elements> <enum id="EfficiencyMode" valueName="EfficiencyMode"> <item displayName="$(string.EfficiencyMode_AlwaysActive)"> <value> <decimal value="0"/> </value> </item> <item displayName="$(string.EfficiencyMode_NeverActive)"> <value> <decimal value="1"/> </value> </item> <item displayName="$(string.EfficiencyMode_ActiveWhenUnplugged)"> <value> <decimal value="2"/> </value> </item> <item displayName="$(string.EfficiencyMode_ActiveWhenUnpluggedBatteryLow)"> <value> <decimal value="3"/> </value> </item> </enum> </elements> </policy>
|
||||
```
|
||||
|
||||
|
||||
5. Repeat for each ADMX, or set of ADMX policies, that you want to add, and then configure [ConfigADMXInstalledPolicy](#configadmxinstalledpolicy) for each one.
|
||||
1. Repeat for each ADMX, or set of ADMX policies, that you want to add, and then configure [ConfigADMXInstalledPolicy](#configadmxinstalledpolicy) for each one.
|
||||
|
||||
<span id="convert"/>
|
||||
|
||||
|
||||
## ConfigADMXInstalledPolicy
|
||||
|
||||
>[!IMPORTANT]
|
||||
@ -84,23 +74,18 @@ In **ConfigADMXInstalledPolicy**, you provide a policy setting and value for tha
|
||||
|
||||
`<AppName (from ConfigOperations)>~<SettingType>~<category name from ADMX>`
|
||||
|
||||
|
||||
See [Category and policy in ADMX](#category-and-policy-in-admx) for more information. A setting may have multiple levels of category names, as in the following example.
|
||||
|
||||
|
||||
|
||||
Example: `MSEdgeEfficiencyMode~Policy~microsoft_edge~Performance`
|
||||
|
||||
|
||||
2. Select the area name in the Customization pane, enter a policy name from the ADMX, and then click **Add**.
|
||||
1. Select the area name in the Customization pane, enter a policy name from the ADMX, and then click **Add**.
|
||||
|
||||
Example, `EfficiencyMode`.
|
||||
|
||||
3. Select the policy name in the Customization pane, and then enter a value from the ADMX in the text field.
|
||||
1. Select the policy name in the Customization pane, and then enter a value from the ADMX in the text field.
|
||||
|
||||
Example, `<enabled/><data id="EfficiencyMode" Value="2">`.
|
||||
|
||||
|
||||
## Category and policy in ADMX
|
||||
|
||||
The following samples show the ADMX file for Chromium Edge used in the examples in the procedures above. The first sample highlights the category names.
|
||||
@ -149,7 +134,6 @@ The next sample highlights the specific policy.
|
||||
```
|
||||
<!---->
|
||||
|
||||
|
||||
## Convert multi-line to single line
|
||||
|
||||
Use the following PowerShell cmdlet to remove carriage returns and line feeds from a multi-line file to create a single-line file that you can paste in **AdmxFileUid**.
|
||||
|
@ -19,7 +19,6 @@ Use this setting to configure single use (kiosk) devices.
|
||||
| [AssignedAccessSettings](#assignedaccesssettings) | ✅ | | ✅ | |
|
||||
| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | ✅ | | ✅ | |
|
||||
|
||||
|
||||
## AssignedAccessSettings
|
||||
|
||||
Enter the account and the application you want to use for Assigned access, using [the AUMID](../find-the-application-user-model-id-of-an-installed-app.md). When that user account signs in on the device, only the specified app will run.
|
||||
@ -36,8 +35,8 @@ Enter the account and the application you want to use for Assigned access, using
|
||||
Use this setting to configure a kiosk device that runs more than one app.
|
||||
|
||||
1. Create an assigned access configuration XML file for multiple apps [(desktop](../lock-down-windows-10-to-specific-apps.md) or [HoloLens)](/hololens/hololens-provisioning).
|
||||
2. In Windows Configuration Designer, select **MultiAppAssignedAccessSettings**.
|
||||
3. Browse to and select the assigned access configuration XML file.
|
||||
1. In Windows Configuration Designer, select **MultiAppAssignedAccessSettings**.
|
||||
1. Browse to and select the assigned access configuration XML file.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -22,7 +22,6 @@ Use to configure browser settings that should only be set by OEMs who are part o
|
||||
| [PartnerSearchCode](#partnersearchcode) | ✅ | ✅ | | |
|
||||
| [SearchProviders](#searchproviders) | | | | |
|
||||
|
||||
|
||||
## AllowPrelaunch
|
||||
|
||||
Use this setting to allow Microsoft Edge to pre-launch during Windows sign-in, when the system is idle, and each time that Microsoft Edge is closed. Pre-launch minimizes the amount of time required to start Microsoft Edge.
|
||||
@ -34,7 +33,7 @@ Select between **Prevent Pre-launching** and **Allow Pre-launching**.
|
||||
Use to add items to the Favorites Bar in Microsoft Edge.
|
||||
|
||||
1. Enter a name for the item, and select **Add**. (The name you enter here's only used to distinguish the group of settings, and isn't shown on the device when the settings are applied.)
|
||||
2. In **Available customizations**, select the item that you added, and then configure the following settings for that item:
|
||||
1. In **Available customizations**, select the item that you added, and then configure the following settings for that item:
|
||||
|
||||
Setting | Description
|
||||
--- | ---
|
||||
@ -50,11 +49,10 @@ To add a new item under the browser's **Favorites** list:
|
||||
|
||||
1. In the **Name** field, enter a friendly name for the item, and then click **Add**.
|
||||
|
||||
2. In the **Available customizations** pane, select the friendly name that you created, and in the text field, enter the URL for the item.
|
||||
1. In the **Available customizations** pane, select the friendly name that you created, and in the text field, enter the URL for the item.
|
||||
|
||||
For example, to include the corporate Web site to the list of browser favorites, a company called Contoso can specify **Contoso** as the value for the name and `http://www.contoso.com` for the URL.
|
||||
|
||||
|
||||
## PartnerSearchCode
|
||||
|
||||
>[!IMPORTANT]
|
||||
@ -64,9 +62,6 @@ Set the value to a character string that corresponds to the OEM's Partner Search
|
||||
|
||||
OEMs who are part of the program only have one PartnerSearchCode which should be used for all Windows 10 for desktop editions images.
|
||||
|
||||
|
||||
|
||||
|
||||
## SearchProviders
|
||||
|
||||
Contains the settings you can use to configure the default and other search providers.
|
||||
@ -82,15 +77,13 @@ Some countries/regions require specific, default search providers. The following
|
||||
>[!NOTE]
|
||||
>For Russia + Commonwealth of Independent States (CIS), the independent states consist of Russia, Ukraine, Georgia, The Republic of Azerbaijan, Republic Of Belarus, The Republic of Kazakhstan, The Kyrgyz Republic, The Republic of Moldova, The Republic of Tajikistan, The Republic of Armenia, Turkmenistan, The Republic of Uzbekistan, and Türkiye.
|
||||
|
||||
|
||||
|
||||
### SearchProviderList
|
||||
|
||||
Use to specify a list of extra search providers.
|
||||
|
||||
1. In the **Name** field, enter a name for the item, and then click **Add**.
|
||||
|
||||
2. In the **Available customizations** pane, select the name that you created, and in the text field, enter the URL for the other search provider.
|
||||
1. In the **Available customizations** pane, select the name that you created, and in the text field, enter the URL for the other search provider.
|
||||
|
||||
For example, to specify Yandex in Russia and Commonwealth of Independent States (CIS), set the value of URL to "https://yandex.ru/search/touch/?text={searchTerm}&clid=2234144".
|
||||
|
||||
|
@ -1,21 +1,21 @@
|
||||
---
|
||||
title: CellCore
|
||||
description: This section describes the CellCore settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the CellCore settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 10/02/2018
|
||||
ms.date: 10/02/2018
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# CellCore (Windows Configuration Designer reference)
|
||||
|
||||
>Setting documentation is provided for Windows 10, version 1803 and earlier. CellCore isn't available in Windows 10, version 1809.
|
||||
>Setting documentation is provided for Windows 10, version 1803 and earlier. CellCore isn't available in Windows 10, version 1801.
|
||||
|
||||
Use to configure settings for cellular data.
|
||||
Use to configure settings for cellular data.
|
||||
|
||||
>[!IMPORTANT]
|
||||
>These settings are intended to be used only by manufacturers, mobile operators, and solution providers when configuring devices, and aren't intended for use by administrators in the enterprise.
|
||||
>These settings are intended to be used only by manufacturers, mobile operators, and solution providers when configuring devices, and aren't intended for use by administrators in the enterprise.
|
||||
|
||||
## Applies to
|
||||
|
||||
@ -29,7 +29,7 @@ Use to configure settings for cellular data.
|
||||
|PerDevice: [External](#external) | | | | |
|
||||
|PerDevice: [General](#general) | | | | |
|
||||
|PerDevice: [RCS](#rcs)| | | | |
|
||||
|PerDevice: [SMS](#sms)| ✅ | ✅ | |
|
||||
|PerDevice: [SMS](#sms)| ✅ | ✅ | |
|
||||
|PerDevice: [UIX](#uix)| | | | |
|
||||
|PerDevice: [UTK](#utk)| | | | |
|
||||
|PerIMSI: [CellData](#celldata2)| | | | |
|
||||
@ -40,30 +40,30 @@ Use to configure settings for cellular data.
|
||||
|PerIMSI: [UTK](#utk2)| | | | |
|
||||
|PerIMSI: [VoLTE](#volte)| | | | |
|
||||
|
||||
## PerDevice
|
||||
## PerDevice
|
||||
|
||||
### CellConfigurations
|
||||
### CellConfigurations
|
||||
|
||||
1. In **CellConfiguration** > **PropertyGroups**, enter a name for the property group.
|
||||
1. In **CellConfiguration** > **PropertyGroups**, enter a name for the property group.
|
||||
|
||||
2. Select the **PropertyGroups** you created in the **Available customizations** pane and then enter a **PropertyName**.
|
||||
3. Select the **PropertyName** you created in the **Available customizations** pane, and then select one of the following data types for the property:
|
||||
1. Select the **PropertyGroups** you created in the **Available customizations** pane and then enter a **PropertyName**.
|
||||
1. Select the **PropertyName** you created in the **Available customizations** pane, and then select one of the following data types for the property:
|
||||
- Binary
|
||||
- Boolean
|
||||
- Integer
|
||||
- String
|
||||
4. The data type that you selected is added in **Available customizations**. Select it to enter a value for the property.
|
||||
1. The data type that you selected is added in **Available customizations**. Select it to enter a value for the property.
|
||||
|
||||
### CellData
|
||||
### CellData
|
||||
|
||||
|Setting | Description|
|
||||
|:--- |:---|
|
||||
|CellularFailover | Allow or disallow cellular data failover when in limited Wi-Fi connectivity. By default, if the phone is connected to a Wi-Fi network and the data connection to a site is unsuccessful due to limited Wi-Fi connectivity, the phone will complete the connection to the site using available cellular data networks (when possible) to provide an optimal user experience. When the customization is enabled, a user option to use or not use cellular data for limited Wi-Fi connectivity becomes visible in the **Settings** > **cellular+SIM** screen. This option is automatically set to **don't use cellular data** when the customization is enabled.|
|
||||
|MaxNumberOfPDPContexts | Set a maximum value (1 through 4, inclusive, or 0x1 through 0x4 hexadecimal) for the number of simultaneous packet data protocol (PDP) contexts for 3GPP connections. By default, the OS enforces a maximum of four (4) simultaneous packet data protocol (PDP) contexts for 3GPP connections, and one (1) PDP context for 3GPP2 connections. You can set a different maximum value if required by their mobile operator. The same maximums apply for both roaming and non-roaming scenarios. This maximum does not include packet contexts used internally by the modem.|
|
||||
|ModemProfiles > LTEAttachGuids | Set the value for LTEAttachGuid to the OemConnectionId GUID used for the LTE attach profile in the modem. The value is a GUID in the string format *XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX*.|
|
||||
|PersistAtImaging > DisableAoAc | Enable or disable Always-on/Always-connected (AoAc) on the WWAN adapter.|
|
||||
|PersistAtImaging > DisableAoAc | Enable or disable Always-on/Always-connected (AoAc) on the WWAN adapter.|
|
||||
|
||||
### CellUX
|
||||
### CellUX
|
||||
|
||||
|Setting | Description|
|
||||
|:- |:-|
|
||||
@ -116,23 +116,23 @@ Use to configure settings for cellular data.
|
||||
|ShowWifiCallingError | Select **Yes** to show Wi-Fi calling error message.|
|
||||
|SlotSelectionSim1Name | Enter text for the name of SIM 1 in slot selection UI.|
|
||||
|SlotSelectionSim2Name | Enter text for the name of SIM 2 in slot selection UI.|
|
||||
|SuppressDePersoUI | Select **Yes** to hide the Perso unlock UI.|
|
||||
|SuppressDePersoUI | Select **Yes** to hide the Perso unlock UI.|
|
||||
|
||||
### CGDual
|
||||
### CGDual
|
||||
|
||||
Use **CGDual** > **RestrictToGlobalMode** to configure settings for global mode on C+G Dual SIM phones. When the device registration changes, if the value for this setting is set, the OS changes the preferred system type to the default preferred system type for world mode. If the phone isn't camped on any network, the OS assumes the phone is on the home network and changes the network registration preference to default mode.
|
||||
Use **CGDual** > **RestrictToGlobalMode** to configure settings for global mode on C+G Dual SIM phones. When the device registration changes, if the value for this setting is set, the OS changes the preferred system type to the default preferred system type for world mode. If the phone isn't camped on any network, the OS assumes the phone is on the home network and changes the network registration preference to default mode.
|
||||
|
||||
Select from the following modes:
|
||||
Select from the following modes:
|
||||
|
||||
- RestrictToGlobalMode_Disabled: the phone isn't restricted to global mode.
|
||||
- RestrictToGlobalMobe_Home: when a slot is registered at home and supports global mode, the mode selection is restricted to global mode.
|
||||
- RestrictToGlobalMode_Always: if a slot supports global mode and this value is selected, the mode selection is restricted to global mode.
|
||||
- RestrictToGlobalMode_Always: if a slot supports global mode and this value is selected, the mode selection is restricted to global mode.
|
||||
|
||||
### eSim
|
||||
### eSim
|
||||
|
||||
Configure **FwUpdate** > **AllowedAppIdList** to list apps that are allowed to update the firmware. Obtain the app IDs from the card vendor.
|
||||
Configure **FwUpdate** > **AllowedAppIdList** to list apps that are allowed to update the firmware. Obtain the app IDs from the card vendor.
|
||||
|
||||
### External
|
||||
### External
|
||||
|
||||
|Setting |Description|
|
||||
|:--- |:---|
|
||||
@ -157,9 +157,9 @@ Configure **FwUpdate** > **AllowedAppIdList** to list apps that are allowed to u
|
||||
|ImageOnly > MTU > RoamingMTUDataSize | Customize the TCP maximum segment size (MSS) for roaming by setting the maximum transmission unit (MTU) data size if the MSS does not meet the requirements of the mobile operator network. For TCP, the default maximum transmission unit (MTU) is set to 1500 bytes, which makes the maximum segment size (MSS) 1460 bytes. In general, this value should not be changed, as the user experience will degrade if low values are set. However, if the MSS does not meet the requirements of the mobile operator network, OEMs can customize it for roaming by setting the MTU data size. This customization configures the MTU, so the size should be set to the required MSS size plus 40 bytes.|
|
||||
|ImageOnly > SuppressNwPSDetach | Configure whether to suppress reporting of network-initiated PS detach (appear attached to OS) until deregistered.|
|
||||
|SignalBarMapping Table | You can modify the percentage values used for the signal strength in the status bar per filter.|
|
||||
|SRVCCAutoToggleWmRil | Configure whether to link SRVCC to VOLTE on/off.|
|
||||
|SRVCCAutoToggleWmRil | Configure whether to link SRVCC to VOLTE on/off.|
|
||||
|
||||
### General
|
||||
### General
|
||||
|
||||
|Setting | Description|
|
||||
|:---|:---|
|
||||
@ -186,26 +186,26 @@ Configure **FwUpdate** > **AllowedAppIdList** to list apps that are allowed to u
|
||||
|OperatorPreferredForFasterRadio | Set Issuer Identification Number (IIN) or partial ICCID of preferred operator for the faster radio. For mobile operators that require more control over the system types that their phones use to connect to the mobile operators' networks, OEMs can map a partial ICCID or an Industry Identification Number (IIN) to the faster radio regardless of which SIM card is chosen for data connectivity. This setting is used only for China. OEMs should not use this setting unless required by the mobile operator. To map a partial ICCID or an IIN to the faster radio regardless of which SIM card is chosen for data connectivity, set the value of OperatorPreferredForFasterRadio to match the IIN or the ICCID, up to 7 digits, of the preferred operator.|
|
||||
|PreferredDataProviderList | OEMs can set a list of MCC/MNC pairs for the purchase order (PO) carrier or primary operator. For mobile operators that require it, OEMs can set a list of MCC/MNC pairs for the purchase order (PO) carrier or primary operator so that it can be set as the default data line for phones that have a dual SIM. When the PO SIM is inserted into the phone, the OS picks the PO SIM as the data line and shows a notification to the user that the SIM has been selected for Internet data. If two PO SIMs are inserted, the OS will choose the first PO SIM that was detected as the default data line and the mobile operator action required dialogue (ARD) is shown. If two non-PO SIMs are inserted, the user is prompted to choose the SIM to use as the default data line. Note OEMs should not set this customization unless required by the mobile operator. To enumerate the MCC/MNC value pairs to use for data connections, set the value for **PreferredDataProviderList**. The value must be a comma-separated list of preferred MCC:MNC values. For example, the value can be 301:026,310:030 and so on.|
|
||||
|Slot2DisableAppsList | Disable specified apps from slot 2 on a C+G dual SIM phone. To disable a list of specified apps from Slot 2, set Slot2DisableAppsList to a comma-separated list of values representing the apps. For example, `4,6`.|
|
||||
|Slot2ExcludedSystemTypes | Exclude specified system types from SIM cards inserted in Slot 2. For mobile operators that require more control over the system types that their phones use to connect to the mobile operators' networks, OEMs can restrict the second slot in a dual-SIM phone regardless of what apps or executor mapping the second slot is associated with. Note This setting is used only for China. OEMs should not use this setting unless required by the mobile operator. To allow an operator to simply restrict the second slot in a dual SIM phone regardless of what apps or executor mapping the second slot is associated with, set the value of Slot2ExcludedSystemTypes to the system types to be excluded from the SIM cards inserted in Slot 2. For example, a value of 0x8 specifies RIL_SYSTEMTYPE_UMTS (3G) while 0x10 specifies RIL_SYSTEMTYPE_LTE (4G). To exclude more than one system type, perform a bitwise OR operation on the radio technologies you want to exclude. For example, a bitwise OR operation on RIL_SYSTEMTYPE_LTE (4G) and RIL_SYSTEMTYPE_UMTS (3G) results in the value 11000 (binary) or 0x18 (hexadecimal). In this case, any SIM inserted in Slot 2 will be limited to 2G. For more information about the RIL system types, see [RILSYSTEMTYPE](/previous-versions/windows/hardware/cellular/dn931143(v=vs.85)).|
|
||||
|Slot2ExcludedSystemTypes | Exclude specified system types from SIM cards inserted in Slot 1. For mobile operators that require more control over the system types that their phones use to connect to the mobile operators' networks, OEMs can restrict the second slot in a dual-SIM phone regardless of what apps or executor mapping the second slot is associated with. Note This setting is used only for China. OEMs should not use this setting unless required by the mobile operator. To allow an operator to simply restrict the second slot in a dual SIM phone regardless of what apps or executor mapping the second slot is associated with, set the value of Slot2ExcludedSystemTypes to the system types to be excluded from the SIM cards inserted in Slot 1. For example, a value of 0x8 specifies RIL_SYSTEMTYPE_UMTS (3G) while 0x10 specifies RIL_SYSTEMTYPE_LTE (4G). To exclude more than one system type, perform a bitwise OR operation on the radio technologies you want to exclude. For example, a bitwise OR operation on RIL_SYSTEMTYPE_LTE (4G) and RIL_SYSTEMTYPE_UMTS (3G) results in the value 11000 (binary) or 0x18 (hexadecimal). In this case, any SIM inserted in Slot 2 will be limited to 2G. For more information about the RIL system types, see [RILSYSTEMTYPE](/previous-versions/windows/hardware/cellular/dn931143(v=vs.85)).|
|
||||
|SuggestDataRoamingARD | Use to show the data roaming suggestion dialog when roaming and the data roaming setting is set to no roaming.|
|
||||
|SuggestGlobalModeARD | Define whether Global Mode is suggested on a C+G dual SIM phone.|
|
||||
|SuggestGlobalModeTimeout | To specify the number of seconds to wait for network registration before suggesting global mode, set SuggestGlobalModeTimeout to a value between 1 and 600, inclusive. For example, to set the timeout to 60 seconds, set the value to 60 (decimal) or 0x3C (hexadecimal).|
|
||||
|SuggestGlobalModeTimeout | To specify the number of seconds to wait for network registration before suggesting global mode, set SuggestGlobalModeTimeout to a value between 1 and 600, inclusive. For example, to set the timeout to 60 seconds, set the value to 60 (decimal) or 0x3C (hexadecimal).|
|
||||
|
||||
### RCS
|
||||
### RCS
|
||||
|
||||
|Setting | Description|
|
||||
|:---|:---|
|
||||
|SystemEnabled | Select **Yes** to specify that the system is RCS-enabled.|
|
||||
|UserEnabled | Select **Yes** to show the user setting if RCS is enabled on the device.|
|
||||
|UserEnabled | Select **Yes** to show the user setting if RCS is enabled on the device.|
|
||||
|
||||
### SMS
|
||||
### SMS
|
||||
|
||||
|Setting |Description|
|
||||
|:--|:--|
|
||||
|AckExpirySeconds |Set the value, in seconds, for how long to wait for a client ACK before trying to deliver. |
|
||||
|DefaultMCC |Set the default mobile country code (MCC).|
|
||||
|Encodings > GSM7BitEncodingPage |Enter the code page value for the 7-bit GSM default alphabet encoding. Values:</br></br>- Code page value: 55000 (Setting value: 0xD6D8)(Code page: default alphabet)</br>- Code page value: 55001 (Setting value: 0xD6D9)(Code page: GSM with single shift for Spanish)</br>- Code page value: 55002 (Setting value: 0xD6DA)(Code page: GSM with single shift for Portuguese)</br>- Code page value: 55003 (Setting value: 0xD6DB)(Code page: GSM with single shift for Turkish)</br>- Code page value: 55004 (Setting value: 0xD6DC)(Code page: SMS Greek Reduction)|
|
||||
|Encodings > GSM8BitEncodingPage|Enter the code page value for GSM 8-bit encoding (OEM set). OEM-created code page IDs should be in the range 55050–55099. |
|
||||
|Encodings > GSM8BitEncodingPage|Enter the code page value for GSM 8-bit encoding (OEM set). OEM-created code page IDs should be in the range 55050–55091. |
|
||||
|Encodings > OctetEncodingPage |Set the octet (binary) encoding.|
|
||||
|Encodings > SendUDHNLSS |Set the 7 bit GSM shift table encoding.|
|
||||
|Encodings > UseASCII |Set the 7 bit ASCII encoding. Used only for CDMA carriers that use 7-bit ASCII encoding instead of GSM 7-bit encoding.|
|
||||
@ -222,33 +222,33 @@ Configure **FwUpdate** > **AllowedAppIdList** to list apps that are allowed to u
|
||||
|Type3GPP > IMS > RetryEnabled |Configure whether to enable one automatic retry after failure to send over IMS.|
|
||||
|Type 3GPP > SmsUse16BitReferenceNumbers |Configure whether to use 8-bit or 16-bit message ID (reference number) in the UDH.|
|
||||
|Type3GPP2 > ErrorHandling > FriendlyErrorClass |Enter a name for ERRORCODE3GPP2, and click **Add**. Configure the error class that you added as **generic error**, **invalid recipient address**, or **network connectivity trouble**.|
|
||||
|Type3GPP2 > ErrorHandling > UseReservedAsPermanent |Set the 3GPP2 permanent error type.|
|
||||
|Type3GPP2 > ErrorHandling > UseReservedAsPermanent |Set the 3GPP2 permanent error type.|
|
||||
|
||||
### UIX
|
||||
|
||||
Setting | Description
|
||||
|:-|:--|
|
||||
SIM1ToUIM1 | Used to show UIM1 as an alternate string instead of SIM1 for the first SIM on C+G dual SIM phones.
|
||||
SIMToSIMUIM | Partners can change the string "SIM" to "SIM/UIM" to accommodate scenarios such as Dual Mode cards of SIM cards on the phone. This scenario can provide a better experience for users in some markets. Enabling this customization changes all "SIM" strings to "SIM/UIM".
|
||||
SIMToSIMUIM | Partners can change the string "SIM" to "SIM/UIM" to accommodate scenarios such as Dual Mode cards of SIM cards on the phone. This scenario can provide a better experience for users in some markets. Enabling this customization changes all "SIM" strings to "SIM/UIM".
|
||||
|
||||
### UTK
|
||||
|
||||
|Setting |Description|
|
||||
|:-|:-|
|
||||
|UIDefaultDuration |Specifies the default time, in milliseconds, that the DISPLAY TEXT, GET INKEY, PLAY TONE, or SELECT ITEM dialog should be displayed. The default value is 60000 milliseconds (60 seconds). The valid value range is 1-120000.|
|
||||
|UIGetInputDuration |Specifies the default time, in milliseconds, that the GET INPUT dialog should be displayed. The default value is 120000 milliseconds (120 seconds). The valid value range is 1-120000.|
|
||||
|UIGetInputDuration |Specifies the default time, in milliseconds, that the GET INPUT dialog should be displayed. The default value is 120000 milliseconds (120 seconds). The valid value range is 1-120000.|
|
||||
|
||||
## PerIMSI
|
||||
|
||||
Enter an IMSI, click **Add**, and then select the IMSI that you added to configure the following settings.
|
||||
Enter an IMSI, click **Add**, and then select the IMSI that you added to configure the following settings.
|
||||
|
||||
### <a name="celldata2"></a> CellData
|
||||
|
||||
|Setting |Description|
|
||||
|:--- |:---|
|
||||
|MaxNumberOfPDPContexts |OEMs can set a maximum value for the number of simultaneous packet data protocol (PDP) contexts for 3GPP connections. By default, the OS enforces a maximum of four (4) simultaneous packet data protocol (PDP) contexts for 3GPP connections, and one (1) PDP context for 3GPP2 connections. OEMs can set a different maximum value if required by their mobile operator. The same maximums apply for both roaming and non-roaming scenarios. This maximum does not include packet contexts used internally by the modem.|
|
||||
|MaxNumberOfPDPContexts |OEMs can set a maximum value for the number of simultaneous packet data protocol (PDP) contexts for 3GPP connections. By default, the OS enforces a maximum of four (4) simultaneous packet data protocol (PDP) contexts for 3GPP connections, and one (1) PDP context for 3GPP2 connections. OEMs can set a different maximum value if required by their mobile operator. The same maximums apply for both roaming and non-roaming scenarios. This maximum does not include packet contexts used internally by the modem.|
|
||||
|
||||
### <a name="cellux2"></a> CellUX
|
||||
### <a name="cellux2"></a> CellUX
|
||||
|
||||
|Setting |Description|
|
||||
|:--- |:---|
|
||||
@ -311,7 +311,7 @@ Enter an IMSI, click **Add**, and then select the IMSI that you added to configu
|
||||
|ShowWifiCallingError | Select **Yes** to show Wi-Fi calling error message.|
|
||||
|SlotSelectionSim1Name | Enter text for the name of SIM 1 in slot selection UI. (Removed in Windows 10, version 1803.)|
|
||||
|SlotSelectionSim2Name | Enter text for the name of SIM 2 in slot selection UI. (Removed in Windows 10, version 1803.)|
|
||||
|SuppressDePersoUI | Suppress DePerso UI to unlock Perso. (Removed in Windows 10, version 1803.)|
|
||||
|SuppressDePersoUI | Suppress DePerso UI to unlock Perso. (Removed in Windows 10, version 1803.)|
|
||||
|
||||
### <a name="general2"></a> General
|
||||
|
||||
@ -334,13 +334,13 @@ Enter an IMSI, click **Add**, and then select the IMSI that you added to configu
|
||||
|NitzFiltering |For mobile networks that can receive Network Identity and Time Zone (NITZ) information from multiple sources, partners can set the phone to ignore the time received from an LTE network. Time received from a CDMA network is not affected. Set the value of NitzFiltering to `0x10`.|
|
||||
|OperatorListForExcludedSystemTypes |Enter a comma-separated list of MCC and MNC (MCC:MNC) for which system types should be restricted. For mobile operators that require more control over the system types that their phones use to connect to the mobile operators' networks, OEMs can specify the MCC and MNC of other specific operators that the main mobile operator wishes to limit. If the UICC's MCC and MNC matches any of the pairs that OEMs can specify for the operator, a specified RIL system type will be removed from the UICC regardless of its app types, slot position, or executor mapping. This setting is used only for China. OEMs should not use this setting unless required by the mobile operator. Set the value of the OperatorListForExcludedSystemTypes setting a comma separated list of MCC:MNC pairs for which the system types should be restricted. For example, the value can be set to 310:026,310:030 to restrict operators with an MCC:MNC of 310:026 and 310:030. (Removed in Windows 10, version 1803.)|
|
||||
|OperatorPreferredForFasterRadio |Set Issuer Identification Number (IIN) or partial ICCID of preferred operator for the faster radio. For mobile operators that require more control over the system types that their phones use to connect to the mobile operators' networks, OEMs can map a partial ICCID or an Industry Identification Number (IIN) to the faster radio regardless of which SIM card is chosen for data connectivity. This setting is used only for China. OEMs should not use this setting unless required by the mobile operator. To map a partial ICCID or an IIN to the faster radio regardless of which SIM card is chosen for data connectivity, set the value of OperatorPreferredForFasterRadio to match the IIN or the ICCID, up to 7 digits, of the preferred operator. (Removed in Windows 10, version 1803.) |
|
||||
|SuggestDataRoamingARD |Use to show the data roaming suggestion dialog when roaming and the data roaming setting is set to no roaming. |
|
||||
|SuggestDataRoamingARD |Use to show the data roaming suggestion dialog when roaming and the data roaming setting is set to no roaming. |
|
||||
|
||||
## <a name="rcs2"></a> RCS
|
||||
## <a name="rcs2"></a> RCS
|
||||
|
||||
See descriptions in Windows Configuration Designer.
|
||||
See descriptions in Windows Configuration Designer.
|
||||
|
||||
## <a name="sms2"></a> SMS
|
||||
## <a name="sms2"></a> SMS
|
||||
|
||||
|Setting |Description|
|
||||
|:--|:--|
|
||||
@ -361,45 +361,45 @@ See descriptions in Windows Configuration Designer.
|
||||
|Type3GPP > ErrorHandling > FriendlyErrorClass |Enter a name for ERRORCODE3GPP, and click **Add**. Configure the error class that you added as **generic error**, **invalid recipient address**, or **network connectivity trouble**.|
|
||||
|Type3GPP > IMS > SmsUse16BitReferenceNumbers |Configure whether to use 8-bit or 16-bit message ID (reference number) in the UDH.|
|
||||
|Type3GPP2 > ErrorHandling > FriendlyErrorClass |Enter a name for ERRORCODE3GPP2, and click **Add**. Configure the error class that you added as **generic error**, **invalid recipient address**, or **network connectivity trouble**.|
|
||||
| Type3GPP2 > ErrorHandling > UseReservedAsPermanent |Set the 3GPP2 permanent error type.|
|
||||
| Type3GPP2 > ErrorHandling > UseReservedAsPermanent |Set the 3GPP2 permanent error type.|
|
||||
|
||||
### <a name="utk2"></a> UTK
|
||||
### <a name="utk2"></a> UTK
|
||||
|
||||
|Setting |Description|
|
||||
|:---|:---|
|
||||
|UIDefaultDuration | Specifies the default time, in milliseconds, that the DISPLAY TEXT, GET INKEY, PLAY TONE, or SELECT ITEM dialog should be displayed. The default value is 60000 milliseconds (60 seconds). The valid value range is 1-120000. |
|
||||
|UIGetInputDuration |Specifies the default time, in milliseconds, that the GET INPUT dialog should be displayed. The default value is 120000 milliseconds (120 seconds). The valid value range is 1-120000.|
|
||||
|UIGetInputDuration |Specifies the default time, in milliseconds, that the GET INPUT dialog should be displayed. The default value is 120000 milliseconds (120 seconds). The valid value range is 1-120000.|
|
||||
|
||||
### VoLTE
|
||||
### VoLTE
|
||||
|
||||
|Setting | Description|
|
||||
|:---|:---|
|
||||
|IMSOMADMServices |Allows configuration of OMA DM Services Mask. The value is mapped directly to RIL_IMS_NW_ENABLED_FLAGS on the modem side. To configure the OMA DM services mask, set the IMSOMADMServices setting to one of the following values:</br></br>- None, Flag: 0, Bitmask: 00000</br>- OMA DM, Flag: 1, Bitmask: 00001</br>- Voice, Flag: 2, Bitmask: 00010</br>- Video, Flag: 4, Bitmask: 00100</br>- EAB presence, Flag: 8, Bitmask: 01000</br>- Enable all services, Flag: 15, Bitmask: 10000|
|
||||
|IMSServices |Identifies which IMS services are enabled (if any). The value is any combination of flags 1 (IMS), 2 (SMS over IMS), 4 (Voice over IMS) and 8 (Video Over IMS). Set the value for the IMSServices setting to any combination of the following flags or bitmasks:</br></br>- IMS, Flag: 1, Bitmask: 0001</br>- SMS over IMS, Flag: 2, Bitmask: 0010</br>- Voice over IMS, Flag: 4, Bitmask: 0100</br>Video over IMS, Flag: 8, Bitmask: 1000|
|
||||
|IMSServices |Identifies which IMS services are enabled (if any). The value is any combination of flags 1 (IMS), 2 (SMS over IMS), 4 (Voice over IMS) and 8 (Video Over IMS). Set the value for the IMSServices setting to any combination of the following flags or bitmasks:</br></br>- IMS, Flag: 1, Bitmask: 0001</br>- SMS over IMS, Flag: 2, Bitmask: 0010</br>- Voice over IMS, Flag: 4, Bitmask: 0100</br>Video over IMS, Flag: 8, Bitmask: 1000|
|
||||
|
||||
## <a name="errorreject"></a> Error messages for reject codes
|
||||
## <a name="errorreject"></a> Error messages for reject codes
|
||||
|
||||
|Reject code |Extended error message |Short error message|
|
||||
|:---|:---|:---|
|
||||
|2 (The SIM card hasn't been activated or has been deactivated) | SIM not set up MM#2 | Invalid SIM|
|
||||
|3 (The SIM card fails authentication or one of the identity check procedures. This can also happen due to a duplication of the TMSI across different MSCs.) |Can't verify SIM MM#3 |Invalid SIM|
|
||||
|6 (The device has been put on a block list, such as when the phone has been stolen or the IMEI is restricted.) | Phone not allowed MM#6 | No service|
|
||||
|6 (The device has been put on a block list, such as when the phone has been stolen or the IMEI is restricted.) | Phone not allowed MM#6 | No service|
|
||||
|
||||
<span id="spn" />
|
||||
<span id="spn" />
|
||||
|
||||
## Values for MultivariantProvisionedSPN
|
||||
## Values for MultivariantProvisionedSPN
|
||||
|
||||
Set the MultivariantProvisionedSPN value to the name of the SPN or mobile operator.
|
||||
Set the MultivariantProvisionedSPN value to the name of the SPN or mobile operator.
|
||||
|
||||
The following table shows the scenarios supported by this customization.
|
||||
The following table shows the scenarios supported by this customization.
|
||||
|
||||
>[!NOTE]
|
||||
>In the Default SIM name column:
|
||||
>In the Default SIM name column:
|
||||
|
||||
>
|
||||
>- The " " in MultivariantProvisionedSPN" "1234 means that there's a space between the mobile operator name or SPN and the last 4 digits of the MSISDN.
|
||||
>- MultivariantProvisionedSPN means the value that you set for the MultivariantProvisionedSPN setting.
|
||||
>- SIM 1 or SIM 2 is the default friendly name for the SIM in slot 1 or slot 2.
|
||||
>- SIM 1 or SIM 2 is the default friendly name for the SIM in slot 1 or slot 2.
|
||||
|
||||
Multivariant setting set?|SPN provisioned?|MSISDN (last four digits: 1234, for example) provisioned?|Default SIM name
|
||||
--- | --- | --- | ---
|
||||
|
@ -56,7 +56,6 @@ Enter a customized string for the appropriate [data class](/windows/desktop/api/
|
||||
|
||||
Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC).
|
||||
|
||||
|
||||
### SignalBarMappingTable
|
||||
|
||||
>[!NOTE]
|
||||
@ -65,13 +64,12 @@ Enter a comma-separated list of mobile country code (MCC) and mobile network cod
|
||||
Use the **SignalBarMappingTable** settings to customize the number of bars displayed based on signal strength. Set a signal strength minimum for each bar number.
|
||||
|
||||
1. Expand **SignalBarMappingTable**, select a bar number in **SignalForBars**, and select **Add**.
|
||||
2. Select the signal bar number in **Available customizations**, and enter a minimum signal strength value, between 0 and 31.
|
||||
1. Select the signal bar number in **Available customizations**, and enter a minimum signal strength value, between 0 and 31.
|
||||
|
||||
### SIMBlockList
|
||||
|
||||
Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC).
|
||||
|
||||
|
||||
### UseBrandingNameOnRoaming
|
||||
|
||||
Select an option for displaying the BrandingName when the device is roaming.
|
||||
|
@ -1,42 +1,40 @@
|
||||
---
|
||||
title: Certificates
|
||||
description: This section describes the Certificates settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the Certificates settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 09/06/2017
|
||||
ms.date: 09/06/2017
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# Certificates (Windows Configuration Designer reference)
|
||||
# Certificates (Windows Configuration Designer reference)
|
||||
|
||||
Use to deploy Root Certificate Authority (CA) certificates to devices. The following list describes the purpose of each setting group.
|
||||
Use to deploy Root Certificate Authority (CA) certificates to devices. The following list describes the purpose of each setting group.
|
||||
|
||||
- In [CACertificates](#cacertificates), you specify a certificate that will be added to the Intermediate CA store on the target device.
|
||||
- In [ClientCertificates](#clientcertificates), you specify a certificate that will be added to the Personal store on the target device, and provide (password, keylocation), (and configure whether the certificate can be exported).
|
||||
- In [RootCertificates](#rootcertificates), you specify a certificate that will be added to the Trusted Root CA store on the target device.
|
||||
- In [TrustedPeopleCertificates](#trustedpeoplecertificates), you specify a certificate that will be added to the Trusted People store on the target device.
|
||||
- In [TrustedProvisioners](#trustedprovisioners), you specify a certificate that allows devices to automatically trust packages from the specified publisher.
|
||||
- In [TrustedProvisioners](#trustedprovisioners), you specify a certificate that allows devices to automatically trust packages from the specified publisher.
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All setting groups | ✅ | ✅ | ✅ | ✅ |
|
||||
| All setting groups | ✅ | ✅ | ✅ | ✅ |
|
||||
|
||||
|
||||
## CACertificates
|
||||
## CACertificates
|
||||
|
||||
1. In **Available customizations**, select **CACertificates**, enter a friendly name for the certificate, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
3. In **CertificatePath**, browse to or enter the path to the certificate.
|
||||
1. In **CertificatePath**, browse to or enter the path to the certificate.
|
||||
|
||||
|
||||
## ClientCertificates
|
||||
## ClientCertificates
|
||||
|
||||
1. In **Available customizations**, select **ClientCertificates**, enter a friendly name for the certificate, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
1. In **Available customizations**, select the name that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | ---- |
|
||||
@ -45,28 +43,26 @@ Use to deploy Root Certificate Authority (CA) certificates to devices. The follo
|
||||
| ExportCertificate | True or false | Set to **True** to allow certificate export. |
|
||||
| **KeyLocation** | - TPM only</br>- TPM with software fallback</br>- Software only | |
|
||||
|
||||
## RootCertificates
|
||||
## RootCertificates
|
||||
|
||||
1. In **Available customizations**, select **RootCertificates**, enter a friendly name for the certificate, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created.
|
||||
3. In **CertificatePath**, browse to or enter the path to the certificate.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
1. In **CertificatePath**, browse to or enter the path to the certificate.
|
||||
|
||||
## TrustedPeopleCertificates
|
||||
## TrustedPeopleCertificates
|
||||
|
||||
1. In **Available customizations**, select **TrustedPeopleCertificates**, enter a friendly name for the certificate, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
3. In **TrustedCertificate**, browse to or enter the path to the certificate.
|
||||
1. In **TrustedCertificate**, browse to or enter the path to the certificate.
|
||||
|
||||
|
||||
## TrustedProvisioners
|
||||
## TrustedProvisioners
|
||||
|
||||
1. In **Available customizations**, select **TrustedPprovisioners**, enter a CertificateHash, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
3. In **TrustedProvisioner**, browse to or enter the path to the certificate.
|
||||
|
||||
## Related topics
|
||||
1. In **TrustedProvisioner**, browse to or enter the path to the certificate.
|
||||
|
||||
## Related topics
|
||||
|
||||
- [RootCATrustedCertficates configuration service provider (CSP)](/windows/client-management/mdm/rootcacertificates-csp)
|
||||
|
@ -1,9 +1,7 @@
|
||||
---
|
||||
title: Changes to settings in Windows Configuration Designer
|
||||
description: This section describes the changes to settings in Windows Configuration Designer in Windows 10, version 1809.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
@ -26,7 +24,6 @@ ms.date: 12/31/2017
|
||||
|
||||
## Settings added in Windows 10, version 1809
|
||||
|
||||
|
||||
- [Browser > AllowPrelaunch](wcd-browser.md#allowprelaunch)
|
||||
- [Browser > FavoriteBarItems](wcd-browser.md#favoritebaritems)
|
||||
- [Cellular > SignalBarMappingTable](wcd-cellular.md#signalbarmappingtable)
|
||||
@ -34,62 +31,59 @@ ms.date: 12/31/2017
|
||||
- [Location](wcd-location.md)
|
||||
- [Policies > ApplicationManagement > LaunchAppAfterLogOn](wcd-policies.md#applicationmanagement)
|
||||
- [Policies > Authentication:](wcd-policies.md#authentication)
|
||||
- EnableFastFirstSignin
|
||||
- EnableWebSignin
|
||||
- PreferredAadTenantDomainName
|
||||
- EnableFastFirstSignin
|
||||
- EnableWebSignin
|
||||
- PreferredAadTenantDomainName
|
||||
- [Policies > Browser:](wcd-policies.md#browser)
|
||||
- AllowFullScreenMode
|
||||
- AllowPrelaunch
|
||||
- AllowPrinting
|
||||
- AllowSavingHistory
|
||||
- AllowSideloadingOfExtensions
|
||||
- AllowTabPreloading
|
||||
- AllowWebContentOnNewTabPage
|
||||
- ConfigureFavoritesBar
|
||||
- ConfigureHomeButton
|
||||
- ConfigureKioskMode
|
||||
- ConfigureKioskResetAfterIdleTimer
|
||||
- ConfigureOpenMicrosoftEdgeWith
|
||||
- ConfigureTelemetryForMicrosoft365
|
||||
- FirstRunURL
|
||||
- PreventCertErrorOverrides
|
||||
|
||||
- PreventTurningOffRequiredExtensions
|
||||
- SetHomeButtonURL
|
||||
- SetNewTabPageURL
|
||||
- UnlockHomeButton
|
||||
- AllowFullScreenMode
|
||||
- AllowPrelaunch
|
||||
- AllowPrinting
|
||||
- AllowSavingHistory
|
||||
- AllowSideloadingOfExtensions
|
||||
- AllowTabPreloading
|
||||
- AllowWebContentOnNewTabPage
|
||||
- ConfigureFavoritesBar
|
||||
- ConfigureHomeButton
|
||||
- ConfigureKioskMode
|
||||
- ConfigureKioskResetAfterIdleTimer
|
||||
- ConfigureOpenMicrosoftEdgeWith
|
||||
- ConfigureTelemetryForMicrosoft365
|
||||
- FirstRunURL
|
||||
- PreventCertErrorOverrides
|
||||
- PreventTurningOffRequiredExtensions
|
||||
- SetHomeButtonURL
|
||||
- SetNewTabPageURL
|
||||
- UnlockHomeButton
|
||||
- [Policies > DeliveryOptimization:](wcd-policies.md#deliveryoptimization)
|
||||
- DODelayBackgroundDownloadFromHttp
|
||||
- DODelayForegroundDownloadFromHttp
|
||||
- DOGroupIdSource
|
||||
- DOPercentageMaxBackDownloadBandwidth
|
||||
- DOPercentageMaxForeDownloadBandwidth
|
||||
- DORestrictPeerSelectionsBy
|
||||
- DOSetHoursToLimitBackgroundDownloadBandwidth
|
||||
- DOSetHoursToLimitForegroundDownloadBandwidth
|
||||
- DODelayBackgroundDownloadFromHttp
|
||||
- DODelayForegroundDownloadFromHttp
|
||||
- DOGroupIdSource
|
||||
- DOPercentageMaxBackDownloadBandwidth
|
||||
- DOPercentageMaxForeDownloadBandwidth
|
||||
- DORestrictPeerSelectionsBy
|
||||
- DOSetHoursToLimitBackgroundDownloadBandwidth
|
||||
- DOSetHoursToLimitForegroundDownloadBandwidth
|
||||
- [Policies > KioskBrowser](wcd-policies.md#kioskbrowser) > EnableEndSessionButton
|
||||
- [Policies > Search](wcd-policies.md#search) > DoNotUseWebResults
|
||||
- [Policies > System:](wcd-policies.md#system)
|
||||
- DisableDeviceDelete
|
||||
- DisableDiagnosticDataViewer
|
||||
- DisableDeviceDelete
|
||||
- DisableDiagnosticDataViewer
|
||||
- [Policies > Update:](wcd-policies.md#update)
|
||||
- AutoRestartDeadlinePeriodInDaysForFeatureUpdates
|
||||
- EngagedRestartDeadlineForFeatureUpdates
|
||||
- EngagedRestartSnoozeScheduleForFeatureUpdates
|
||||
- EngagedRestartTransitionScheduleForFeatureUpdates
|
||||
- ExcludeWUDriversInQualityUpdate
|
||||
- SetDisablePauseUXAccess
|
||||
- SetDisableUXWUAccess
|
||||
- UpdateNotificationLevel
|
||||
- AutoRestartDeadlinePeriodInDaysForFeatureUpdates
|
||||
- EngagedRestartDeadlineForFeatureUpdates
|
||||
- EngagedRestartSnoozeScheduleForFeatureUpdates
|
||||
- EngagedRestartTransitionScheduleForFeatureUpdates
|
||||
- ExcludeWUDriversInQualityUpdate
|
||||
- SetDisablePauseUXAccess
|
||||
- SetDisableUXWUAccess
|
||||
- UpdateNotificationLevel
|
||||
- [UnifiedWriteFilter > OverlayFlags](wcd-unifiedwritefilter.md#overlayflags)
|
||||
- [UnifiedWriteFilter > ResetPersistentState](wcd-unifiedwritefilter.md#resetpersistentstate)
|
||||
- [WindowsHelloForBusiness](wcd-windowshelloforbusiness.md)
|
||||
|
||||
|
||||
## Settings removed in Windows 10, version 1809
|
||||
|
||||
- [CellCore](wcd-cellcore.md)
|
||||
- [Policies > Browser:](wcd-policies.md#browser)
|
||||
- AllowBrowser
|
||||
- PreventTabReloading
|
||||
|
||||
- AllowBrowser
|
||||
- PreventTabReloading
|
||||
|
@ -18,10 +18,9 @@ Use to configure settings related to various types of phone connections.
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | ✅ | ✅ | | |
|
||||
|
||||
|
||||
For each setting group:
|
||||
1. In **Available customizations**, select the setting group (such as **Cellular**), enter a friendly name for the connection, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
## Cellular
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
---
|
||||
title: ConnectivityProfiles
|
||||
description: This section describes the ConnectivityProfile settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the ConnectivityProfile settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 04/30/2018
|
||||
ms.date: 04/30/2018
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# ConnectivityProfiles (Windows Configuration Designer reference)
|
||||
# ConnectivityProfiles (Windows Configuration Designer reference)
|
||||
|
||||
Use to configure profiles that a user will connect with, such as an email account or VPN profile.
|
||||
Use to configure profiles that a user will connect with, such as an email account or VPN profile.
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
@ -21,14 +21,14 @@ Use to configure profiles that a user will connect with, such as an email accoun
|
||||
| [KnownAccounts](#knownaccounts) | ✅ | ✅ | | |
|
||||
| [VPN](#vpn) | ✅ | ✅ | ✅ | |
|
||||
| [WiFiSense](#wifisense) | ✅ | ✅ | | |
|
||||
| [WLAN](#wlan) | ✅ | ✅ | ✅ | |
|
||||
| [WLAN](#wlan) | ✅ | ✅ | ✅ | |
|
||||
|
||||
## Email
|
||||
## Email
|
||||
|
||||
Specify an email account to be automatically set up on the device.
|
||||
Specify an email account to be automatically set up on the device.
|
||||
|
||||
1. In **Available customizations**, select **Email**, enter a friendly name for the account, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created. The following table describes the settings you can configure for each account. Settings in **bold** are required.
|
||||
1. In **Available customizations**, select the name that you created. The following table describes the settings you can configure for each account. Settings in **bold** are required.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -50,14 +50,14 @@ Specify an email account to be automatically set up on the device.
|
||||
| SSLIncoming | Specify whether the incoming email server uses SSL |
|
||||
| SSLOutgoing | Specify whether the outgoing email server uses SSL |
|
||||
| SyncOptions | Specify how many days' worth of emails should be downloaded from the server. Available values are:</br></br>- All mail</br>- Two weeks</br>- One month</br>- One week |
|
||||
| **UserName** | Enter the user name for the account |
|
||||
| **UserName** | Enter the user name for the account |
|
||||
|
||||
## Exchange
|
||||
## Exchange
|
||||
|
||||
Configure settings related to Exchange email server. These settings are related to the [ActiveSync configuration service provider (CSP)](/windows/client-management/mdm/activesync-csp).
|
||||
Configure settings related to Exchange email server. These settings are related to the [ActiveSync configuration service provider (CSP)](/windows/client-management/mdm/activesync-csp).
|
||||
|
||||
1. In **Available customizations**, select **Exchange**, enter a name for the account, and then click **Add**. A globally unique identifier (GUID) is generated for the account.
|
||||
2. In **Available customizations**, select the GUID that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
1. In **Available customizations**, select the GUID that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -80,33 +80,33 @@ Configure settings related to Exchange email server. These settings are related
|
||||
| SyncTasks_Enable | Enable or disable tasks sync |
|
||||
| SyncTasks_Name | If you enable tasks sync, enter **Tasks** |
|
||||
| **UserName** | Enter the user name for the account |
|
||||
| UseSSL | Specify whether to use Secure Sockets Layer (SSL) |
|
||||
| UseSSL | Specify whether to use Secure Sockets Layer (SSL) |
|
||||
|
||||
## KnownAccounts
|
||||
## KnownAccounts
|
||||
|
||||
Configure the settings to add more email accounts.
|
||||
Configure the settings to add more email accounts.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| KnownAccountsOEM |Enter the source or file location of the KnownAccountsOEM.xml file on your development workstation. |
|
||||
| OemFilePath | Enter the name of the XML file that defines the new account to be added. The name must be KnownAccountsOEM.xml. |
|
||||
| OemFilePath | Enter the name of the XML file that defines the new account to be added. The name must be KnownAccountsOEM.xml. |
|
||||
|
||||
## VPN
|
||||
## VPN
|
||||
|
||||
Configure settings to change the default maximum transmission unit ([MTU](#mtu)) size settings for Point-to-Point Protocol (PPP) connections or for virtual private network (VPN) connections, or to create a [VPN profile](#vpn).
|
||||
Configure settings to change the default maximum transmission unit ([MTU](#mtu)) size settings for Point-to-Point Protocol (PPP) connections or for virtual private network (VPN) connections, or to create a [VPN profile](#vpn).
|
||||
|
||||
### MTU
|
||||
### MTU
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| PPPProtocolType | Select **VPNPPPProtocolType** |
|
||||
| ProtocolType | Select **VPNProtocolType** |
|
||||
| TunnelMTU | Enter the desired MTU size, between **1** and **1500** |
|
||||
| TunnelMTU | Enter the desired MTU size, between **1** and **1500** |
|
||||
|
||||
### VPN
|
||||
### VPN setting
|
||||
|
||||
1. In **Available customizations**, select **VPNSetting**, enter a friendly name for the account, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
1. In **Available customizations**, select the name that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -119,52 +119,52 @@ Configure settings to change the default maximum transmission unit ([MTU](#mtu))
|
||||
| ProxyAutoConfigUrl | When **Proxy** is set to **Automatic**, enter the URL to automatically retrieve the proxy settings |
|
||||
| ProxyServer | When **Proxy** is set to **Manual**, enter the proxy server address as a fully qualified hostname or enter `IP address:Port` |
|
||||
| RememberCredentials | Select whether credentials should be cached |
|
||||
| TrustedNetworkDetection | Enter a comma-separated string to identify the trusted network. VPN won't connect automatically when the user is on their corporate wireless network where protected resources are directly accessible to the device. |
|
||||
| TrustedNetworkDetection | Enter a comma-separated string to identify the trusted network. VPN won't connect automatically when the user is on their corporate wireless network where protected resources are directly accessible to the device. |
|
||||
|
||||
When **ProfileType** is set to **Native**, the following extra settings are available.
|
||||
When **ProfileType** is set to **Native**, the following extra settings are available.
|
||||
|
||||
Setting | Description
|
||||
Setting | Description
|
||||
|
||||
--- | ---
|
||||
AuthenticationUserMethod | When you set **NativeProtocolType** to **IKEv2**, choose between **EAP** and **MSChapv2**.
|
||||
EAPConfiguration | When you set **AuthenticationUserMethod** to **EAP**, enter the HTML-encoded XML to configure EAP. For more information, see [EAP configuration](/windows/client-management/mdm/eap-configuration).
|
||||
NativeProtocolType | Choose between **PPTP**, **L2TP**, **IKEv2**, and **Automatic**.
|
||||
RoutingPolicyType | Choose between **SplitTunnel**, in which traffic can go over any interface as determined by the networking stack, and **ForceTunnel**, in which all IP traffic must go over the VPN interface.
|
||||
Server | Enter the public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm.
|
||||
Server | Enter the public or routable IP address or DNS name for the VPN gateway. It can point to the external IP of a gateway or a virtual IP for a server farm.
|
||||
|
||||
When **ProfileType** is set to **Third Party**, the following extra settings are available.
|
||||
When **ProfileType** is set to **Third Party**, the following extra settings are available.
|
||||
|
||||
Setting | Description
|
||||
--- |---
|
||||
PluginProfileCustomConfiguration | Enter HTML-encoded XML for SSL-VPN plug-in specific configuration, including authentication information that is deployed to the device to make it available for SSL-VPN plug-ins. Contact the plug-in provider for format and other details. Most plug-ins can also configure values based on the server negotiations and defaults.
|
||||
PluginProfilePackageFamilyName | Choose between **Pulse Secure VPN**, **F5 VPN Client**, and **SonicWALL Mobile Connect**.
|
||||
PluginProfileServerUrlList | Enter a comma-separated list of servers in URL, hostname, or IP format.
|
||||
PluginProfileServerUrlList | Enter a comma-separated list of servers in URL, hostname, or IP format.
|
||||
|
||||
## WiFiSense
|
||||
## WiFiSense
|
||||
|
||||
Configure settings related to Wi-Fi Sense.
|
||||
Configure settings related to Wi-Fi Sense.
|
||||
|
||||
### Config
|
||||
### Config
|
||||
|
||||
The **Config** settings are initial settings that can be overwritten when settings are pushed to the device by the cloud.
|
||||
The **Config** settings are initial settings that can be overwritten when settings are pushed to the device by the cloud.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| WiFiSharingFacebookInitial | Enable or disable sharing of Wi-Fi networks with Facebook contacts |
|
||||
| WiFiSharingOutlookInitial | Enable or disable sharing of Wi-Fi networks with Outlook contacts |
|
||||
| WiFiSharingSkypeInitial | Enable or disable sharing of Wi-Fi networks with Skype contacts |
|
||||
| WiFiSharingSkypeInitial | Enable or disable sharing of Wi-Fi networks with Skype contacts |
|
||||
|
||||
### FirstBoot
|
||||
### FirstBoot
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| DefaultAutoConnectOpenState | When enabled, the OOBE Wi-Fi Sense checkbox to automatically connect to open networks will be checked. |
|
||||
| DefaultAutoConnectSharedState | When enabled, the OOBE Wi-Fi Sense checkbox to share networks with contacts will be checked. |
|
||||
| WiFiSenseAllowed | Enable or disable Wi-Fi Sense. Wi-Fi Sense features include auto-connect to Wi-Fi hotspots and credential sharing. |
|
||||
| WiFiSenseAllowed | Enable or disable Wi-Fi Sense. Wi-Fi Sense features include auto-connect to Wi-Fi hotspots and credential sharing. |
|
||||
|
||||
### SystemCapabilities
|
||||
### SystemCapabilities
|
||||
|
||||
You can use these settings to configure system capabilities for Wi-Fi adapters, which is a new functionality in Windows 10. These system capabilities are added at image time to ensure that the information is at its most accurate. The capabilities allow the OS to have a better understanding of the underlying hardware that it's running on. Diagnostic data is generated by the system to provide data that can be used to diagnose both software and hardware issues.
|
||||
You can use these settings to configure system capabilities for Wi-Fi adapters, which is a new functionality in Windows 1. These system capabilities are added at image time to ensure that the information is at its most accurate. The capabilities allow the OS to have a better understanding of the underlying hardware that it's running on. Diagnostic data is generated by the system to provide data that can be used to diagnose both software and hardware issues.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -172,24 +172,23 @@ You can use these settings to configure system capabilities for Wi-Fi adapters,
|
||||
| NumAntennaConnected | Enter the number of antennas that are connected to the WLAN radio |
|
||||
| SimultaneousMultiChannelSupported | Enter the maximum number of channels that the Wi-Fi device can simultaneously operate on. For example, you can use this setting to specify support for Station mode and Wi-Fi Direct GO on separate channels simultaneously. |
|
||||
| WLANFunctionLevelDeviceResetSupported | Select whether the device supports functional level device reset (FLDR). The FLDR feature in the OS checks this system capability exclusively to determine if it can run. |
|
||||
| WLANPlatformLevelDeviceResetSupported | Select whether the device supports platform level device reset (PLDR). The PLDR feature in the OS checks this system capability exclusively to determine if it can run. |
|
||||
| WLANPlatformLevelDeviceResetSupported | Select whether the device supports platform level device reset (PLDR). The PLDR feature in the OS checks this system capability exclusively to determine if it can run. |
|
||||
|
||||
## WLAN
|
||||
|
||||
## WLAN
|
||||
Configure settings for wireless connectivity.
|
||||
|
||||
Configure settings for wireless connectivity.
|
||||
### Profiles
|
||||
|
||||
### Profiles
|
||||
|
||||
**To add a profile**
|
||||
To add a profile:
|
||||
|
||||
1. Create [the wireless profile XML](/windows/win32/nativewifi/wireless-profile-samples).
|
||||
2. In **WLAN > Profiles**, browse to and select the profile XML file.
|
||||
3. Click **Add**.
|
||||
1. In **WLAN > Profiles**, browse to and select the profile XML file.
|
||||
1. Click **Add**.
|
||||
|
||||
### WLANXmlSettings
|
||||
### WLANXmlSettings
|
||||
|
||||
Enter an SSID, click **Add**, and then configure the following settings for the SSID.
|
||||
Enter an SSID, click **Add**, and then configure the following settings for the SSID.
|
||||
|
||||
| Settings | Description |
|
||||
| --- | --- |
|
||||
|
@ -19,7 +19,6 @@ Use to unlock developer mode on HoloLens devices and configure authentication to
|
||||
| [EnableDeveloperMode](#developersetupsettings-enabledevelopermode) | | | ✅ | |
|
||||
| [AuthenticationMode](#windowsdeviceportalsettings-authentication-mode) | | | ✅ | |
|
||||
|
||||
|
||||
## DeveloperSetupSettings: EnableDeveloperMode
|
||||
|
||||
When this setting is configured as **True**, the device is unlocked for developer functionality.
|
||||
|
@ -1,35 +1,35 @@
|
||||
---
|
||||
title: DeviceFormFactor
|
||||
description: This section describes the DeviceFormFactor setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the DeviceFormFactor setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 04/30/2018
|
||||
ms.date: 04/30/2018
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# DeviceFormFactor (Windows Configuration Designer reference)
|
||||
# DeviceFormFactor (Windows Configuration Designer reference)
|
||||
|
||||
Use to identify the form factor of the device.
|
||||
Use to identify the form factor of the device.
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| DeviceForm | ✅ | ✅ | | |
|
||||
| DeviceForm | ✅ | ✅ | | |
|
||||
|
||||
Specifies the device form factor running Windows 10. Generally, the device form is set by the original equipment manufacturer (OEM), however you might want to change the device form based on its usage in your organization.
|
||||
Specifies the device form factor running Windows 1. Generally, the device form is set by the original equipment manufacturer (OEM), however you might want to change the device form based on its usage in your organization.
|
||||
|
||||
DeviceForm supports the following features or components:
|
||||
DeviceForm supports the following features or components:
|
||||
|
||||
- Cortana and Bing use the DeviceForm value to determine the accuracy of specific signals, such as location (GPS versus Wi-Fi versus reverse IP address lookup).
|
||||
- Windows 10 features, such as Bluetooth and camera, may require DeviceForm to be accurately configured for full functionality.
|
||||
- Windows 10 features, such as Bluetooth and camera, may require DeviceForm to be accurately configured for full functionality.
|
||||
|
||||
Select the appropriate form from the dropdown menu.
|
||||
Select the appropriate form from the dropdown menu.
|
||||
|
||||
| Device form | Description |
|
||||
| --- | --- |
|
||||
| Phone | A typical smartphone combines cellular connectivity, a touch screen, rechargeable power source, and other components into a single chassis. |
|
||||
| Phone | A typical smartphone combines cellular connectivity, a touch screen, rechargeable power source, and other components into a single chassis. |
|
||||
| LargeScreen | Microsoft Surface Hub |
|
||||
| HMD | (Head-mounted display) A holographic computer that is untethered - no wires, phones, or connection to a PC needed. |
|
||||
| IndustryHandheld | A device screen less than 7" diagonal designed for industrial solutions. May or may not have a cellular stack. |
|
||||
@ -58,9 +58,3 @@ Select the appropriate form from the dropdown menu.
|
||||
| AIO | An All-in-One (AIO) device is an evolution of the traditional desktop with an attached display. |
|
||||
| Stick | A device that turns your TV into a Windows computer. Plug the stick into the HDMI slot on the TV and connect a USB or Bluetooth keyboard or mouse. |
|
||||
| Puck | A small-size PC that users can use to plug in a monitor and keyboard. |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,37 +1,37 @@
|
||||
---
|
||||
title: DeviceManagement
|
||||
description: This section describes the DeviceManagement setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the DeviceManagement setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 04/30/2018
|
||||
ms.date: 04/30/2018
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# DeviceManagement (Windows Configuration Designer reference)
|
||||
# DeviceManagement (Windows Configuration Designer reference)
|
||||
|
||||
Use to configure device management settings.
|
||||
Use to configure device management settings.
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [Accounts](#accounts) | ✅ | ✅ | | |
|
||||
| [PGList](#pglist) | ✅ | ✅ | | |
|
||||
| [Policies](#policies) | ✅ | ✅ | | |
|
||||
| [TrustedProvisioningSource](#trustedprovisioningsource) | ✅ | ✅ | | |
|
||||
| [TrustedProvisioningSource](#trustedprovisioningsource) | ✅ | ✅ | | |
|
||||
|
||||
## Accounts
|
||||
## Accounts
|
||||
|
||||
1. In **Available customizations**, select **Accounts**, enter a friendly name for the account, and then click **Add**.
|
||||
2. In **Available customizations**, select the account that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
1. In **Available customizations**, select the account that you created. The following table describes the settings you can configure. Settings in **bold** are required.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| **Address** | Enter the OMA DM server address |
|
||||
| **AddressType** | Choose between **IPv4** and **URI** for the type of OMA DM server address. The default value of **URI** specifies that the OMA DM account address is a URI address. A value of **IPv4** specifies that the OMA DM account address is an IP address. |
|
||||
| **AppID** | Select **w7** |
|
||||
| Authentication > Credentials | 1. Select a credentials level (CLCRED or SRVCRED). A value of **CLCRED** indicates that the credentials client will authenticate itself to the OMA DM server at the OMA DM protocol level. A value of **SRVCRED** indicates that the credentials server will authenticate itself to the OMA DM Client at the OMA DM protocol level. </br>2. In **Available customizations**, select the level.</br>3. For **Data**, enter the authentication nonce as a Base64 encoded string.</br>4. For **Level**, select **CLCRED** or **SRVCRED**.</br>5. For **Name**, enter the authentication name.</br>6. For **Secret**, enter the password or secret used for authentication.</br>7. For **Type**, select between **Basic**, **Digest**, and **HMAC**. For **CLCRED**, the supported values are **BASIC** and **DIGEST**. For **SRVCRED**, the supported value is **DIGEST**. |
|
||||
| Authentication > Credentials | 1. Select a credentials level (CLCRED or SRVCRED). A value of **CLCRED** indicates that the credentials client will authenticate itself to the OMA DM server at the OMA DM protocol level. A value of **SRVCRED** indicates that the credentials server will authenticate itself to the OMA DM Client at the OMA DM protocol level. </br>1. In **Available customizations**, select the level.</br>1. For **Data**, enter the authentication nonce as a Base64 encoded string.</br>1. For **Level**, select **CLCRED** or **SRVCRED**.</br>1. For **Name**, enter the authentication name.</br>1. For **Secret**, enter the password or secret used for authentication.</br>1. For **Type**, select between **Basic**, **Digest**, and **HMAC**. For **CLCRED**, the supported values are **BASIC** and **DIGEST**. For **SRVCRED**, the supported value is **DIGEST**. |
|
||||
| AuthenticationPreference | Select between **Basic**, **Digest**, and **HMAC** |
|
||||
| BackCompatRetryDisabled | Specify whether to retry resending a package with an older protocol version (for example, 1.1) in the SyncHdr on subsequent attempts (not including the first time). The default value of "FALSE" indicates that backward-compatible retries are enabled. A value of "TRUE" indicates that backward-compatible retries are disabled. |
|
||||
| ConnectionRetries | Enter a number to specify how many retries the DM client performs when there are Connection Manager-level or wininet-level errors. The default value is `3`. |
|
||||
@ -49,14 +49,13 @@ Use to configure device management settings.
|
||||
| **ServerID** | Enter the OMA DM server's unique identifier for the current OMA DM account |
|
||||
| SSLClientCertSearchCriteria | Specify the client certificate search criteria, by subject attribute and certificate stores. For details, see [DMAcc configuration service provider (CSP)](/windows/client-management/mdm/dmacc-csp). |
|
||||
| UseHardwareDeviceID | Specify whether to use the hardware ID for the ./DevInfo/DevID parameter in the DM account to identify the device |
|
||||
| UseNonceResync | Specify whether the OMA DM client should use the nonce resynchronization procedure if the server trigger notification fails authentication |
|
||||
| UseNonceResync | Specify whether the OMA DM client should use the nonce resynchronization procedure if the server trigger notification fails authentication |
|
||||
|
||||
|
||||
## PGList
|
||||
## PGList
|
||||
|
||||
1. In **Available customizations**, select **PGList**, enter a LogicalProxyName, and then click **Add**.
|
||||
2. In **Available customizations**, select the LogicalProxyName that you created, and then select **PhysicalProxies**.
|
||||
3. Enter a PhysicalProxyName, and then click **Add**. The following table describes the settings you can configure for the physical proxy and for **Trust**.
|
||||
1. In **Available customizations**, select the LogicalProxyName that you created, and then select **PhysicalProxies**.
|
||||
1. Enter a PhysicalProxyName, and then click **Add**. The following table describes the settings you can configure for the physical proxy and for **Trust**.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -64,12 +63,11 @@ Use to configure device management settings.
|
||||
| AddressType | Select between **E164**, **IPV4**, and **IPV^** for the format and protocol of the PXADDR element for a physical proxy |
|
||||
| MatchedNapID | Enter a string that defines the SMS bearer. This string must match the NAPID exactly. The value must contain MVID macro if it's an IPv4 PXADDRTYPE. |
|
||||
| PushEnabled | Select whether push operations are enabled |
|
||||
| Trust | Specify whether or not the physical proxies in this logical proxy are privileged |
|
||||
| Trust | Specify whether or not the physical proxies in this logical proxy are privileged |
|
||||
|
||||
## Policies
|
||||
|
||||
## Policies
|
||||
|
||||
The following table describes the settings you can configure for **Policies**.
|
||||
The following table describes the settings you can configure for **Policies**.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
@ -80,11 +78,11 @@ The following table describes the settings you can configure for **Policies**.
|
||||
| SISL > ServiceIndicationRoles | Specify the security roles that can accept SI messages. Service Indication (SI) Message policy indicates whether SI messages are accepted by specifying the security roles that can accept SI messages. An SI message is sent to the phone to notify users of new services, service updates, and provisioning services.</br></br>Available roles are: **SECROLE_KNOWN_PPG**, **SECROLE_ANY_PUSH_SOURCE**, and **SECROLE_KNOWN_PPG_OR_SECROLE_ANY_PUSH_SOURCE**. |
|
||||
| SISL > ServiceLoadingRoles | Specify the security roles that can accept SL messages. Service Loading (SL) Message policy indicates whether SL messages are accepted by specifying the security roles that can accept SL messages. An SL message downloads new services or provisioning XML to the phone.</br></br>Available roles are: **SECROLE_KNOWN_PPG**, **SECROLE_ANY_PUSH_SOURCE**, and **SECROLE_KNOWN_PPG_OR_SECROLE_ANY_PUSH_SOURCE**. |
|
||||
| WSP > WSPPushAllowed | Indicates whether Wireless Session Protocol (WSP) notifications from the WAP stack are routed.
|
||||
## TrustedProvisioningSource
|
||||
## TrustedProvisioningSource
|
||||
|
||||
In **PROVURL**, enter the URL for a Trusted Provisioning Server (TPS).
|
||||
In **PROVURL**, enter the URL for a Trusted Provisioning Server (TPS).
|
||||
|
||||
## Related topics
|
||||
## Related topics
|
||||
|
||||
- [DMAcc configuration service provider (CSP)](/windows/client-management/mdm/dmacc-csp)
|
||||
- [PXLOGICAL CSP](/windows/client-management/mdm/pxlogical-csp)
|
||||
|
@ -20,7 +20,6 @@ Use to upgrade the edition of Windows 10 on the device. [Learn about Windows 10
|
||||
| [UpgradeEditionWithLicense](#upgradeeditionwithlicense) | ✅ | | ✅ | |
|
||||
| [UpgradeEditionWithProductKey](#upgradeeditionwithproductkey) | ✅ | | | |
|
||||
|
||||
|
||||
## ChangeProductKey
|
||||
|
||||
Enter a product key, which will be used to update the existing product key on the device.
|
||||
@ -29,7 +28,6 @@ Enter a product key, which will be used to update the existing product key on th
|
||||
|
||||
Browse to and select a license XML file for the edition upgrade.
|
||||
|
||||
|
||||
## UpgradeEditionWithProductKey
|
||||
|
||||
Enter a product key for an edition upgrade of Windows 10 devices.
|
||||
@ -38,7 +36,6 @@ If a product key is entered in a provisioning package and the user begins instal
|
||||
|
||||
After the device restarts, the edition upgrade process completes. The user will receive a notification of the successful upgrade.
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
- [WindowsLicensing configuration service provider (CSP)](/windows/client-management/mdm/windowslicensing-csp)
|
||||
|
@ -35,10 +35,10 @@ Restart on Idle Time | Specify when Kiosk Browser should restart in a fresh stat
|
||||
>
|
||||
|
||||
> 1. Create the provisioning package. When ready to export, close the project in Windows Configuration Designer.
|
||||
> 2. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
||||
> 1. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
||||
|
||||
> 3. Insert the null character string in between each URL (e.g www.bing.com``www.contoso.com).
|
||||
> 1. Insert the null character string in between each URL (e.g www.bing.com``www.contoso.com).
|
||||
|
||||
> 4. Save the XML file.
|
||||
> 5. Open the project again in Windows Configuration Designer.
|
||||
> 6. Export the package. Ensure you do not revisit the created policies under Kiosk Browser or else the null character will be removed.
|
||||
> 1. Save the XML file.
|
||||
> 1. Open the project again in Windows Configuration Designer.
|
||||
> 1. Export the package. Ensure you do not revisit the created policies under Kiosk Browser or else the null character will be removed.
|
||||
|
@ -4,7 +4,6 @@ description: This section describes the Location settings that you can configure
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,6 @@ description: This section describes the Maps settings that you can configure in
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
@ -20,14 +19,12 @@ Use for settings related to Maps.
|
||||
| [UseExternalStorage](#useexternalstorage) | ✅ | ✅ | | |
|
||||
| [UseSmallerCache](#usesmallercache) | ✅ | ✅ | | |
|
||||
|
||||
|
||||
## ChinaVariantWin10
|
||||
|
||||
Use **ChinaVariantWin10** to specify that the Windows device is intended to ship in China. When set to **True**, maps approved by the State Bureau of Surveying and Mapping in China are used. These maps are obtained from a server located in China.
|
||||
|
||||
This customization may result in different maps, servers, or other configuration changes on the device.
|
||||
|
||||
|
||||
## UseExternalStorage
|
||||
|
||||
Use to store map data on an SD card.
|
||||
|
@ -4,7 +4,6 @@ description: This section describes the NetworkProxy settings that you can confi
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
@ -18,7 +17,6 @@ Use for settings related to NetworkProxy.
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
|
||||
## AutoDetect
|
||||
|
||||
Automatically detect network proxy settings.
|
||||
@ -38,12 +36,10 @@ Node for configuring a static proxy for Ethernet and Wi-Fi connections. The same
|
||||
| ProxyExceptions | Addresses that shouldn't use the proxy server. The system won't use the proxy server for addresses that begin with the values specified in this node. Use semicolons (;) to separate entries. |
|
||||
| UseProxyForLocalAddresses | Whether the proxy server should be used for local (intranet) addresses.</br></br>- 0 = Disabled. Don't use the proxy server for local addresses.</br>- 1 = Enabled. Use the proxy server for local addresses. |
|
||||
|
||||
|
||||
## SetupScriptUrl
|
||||
|
||||
Address to the PAC script you want to use.
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
- [NetworkProxy configuration service provider (CSP)](/windows/client-management/mdm/networkproxy-csp)
|
||||
|
@ -4,7 +4,6 @@ description: This section describes the NetworkQoSPolicy settings that you can c
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
@ -19,15 +18,15 @@ Use to create network Quality of Service (QoS) policies. A QoS policy performs a
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
1. In **Available customizations**, select **NetworkQoSPolicy**, enter a friendly name for the account, and then click **Add**.
|
||||
2. In **Available customizations**, select the name that you just created. The following table describes the settings you can configure.
|
||||
1. In **Available customizations**, select the name that you just created. The following table describes the settings you can configure.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
| AppPathNameMatchCondition | Enter the name of an application to be sued to match the network traffic, such as application.exe or %ProgramFiles%\application.exe. |
|
||||
| DestinationPortMatchCondition | Specify a port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number], or [port number]. |
|
||||
| DSCPAction | Enter the differentiated services code point (DSCP) value to apply to match with network traffic. Valid values are 0-63. |
|
||||
| DSCPAction | Enter the differentiated services code point (DSCP) value to apply to match with network traffic. Valid values are 0-61. |
|
||||
| IPProtocolMatchCondition | Select between **Both TCP and UDP**, **TCP**, and **UDP** to specify the IP protocol used to match the network traffic. |
|
||||
| PriorityValue8021Action | Specify the IEEE 802.1p value. Valid values are 0 through 7. |
|
||||
| PriorityValue8021Action | Specify the IEEE 802.1p value. Valid values are 0 through 1. |
|
||||
| SourcePortMatchCondition | Specify a single port or range of ports. Valid values are [first port number]-[last port number], or [port number]. |
|
||||
|
||||
## Related topics
|
||||
|
@ -1,33 +1,33 @@
|
||||
---
|
||||
title: OOBE
|
||||
description: This section describes the OOBE settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the OOBE settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
---
|
||||
|
||||
# OOBE (Windows Configuration Designer reference)
|
||||
# OOBE (Windows Configuration Designer reference)
|
||||
|
||||
Use to configure settings for the [Out Of Box Experience (OOBE)](/windows-hardware/customize/desktop/customize-oobe).
|
||||
Use to configure settings for the [Out Of Box Experience (OOBE)](/windows-hardware/customize/desktop/customize-oobe).
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [Desktop > EnableCortanaVoice](#enablecortanavoice) | ✅ | | | |
|
||||
| [Desktop > HideOobe](#hideoobe-for-desktop) | ✅ | | | |
|
||||
| [Desktop > HideOobe](#hideoobe-for-desktop) | ✅ | | | |
|
||||
|
||||
## EnableCortanaVoice
|
||||
## EnableCortanaVoice
|
||||
|
||||
Use this setting to control whether Cortana voice-over is enabled during OOBE. The voice-over is disabled by default on Windows 10 Pro, Education, and Enterprise. The voice-over is enabled by default on Windows 10 Home. Select **True** to enable voice-over during OOBE, or **False** to disable voice-over during OOBE.
|
||||
Use this setting to control whether Cortana voice-over is enabled during OOBE. The voice-over is disabled by default on Windows 10 Pro, Education, and Enterprise. The voice-over is enabled by default on Windows 10 Home. Select **True** to enable voice-over during OOBE, or **False** to disable voice-over during OOBE.
|
||||
|
||||
## HideOobe for desktop
|
||||
## HideOobe for desktop
|
||||
|
||||
When set to **True**, it hides the interactive OOBE flow for Windows 10.
|
||||
When set to **True**, it hides the interactive OOBE flow for Windows 1.
|
||||
|
||||
> [!NOTE]
|
||||
> You must create a user account if you set the value to true or the device will not be usable.
|
||||
> You must create a user account if you set the value to true or the device will not be usable.
|
||||
|
||||
When set to **False**, the OOBE screens are displayed.
|
||||
When set to **False**, the OOBE screens are displayed.
|
||||
|
||||
|
@ -4,7 +4,6 @@ description: This section describes the Personalization settings that you can co
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
|
@ -27,17 +27,14 @@ This section describes the **Policies** settings that you can configure in [prov
|
||||
| [AllowMicrosoftAccountSigninAssistant](/windows/client-management/mdm/policy-configuration-service-provider#accounts-allowmicrosoftaccountsigninassistant) | Disable the **Microsoft Account Sign-In Assistant** (wlidsvc) NT service | ✅ | | | |
|
||||
| [DomainNamesForEmailSync](/windows/client-management/mdm/policy-configuration-service-provider#accounts-domainnamesforemailsync) | List of domains that are allowed to sync email on the devices | ✅ | | | |
|
||||
|
||||
|
||||
## ApplicationDefaults
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [DefaultAssociationsConfiguration](/windows/client-management/mdm/policy-configuration-service-provider#applicationdefaults-defaultassociationsconfiguration) | Set default file type and protocol associations | ✅ | | | |
|
||||
|
||||
|
||||
## ApplicationManagement
|
||||
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [AllowAllTrustedApps](/windows/client-management/mdm/policy-configuration-service-provider#applicationmanagement-allowalltrustedapps) | Whether non-Microsoft Store apps are allowed | ✅ | | | ✅ |
|
||||
@ -51,9 +48,6 @@ This section describes the **Policies** settings that you can configure in [prov
|
||||
| [RestrictAppDataToSystemVolume](/windows/client-management/mdm/policy-configuration-service-provider#applicationmanagement-restrictappdatatosystemvolume) | Whether app data is restricted to the system drive | ✅ | | | ✅ |
|
||||
| [RestrictAppToSystemVolume](/windows/client-management/mdm/policy-configuration-service-provider#applicationmanagement-restrictapptosystemvolume) | Whether the installation of apps is restricted to the system drive | ✅ | | | ✅ |
|
||||
|
||||
|
||||
|
||||
|
||||
## Authentication
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -63,14 +57,12 @@ This section describes the **Policies** settings that you can configure in [prov
|
||||
| [EnableWebSignin](/windows/client-management/mdm/policy-csp-authentication#authentication-enablewebsignin) | Enables Windows sign-in support for non-ADFS federated providers (for example, SAML). | ✅ | ✅ | | ✅ |
|
||||
| [PreferredAadTenantDomainName](/windows/client-management/mdm/policy-csp-authentication#authentication-preferredaadtenantdomainname) | Specifies the preferred domain among available domains in the Azure AD tenant. | ✅ | ✅ | | ✅ |
|
||||
|
||||
|
||||
## BitLocker
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [EncryptionMethod](/windows/client-management/mdm/policy-configuration-service-provider#bitlocker-encryptionmethod) | Specify BitLocker drive encryption method and cipher strength | ✅ | | | |
|
||||
|
||||
|
||||
## Bluetooth
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -145,14 +137,12 @@ PreventTabPreloading | Prevent Microsoft Edge from starting and loading the Star
|
||||
| [UnlockHomeButton](/windows/client-management/mdm/policy-csp-browser#browser-unlockhomebutton) | Specify whether users can make changes to the Home button. | ✅ | | | |
|
||||
[UseSharedFolderForBooks](/windows/client-management/mdm/policy-csp-browser#browser-usesharedfolderforbooks) | Specify whether organizations should use a folder shared across users to store books from the Books Library. | ✅ | | | |
|
||||
|
||||
|
||||
## Camera
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [AllowCamera](/windows/client-management/mdm/policy-configuration-service-provider#camera-allowcamera) | Disable or enable the camera. | ✅ | ✅ | | |
|
||||
|
||||
|
||||
## Connectivity
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -264,15 +254,12 @@ PreventTabPreloading | Prevent Microsoft Edge from starting and loading the Star
|
||||
| [MinDevicePasswordLength](/windows/client-management/mdm/policy-configuration-service-provider#devicelock-mindevicepasswordlength) | Specify the minimum number or characters required in the PIN or password. | ✅ | | ✅ | |
|
||||
| [ScreenTimeoutWhileLocked](/windows/client-management/mdm/policy-configuration-service-provider#devicelock-screentimeoutwhilelocked) | Specify the duration in seconds for the screen timeout while on the lock screen. | | | | |
|
||||
|
||||
|
||||
## DeviceManagement
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| DisableMDMEnrollment | Use this setting to prevent the device from enrolling in MDM. | ✅ | | | |
|
||||
|
||||
|
||||
|
||||
## Experience
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -302,14 +289,12 @@ PreventTabPreloading | Prevent Microsoft Edge from starting and loading the Star
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [ExploitProtectionSettings](/windows/client-management/mdm/policy-csp-exploitguard) | See the [explanation of ExploitProtectionSettings](/windows/client-management/mdm/policy-csp-exploitguard) in the Policy CSP for instructions. In the **ExploitProtectionSettings** field, you can enter a path (local, UNC, or URI) to the mitigation options config, or you can enter the XML for the config. | ✅ | | | |
|
||||
|
||||
|
||||
## Games
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [AllowAdvancedGamingServices](/windows/client-management/mdm/policy-configuration-service-provider#games-allowadvancedgamingservices) | Currently not supported. | ✅ | | | |
|
||||
|
||||
|
||||
## KioskBrowser
|
||||
|
||||
These settings apply to the **Kiosk Browser** app available in Microsoft Store. For more information, see [Guidelines for web browsers](../guidelines-for-assigned-access-app.md#guidelines-for-web-browsers).
|
||||
@ -327,13 +312,13 @@ These settings apply to the **Kiosk Browser** app available in Microsoft Store.
|
||||
To configure multiple URLs for **Blocked URL Exceptions** or **Blocked URLs** in Windows Configuration Designer:
|
||||
|
||||
1. Create the provisioning package. When ready to export, close the project in Windows Configuration Designer.
|
||||
2. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
||||
1. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
||||
|
||||
3. Insert the null character string in between each URL (e.g www.bing.comwww.contoso.com).
|
||||
1. Insert the null character string in between each URL (e.g www.bing.comwww.contoso.com).
|
||||
|
||||
4. Save the XML file.
|
||||
5. Open the project again in Windows Configuration Designer.
|
||||
6. Export the package. Ensure you don't revisit the created policies under Kiosk Browser or else the null character will be removed.
|
||||
1. Save the XML file.
|
||||
1. Open the project again in Windows Configuration Designer.
|
||||
1. Export the package. Ensure you don't revisit the created policies under Kiosk Browser or else the null character will be removed.
|
||||
|
||||
## LocalPoliciesSecurityOptions
|
||||
|
||||
@ -383,7 +368,6 @@ To configure multiple URLs for **Blocked URL Exceptions** or **Blocked URLs** in
|
||||
| [AllowAutoAcceptPairingAndPrivacyConsentPrompts](/windows/client-management/mdm/policy-configuration-service-provider#privacy-allowautoacceptpairingandprivacyconsentprompts) | Allow or disallow the automatic acceptance of the pairing and privacy user consent dialog boxes when launching apps. | | | | |
|
||||
| [AllowInputPersonalization](/windows/client-management/mdm/policy-configuration-service-provider#privacy-allowinputpersonalization) | Allow the use of cloud-based speech services for Cortana, dictation, or Store apps. | ✅ | | ✅ | |
|
||||
|
||||
|
||||
## Search
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -403,8 +387,6 @@ To configure multiple URLs for **Blocked URL Exceptions** or **Blocked URLs** in
|
||||
| [PreventRemoteQueries](/windows/client-management/mdm/policy-configuration-service-provider#search-preventremotequeries) | If enabled, clients will be unable to query this device's index remotely. | ✅ | | | |
|
||||
| [SafeSearchPermissions](/windows/client-management/mdm/policy-configuration-service-provider#search-safesearchpermissions) | Specify the level of safe search (filtering adult content) required. | | | | |
|
||||
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -480,7 +462,6 @@ ConfigureTelemetryOptInSettingsUx | This policy setting determines whether peopl
|
||||
| [DisableOneDriveFileSync](/windows/client-management/mdm/policy-configuration-service-provider#system-disableonedrivefilesync) | Prevent apps and features from working with files on OneDrive. | ✅ | | | |
|
||||
| [LimitEnhancedDiagnosticDataWindowsAnalytics](/windows/client-management/mdm/policy-csp-system#system-limitenhanceddiagnosticdatawindowsanalytics) | This policy setting, in combination with the System/AllowTelemetry policy setting, enables organizations to send Microsoft a specific set of diagnostic data for IT insights via Windows Analytics services. To enable this behavior you must enable this policy setting, and set Allow Telemetry to level 2 (Enhanced). When you configure these policy settings, a basic level of diagnostic data plus other events that are required for Windows Analytics are sent to Microsoft. These events are documented in [Windows 10, version 1703 basic level Windows diagnostic events and fields](/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields). Enabling enhanced diagnostic data in the System/AllowTelemetry policy in combination with not configuring this policy will also send the required events for Windows Analytics, plus other enhanced level diagnostic data. This setting has no effect on computers configured to send full, basic or security level diagnostic data to Microsoft. If you disable or don't configure this policy setting, then the level of diagnostic data sent to Microsoft is determined by the System/AllowTelemetry policy. | ✅ | | | |
|
||||
|
||||
|
||||
## TextInput
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -499,14 +480,12 @@ ConfigureTelemetryOptInSettingsUx | This policy setting determines whether peopl
|
||||
| [ExcludeJapaneseIMEExceptISO208andEUDC](/windows/client-management/mdm/policy-configuration-service-provider#textinput-excludejapaneseimeexceptjis0208andeudc) | Allow users to restrict character code range of conversion by setting the character filter. | ✅ | | | |
|
||||
| [ExcludeJapaneseIMEExceptShiftJIS](/windows/client-management/mdm/policy-configuration-service-provider#textinput-excludejapaneseimeexceptshiftjis) | Allow users to restrict character code range of conversion by setting the character filter. | ✅ | | | |
|
||||
|
||||
|
||||
## TimeLanguageSettings
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [AllowSet24HourClock](/windows/client-management/mdm/policy-configuration-service-provider#timelanguagesettings-allowset24hourclock) | Configure the default clock setting to be the 24 hour format. | | | | |
|
||||
|
||||
|
||||
## Update
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
@ -575,10 +554,8 @@ ConfigureTelemetryOptInSettingsUx | This policy setting determines whether peopl
|
||||
| [AllowSuggestedAppsInWindowsInkWorkspace](/windows/client-management/mdm/policy-configuration-service-provider#windowsinkworkspace-allowsuggestedappsinwindowsinkworkspace) | Show recommended app suggestions in the ink workspace. | ✅ | | | |
|
||||
| [AllowWindowsInkWorkspace](/windows/client-management/mdm/policy-configuration-service-provider#windowsinkworkspace-allowwindowsinkworkspace) | Specify whether to allow the user to access the ink workspace. | ✅ | | | |
|
||||
|
||||
|
||||
## WindowsLogon
|
||||
|
||||
|
||||
| Setting | Description | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | --- | :---: | :---: | :---: | :---: |
|
||||
| [HideFastUserSwitching](/windows/client-management/mdm/policy-configuration-service-provider#windowslogon-hidefastuserswitching) | Hide the **Switch account** button on the sign-in screen, Start, and the Task Manager. | ✅ | | | |
|
||||
|
@ -20,6 +20,3 @@ Use ProvisioningCommands settings to install Windows desktop applications using
|
||||
|
||||
For instructions on adding apps to provisioning packages, see [Provision PCs with apps](../provisioning-packages/provision-pcs-with-apps.md).
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -42,7 +42,6 @@ Set as **True** to enable **Shared PC Mode**. This setting controls this API: [I
|
||||
|
||||
Set as **True** to enable **Shared PC Mode**. This setting controls this API: [IsEnabled](/uwp/api/windows.system.profile.sharedmodesettings).
|
||||
|
||||
|
||||
## PolicyCustomization
|
||||
|
||||
Use these settings to configure additional Shared PC policies.
|
||||
|
@ -55,7 +55,6 @@ The default value is **17**, which disables all Welcome screen UI elements and t
|
||||
| 16 | Disables the Switch user button |
|
||||
| 32 | Disables the blocked shutdown resolver (BSDR) screen. Restarting or shutting down the system causes the OS to immediately force close any applications that are blocking the system shutdown. No UI is displayed, and users aren't given a chance to cancel the shutdown process. This value can result in a loss of data if any open applications have unsaved data. |
|
||||
|
||||
|
||||
## CrashDumpEnabled values
|
||||
|
||||
If the system stops unexpectedly, choose the type of information to capture in a dump (.dmp) file.
|
||||
@ -69,11 +68,10 @@ Set CrashDumpEnabled to one of the following values:
|
||||
| 1 | Records all the contents of system memory. This dump file may contain data from processes that were running when the information was collected. |
|
||||
| 2 | Records only the kernel memory. This dump file includes only memory that's allocated to the kernel, kernel-mode drivers, and other kernel-mode programs. It doesn't include unallocated memory, or any memory that's allocated to user-mode programs.</br></br> For most purposes, this kind of dump file is the most useful because it's smaller than the complete memory dump file. It also includes information that's most likely involved in the issue.</br></br> If a second problem occurs, the dump file is overwritten with new information. |
|
||||
| 3 | Records the smallest amount of useful information that may help identify why the device stopped unexpectedly. This type of dump file includes the following information:</br></br>- A list of loaded drivers</br>- The processor context (PRCB) for the processor that stopped</br>- The process information and kernel context (EPROCESS) for the process that stopped</br>- The process information and kernel context (ETHREAD) for the thread that stopped</br>- The kernel-mode call stack for the thread that stopped</br></br>This dump file can be useful when space is limited. Because of the limited information, errors that aren't directly caused by the running thread at the time of the problem may not be discovered by analyzing this file.</br></br> The date is encoded in the file name. If a second problem occurs, the previous file is preserved and the new file is given a distinct name. A list of all small memory dump files is kept in the %SystemRoot%\Minidump folder. |
|
||||
| 4 | Records the smallest amount of useful information. This value produces the same results as entering a value of 3. |
|
||||
| 7 | Records only the kernel memory. This value produces the same results as entering a value of 2. This is the default value. |
|
||||
| 4 | Records the smallest amount of useful information. This value produces the same results as entering a value of 1. |
|
||||
| 7 | Records only the kernel memory. This value produces the same results as entering a value of 1. This is the default value. |
|
||||
| Any other value | Disables crash dump and doesn't record anything. |
|
||||
|
||||
|
||||
## KeyboardFilter settings
|
||||
|
||||
Use these settings to suppress undesirable key presses or key combinations. KeyboardFilter works with physical keyboards, the Windows on-screen keyboard, and the touch keyboard.
|
||||
|
@ -15,15 +15,12 @@ Use SurfaceHubManagement settings to set the administrator group that will manag
|
||||
>[!IMPORTANT]
|
||||
>These settings should be used only in provisioning packages that are applied during OOBE.
|
||||
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
|
||||
## GroupName
|
||||
|
||||
Enter the group name for the administrators' group in Active Directory.
|
||||
|
@ -29,5 +29,3 @@ Set to **False** for time zone assignment to occur when the first user signs in.
|
||||
>[!NOTE]
|
||||
>Do not set **Time > ProvisionSetTimeZone** to **False** and also set a time zone in **Policies > TimeLanguageSettings > ConfigureTimeZone**.
|
||||
|
||||
|
||||
|
||||
|
@ -4,13 +4,11 @@ description: This section describes the UnifiedWriteFilter settings that you can
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
# UnifiedWriteFilter (reference)
|
||||
|
||||
|
||||
Use UnifiedWriteFilter to configure settings for the Unified Write Filter (UWF). It helps protect your physical storage media, including most standard writable storage types that are supported by the OS, such as:
|
||||
|
||||
- Physical hard disks
|
||||
@ -33,7 +31,6 @@ The overlay doesn't mirror the entire volume. It dynamically grows to keep track
|
||||
|
||||
[Learn more about the Unified Write Filter feature.](/windows-hardware/customize/enterprise/unified-write-filter)
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|
@ -1,20 +1,19 @@
|
||||
---
|
||||
title: UniversalAppInstall
|
||||
description: This section describes the UniversalAppInstall settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the UniversalAppInstall settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
---
|
||||
|
||||
# UniversalAppInstall (reference)
|
||||
# UniversalAppInstall (reference)
|
||||
|
||||
|
||||
Use UniversalAppInstall settings to install Windows apps from the Microsoft Store or a hosted location.
|
||||
Use UniversalAppInstall settings to install Windows apps from the Microsoft Store or a hosted location.
|
||||
|
||||
>[!NOTE]
|
||||
>You can only use the Windows provisioning settings and provisioning packages for apps where you have the available installation files, namely with sideloaded apps that have an offline license. [Learn more about offline app distribution.](/microsoft-store/distribute-offline-apps)
|
||||
>You can only use the Windows provisioning settings and provisioning packages for apps where you have the available installation files, namely with sideloaded apps that have an offline license. [Learn more about offline app distribution.](/microsoft-store/distribute-offline-apps)
|
||||
|
||||
## Applies to
|
||||
|
||||
@ -28,12 +27,12 @@ Use UniversalAppInstall settings to install Windows apps from the Microsoft Stor
|
||||
|
||||
## DeviceContextApp
|
||||
|
||||
Enter an app package family name to install an app for all device users. You can use the [Get-AppxPackage cmdlet](/powershell/module/appx/get-appxpackage) to get the package family name for an installed app.
|
||||
Enter an app package family name to install an app for all device users. You can use the [Get-AppxPackage cmdlet](/powershell/module/appx/get-appxpackage) to get the package family name for an installed app.
|
||||
|
||||
>[!NOTE]
|
||||
>For XAP files, enter the product ID.
|
||||
>For XAP files, enter the product ID.
|
||||
|
||||
For each app that you add to the package, configure the settings in the following table.
|
||||
For each app that you add to the package, configure the settings in the following table.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
@ -41,52 +40,50 @@ For each app that you add to the package, configure the settings in the followin
|
||||
| DependencyAppxFiles | Any required frameworks | In Microsoft Store for Business, any dependencies for the app are listed in the **Required frameworks** section of the download page. |
|
||||
| DeploymentOptions | - None</br>-Force application shutdown: If this package, or any package that depends on this package is currently in use, then the processes associated with the package are forcibly shut down. The registration can continue. </br>- Development mode: Don't use. </br>- Install all resources: When you set this option, the app is instructed to skip resource applicability checks.</br>- Force target application shutdown: If this package is currently in use, the processes associated with the package are shut down forcibly so that registration can continue | Select a deployment option. |
|
||||
| LaunchAppAtLogin | - Don't launch app</br>- Launch app | Set the value for app behavior when a user signs in. |
|
||||
| OptionalPackageFiles | Additional files required by the package | Browse to, select, and add the optional package files. |
|
||||
| OptionalPackageFiles | Additional files required by the package | Browse to, select, and add the optional package files. |
|
||||
|
||||
For more information on deployment options, see [DeploymentOptions Enum](/uwp/api/windows.management.deployment.deploymentoptions).
|
||||
For more information on deployment options, see [DeploymentOptions Enum](/uwp/api/windows.management.deployment.deploymentoptions).
|
||||
|
||||
## DeviceContextAppLicense
|
||||
## DeviceContextAppLicense
|
||||
|
||||
Use to specify the license file for the provisioned app.
|
||||
Use to specify the license file for the provisioned app.
|
||||
|
||||
1. Specify a **LicenseProductId** for the app. You can find the license ID in the root header of the license file. For example, enter `LicenseID="aaaaaaaa-dddd-8848-f8d0-7d6a93dfcccc"`. Enter it in the LicenseProductId field, and select **Add**.
|
||||
1. Specify a **LicenseProductId** for the app. You can find the license ID in the root header of the license file. For example, enter `LicenseID="aaaaaaaa-dddd-8848-f8d0-7d6a93dfcccc"`. Enter it in the LicenseProductId field, and select **Add**.
|
||||
|
||||
2. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
1. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
|
||||
## StoreInstall
|
||||
|
||||
## StoreInstall
|
||||
|
||||
Use to install an app from the Microsoft Store for Business.
|
||||
Use to install an app from the Microsoft Store for Business.
|
||||
|
||||
1. Enter a package family name, and then select **Add**.
|
||||
2. Configure the following required settings for the app package.
|
||||
1. Configure the following required settings for the app package.
|
||||
|
||||
Setting | Description
|
||||
--- | ---
|
||||
Flags | Description not available at this time.
|
||||
Flags | Description not available at this time.
|
||||
|
||||
ProductID | Enter the product ID. [Learn how to find the product ID.](/microsoft-store/microsoft-store-for-business-education-powershell-module#view-items-in-products-and-services)
|
||||
SkuID | Enter the SKU ID. [Learn how to find the SKU ID.](/microsoft-store/microsoft-store-for-business-education-powershell-module#view-items-in-products-and-services)
|
||||
SkuID | Enter the SKU ID. [Learn how to find the SKU ID.](/microsoft-store/microsoft-store-for-business-education-powershell-module#view-items-in-products-and-services)
|
||||
|
||||
## UserContextApp
|
||||
## UserContextApp
|
||||
|
||||
Use to add a new user context app.
|
||||
Use to add a new user context app.
|
||||
|
||||
1. Specify a **PackageFamilyName** for the app, and then select **Add**.
|
||||
2. Select the PackageFamilyName in the Available Customizations pane, and then configure the following settings.
|
||||
1. Select the PackageFamilyName in the Available Customizations pane, and then configure the following settings.
|
||||
|
||||
Setting | Value | Description
|
||||
--- | --- | ---
|
||||
ApplicationFile | App file | Browse to, select, and add the application file,
|
||||
DependencyAppxFiles | Additional files required by the app | Browse to, select, and add dependency files.
|
||||
DeploymentOptions | - None</br></br>- Force application shutdown</br></br>- Development mode</br></br>- Install all resources</br></br>- Force target application shutdown | Select a deployment option.
|
||||
LaunchAppAtLogin | - Don't launch app</br></br>- Launch app | Select whether the app should be started when a user signs in.
|
||||
LaunchAppAtLogin | - Don't launch app</br></br>- Launch app | Select whether the app should be started when a user signs in.
|
||||
|
||||
## UserContextAppLicense
|
||||
|
||||
## UserContextAppLicense
|
||||
Use to specify the license file for the user context app.
|
||||
|
||||
Use to specify the license file for the user context app.
|
||||
1. Specify a **LicenseProductId** for the app. You can find the license ID in the root header of the license file. For example, enter `LicenseID="aaaaaaaa-dddd-8848-f8d0-7d6a93dfcccc"`. Enter it in the LicenseProductId field, and select **Add**.
|
||||
|
||||
1. Specify a **LicenseProductId** for the app. You can find the license ID in the root header of the license file. For example, enter `LicenseID="aaaaaaaa-dddd-8848-f8d0-7d6a93dfcccc"`. Enter it in the LicenseProductId field, and select **Add**.
|
||||
|
||||
2. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
1. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: UniversalAppUninstall
|
||||
description: This section describes the UniversalAppUninstall settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the UniversalAppUninstall settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
ms.topic: reference
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
---
|
||||
|
||||
# UniversalAppUninstall (reference)
|
||||
|
||||
@ -18,16 +18,16 @@ Use UniversalAppUninstall settings to uninstall or remove Windows apps.
|
||||
|
||||
## RemoveProvisionedApp
|
||||
|
||||
Universal apps can be *provisioned*. Provisioned means that they're available on the device for installation in user context. When a user runs the provisioned app, the app is then installed for that user.
|
||||
Universal apps can be *provisioned*. Provisioned means that they're available on the device for installation in user context. When a user runs the provisioned app, the app is then installed for that user.
|
||||
|
||||
Use **RemoveProvisionedApp** to remove app packages that are available on the device. Any instances of the app that have already been installed by a user aren't uninstalled. To uninstall provisioned apps that have been installed by a user, use the [Uninstall](#uninstall) setting.
|
||||
|
||||
1. Enter the PackageFamilyName for the app package, and then select **Add**.
|
||||
2. Select the PackageFamilyName in the Available Customizations pane, and then select **RemoveProvisionedApp**.
|
||||
1. Select the PackageFamilyName in the Available Customizations pane, and then select **RemoveProvisionedApp**.
|
||||
|
||||
## Uninstall
|
||||
## Uninstall
|
||||
|
||||
Use **Uninstall** to remove provisioned apps that have been installed by a user.
|
||||
Use **Uninstall** to remove provisioned apps that have been installed by a user.
|
||||
|
||||
1. Enter the PackageFamilyName for the app package, and then select **Add**.
|
||||
2. Select the PackageFamilyName in the Available Customizations pane, and then select **Uninstall**.
|
||||
1. Select the PackageFamilyName in the Available Customizations pane, and then select **Uninstall**.
|
||||
|
@ -4,16 +4,13 @@ description: This section describes the UsbErrorsOEMOverride settings that you c
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
# UsbErrorsOEMOverride (reference)
|
||||
|
||||
|
||||
Allows an OEM to hide the USB option UI in Settings and all USB device errors.
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|
@ -1,26 +1,20 @@
|
||||
---
|
||||
title: WeakCharger
|
||||
description: This section describes the WeakCharger settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
# WeakCharger (reference)
|
||||
|
||||
|
||||
Use WeakCharger settings to configure the charger notification UI.
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [HideWeakChargerNotifyOptionUI](#hideweakchargernotifyoptionui) | ✅ | ✅ | | |
|
||||
| [NotifyOnWeakCharger](#notifyonweakcharger) | ✅ | ✅ | | |
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [HideWeakChargerNotifyOptionUI](#hideweakchargernotifyoptionui) | ✅ | ✅ | | |
|
||||
| [NotifyOnWeakCharger](#notifyonweakcharger) | ✅ | ✅ | | |
|
||||
|
||||
## HideWeakChargerNotifyOptionUI
|
||||
|
||||
@ -36,10 +30,8 @@ An incompatible charging source is one that doesn't behave like one of the follo
|
||||
|
||||
- Charging downstream port
|
||||
- Standard downstream port
|
||||
|
||||
- Dedicated charging port
|
||||
|
||||
The port types are defined by the USB Battery Charging Specification, Revision 1.2, available at `USB.org`.
|
||||
|
||||
Select between **Disable Weak Charger Notifications UI** and **Enable Weak Charger Notifications UI**.
|
||||
|
||||
|
@ -4,13 +4,11 @@ description: This section describes the Windows Hello for Business settings that
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
|
||||
# WindowsHelloForBusiness (Windows Configuration Designer reference)
|
||||
|
||||
|
||||
Use WindowsHelloForBusiness settings to specify whether [FIDO2 security keys for Windows Hello](https://blogs.windows.com/business/2018/04/17/windows-hello-fido2-security-keys/) can be used to sign in to a Windows device configured for [Shared PC mode](wcd-sharedpc.md).
|
||||
|
||||
## Applies to
|
||||
|
@ -1,38 +1,36 @@
|
||||
---
|
||||
title: WindowsTeamSettings
|
||||
description: This section describes the WindowsTeamSettings settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the WindowsTeamSettings settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
|
||||
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
---
|
||||
|
||||
# WindowsTeamSettings (reference)
|
||||
# WindowsTeamSettings (reference)
|
||||
|
||||
Use WindowsTeamSettings settings to configure Surface Hub.
|
||||
|
||||
Use WindowsTeamSettings settings to configure Surface Hub.
|
||||
|
||||
|
||||
## Applies to
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
|
||||
| All settings | | ✅ | | |
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
## Connect
|
||||
## Connect
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| AutoLaunch | True or false | Open the Connect app automatically when someone projects. |
|
||||
| Channel | - 1, 3, 4, 5, 6, 7, 8, 9, 10, 11 (works with all Miracast senders in all regions)</br>- 36, 40, 44, 48 (works with all 5ghz band Miracast senders in all regions)</br>- 149, 153, 157, 161, 165 (works with all 5ghz band Miracast senders in all regions except Japan) | Wireless channel to use for Miracast operation. The supported channels are defined by the Wi-Fi Alliance Wi-Fi Direct specification. Integer specifying the channel. The default value is 255. Outside of regulatory concerns, if the channel is configured incorrectly, the driver won't boot. Or, it will broadcast on the wrong channel, which senders won't be looking for. |
|
||||
| Channel | - 1, 3, 4, 5, 6, 7, 8, 9, 10, 11 (works with all Miracast senders in all regions)</br>- 36, 40, 44, 48 (works with all 5ghz band Miracast senders in all regions)</br>- 149, 153, 157, 161, 165 (works with all 5ghz band Miracast senders in all regions except Japan) | Wireless channel to use for Miracast operation. The supported channels are defined by the Wi-Fi Alliance Wi-Fi Direct specification. Integer specifying the channel. The default value is 251. Outside of regulatory concerns, if the channel is configured incorrectly, the driver won't boot. Or, it will broadcast on the wrong channel, which senders won't be looking for. |
|
||||
| Enabled | True or false | Enables wireless projection to the device. |
|
||||
| PINRequired | True or false | Requires presenters to enter a PIN to connect wirelessly to the device. |
|
||||
| PINRequired | True or false | Requires presenters to enter a PIN to connect wirelessly to the device. |
|
||||
|
||||
## DeviceAccount
|
||||
## DeviceAccount
|
||||
|
||||
A device account is a Microsoft Exchange account that's connected with Skype for Business. It allows people to join scheduled meetings, make Skype for Business calls, and share content from the device.
|
||||
A device account is a Microsoft Exchange account that's connected with Skype for Business. It allows people to join scheduled meetings, make Skype for Business calls, and share content from the device.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
@ -45,37 +43,37 @@ A device account is a Microsoft Exchange account that's connected with Skype for
|
||||
| SipAddress | Session Initiation Protocol (SIP) address | Normally, the device will try to automatically discover the SIP. This field is only required if automatic discovery fails. |
|
||||
| UserName | User name | Username of the device account when using Active Directory. |
|
||||
| UserPrincipalName | User principal name (UPN) | To use a device account from Microsoft Entra ID or a hybrid deployment, you should specify the UPN of the device account. |
|
||||
| ValidateAndCommit | Any text | Validates the data provided and then commits the changes. This process occurs automatically after the other DeviceAccount settings are applied. The text you enter for the ValidateAndCommit setting doesn't matter. |
|
||||
| ValidateAndCommit | Any text | Validates the data provided and then commits the changes. This process occurs automatically after the other DeviceAccount settings are applied. The text you enter for the ValidateAndCommit setting doesn't matter. |
|
||||
|
||||
## Dot3
|
||||
## Dot3
|
||||
|
||||
Use these settings to configure 802.1x wired authentication. For details, see [Enable 802.1x wired authentication](/surface-hub/enable-8021x-wired-authentication).
|
||||
Use these settings to configure 802.1x wired authentication. For details, see [Enable 802.1x wired authentication](/surface-hub/enable-8021x-wired-authentication).
|
||||
|
||||
|
||||
|
||||
## FriendlyName
|
||||
|
||||
Enter the name that users will see when they want to project wirelessly to the device.
|
||||
## FriendlyName
|
||||
|
||||
## MaintenanceHours
|
||||
Enter the name that users will see when they want to project wirelessly to the device.
|
||||
|
||||
Maintenance hours are the period of time when automatic maintenance tasks are run.
|
||||
## MaintenanceHours
|
||||
|
||||
Maintenance hours are the period of time when automatic maintenance tasks are run.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| Duration | Duration in minutes. For example, to set a three hour duration, set this value to 180. | The amount of time the device will be in maintenance, when the device will continue to download or install updates. |
|
||||
| StartTime | Start time in minutes from midnight. For example, to set a 2:00 am start time, set this value to 120 | Start time for when device is allowed to start downloading and installing updates. |
|
||||
| StartTime | Start time in minutes from midnight. For example, to set a 2:00 am start time, set this value to 120 | Start time for when device is allowed to start downloading and installing updates. |
|
||||
|
||||
## OMSAgent
|
||||
## OMSAgent
|
||||
|
||||
Configures the Operations Management Suite workspace.
|
||||
Configures the Operations Management Suite workspace.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| WorkspaceID | GUID | GUID identifying the Operations Management Suite workspace ID to collect the data. Set this value to an empty string to disable the MOM agent. |
|
||||
| WorkspaceKey | Key | Primary key for authenticating with the workspace. |
|
||||
| WorkspaceKey | Key | Primary key for authenticating with the workspace. |
|
||||
|
||||
## Properties
|
||||
## Properties
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
@ -86,22 +84,22 @@ Configures the Operations Management Suite workspace.
|
||||
| DoNotShowMyMeetingsAndFiles | True or false | Specifies if users can sign in and have full access to personal meetings and most recently used documents. |
|
||||
| ScreenTimeout | Select minutes from dropdown menu | The time (in minutes) of inactivity after which the Surface Hub will turn off its screen. |
|
||||
| SessionTimeout | Select minutes from dropdown menu | The time (in minutes) of inactivity after which the Surface Hub will time out the current session and return to the welcome screen. |
|
||||
| SleepTimeout | Select minutes from dropdown menu | The time (in minutes) of inactivity after which the Surface Hub will go into a sleep state. |
|
||||
| SleepTimeout | Select minutes from dropdown menu | The time (in minutes) of inactivity after which the Surface Hub will go into a sleep state. |
|
||||
|
||||
## SkypeForBusiness
|
||||
## SkypeForBusiness
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| DomainName | Domain name | Specifies the domain name of the target server when the Skype for Business server is in a domain that's different from the device account. |
|
||||
| DomainName | Domain name | Specifies the domain name of the target server when the Skype for Business server is in a domain that's different from the device account. |
|
||||
|
||||
## Welcome
|
||||
## Welcome
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| AutoWakeScreen | True or false | Specifies whether to automatically turn on the screen using motion sensors. |
|
||||
| CurrentBackgroundPath | Https URL to a PNG file | Background image for the welcome screen. |
|
||||
| MeetingInfoOption | 0 = organizer and time only</br>1 = organizer, time, and subject (subject is hidden for private meetings) | Specifies whether meeting information is displayed on the welcome screen. |
|
||||
| MeetingInfoOption | 0 = organizer and time only</br>1 = organizer, time, and subject (subject is hidden for private meetings) | Specifies whether meeting information is displayed on the welcome screen. |
|
||||
|
||||
## Related articles
|
||||
## Related articles
|
||||
|
||||
- [SurfaceHub configuration service provider (CSP)](/windows/client-management/mdm/surfacehub-csp)
|
||||
|
@ -9,10 +9,8 @@ ms.date: 12/31/2017
|
||||
|
||||
# WLAN (reference)
|
||||
|
||||
|
||||
Do not use at this time. Instead, use [ConnectivityProfiles > WLAN](wcd-connectivityprofiles.md#wlan)
|
||||
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|
Reference in New Issue
Block a user