mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
WCD
This commit is contained in:
parent
50988bf2de
commit
5eac8d4c21
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
@ -2,7 +2,7 @@
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# AccountManagement (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Accounts
|
||||
description: This section describes the account 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Accounts (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: ADMXIngestion
|
||||
description: This section describes the ADMXIngestion 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: 01/25/2024
|
||||
---
|
||||
|
||||
# ADMXIngestion (Windows Configuration Designer reference)
|
||||
@ -22,28 +19,21 @@ Starting in Windows 10, version 1703, you can import (*ingest*) Group Policy adm
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Enterprise |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [ConfigADMXInstalledPolicy](#configadmxinstalledpolicy) | ✅ | | | ✅ |
|
||||
| [ConfigOperations](#configoperations) | ✅ | | | ✅ |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [ConfigADMXInstalledPolicy](#configadmxinstalledpolicy) | ✅ | | | ✅ |
|
||||
| [ConfigOperations](#configoperations) | ✅ | | | ✅ |
|
||||
|
||||
## ConfigOperations
|
||||
|
||||
Use **ConfigOperations** to import ADMX policies from an ADMX file.
|
||||
|
||||
1. Enter an app name, and then click **Add**.
|
||||
|
||||
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`
|
||||
|
||||
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.
|
||||
|
||||
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]
|
||||
@ -71,19 +61,12 @@ Use **ConfigOperations** to import ADMX policies from an ADMX file.
|
||||
In **ConfigADMXInstalledPolicy**, you provide a policy setting and value for that policy from the imported ADMX. You will need information from the ADMX that you import in **ConfigOperations** to complete **ConfigADMXInstalledPolicy**.
|
||||
|
||||
1. Enter an area name, and then click **Add**. The structure of the area name is the following:
|
||||
|
||||
`<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`
|
||||
|
||||
1. Select the area name in the Customization pane, enter a policy name from the ADMX, and then click **Add**.
|
||||
|
||||
Example, `EfficiencyMode`.
|
||||
|
||||
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
|
||||
@ -145,6 +128,7 @@ $inputFile = "input.admx"
|
||||
```
|
||||
|
||||
## Configuration Samples
|
||||
|
||||
Example: Edge Efficiency Mode
|
||||
```XML
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: AssignedAccess
|
||||
description: This section describes the AssignedAccess 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: 01/25/2024
|
||||
---
|
||||
|
||||
# AssignedAccess (Windows Configuration Designer reference)
|
||||
@ -15,8 +12,8 @@ Use this setting to configure single use (kiosk) devices.
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [AssignedAccessSettings](#assignedaccesssettings) | ✅ | | ✅ | |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [AssignedAccessSettings](#assignedaccesssettings) | ✅ | | ✅ | |
|
||||
| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | ✅ | | ✅ | |
|
||||
|
||||
## AssignedAccessSettings
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Browser
|
||||
description: This section describes the Browser 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Browser (Windows Configuration Designer reference)
|
||||
@ -15,12 +12,12 @@ Use to configure browser settings that should only be set by OEMs who are part o
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [AllowPrelaunch](#allowprelaunch) | | ✅ | | |
|
||||
| [FavoriteBarItems](#favoritebaritems) | ✅ | | | |
|
||||
| [Favorites](#favorites) | | | | |
|
||||
| [PartnerSearchCode](#partnersearchcode) | ✅ | ✅ | | |
|
||||
| [SearchProviders](#searchproviders) | | | | |
|
||||
| [PartnerSearchCode](#partnersearchcode) | ✅ | ✅ | | |
|
||||
| [SearchProviders](#searchproviders) | | | | |
|
||||
|
||||
## AllowPrelaunch
|
||||
|
||||
@ -35,11 +32,11 @@ 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.)
|
||||
1. In **Available customizations**, select the item that you added, and then configure the following settings for that item:
|
||||
|
||||
Setting | Description
|
||||
--- | ---
|
||||
ItemFavIconFile | Enter the path to the icon file, local to the device where the browser will run. The icon file must be added to the device to the specified path.
|
||||
ItemName | Enter the name for the item, which will be displayed on the Favorites Bar.
|
||||
ItemUrl | Enter the target URL for the item.
|
||||
| Setting | Description |
|
||||
|--|--|
|
||||
| ItemFavIconFile | Enter the path to the icon file, local to the device where the browser will run. The icon file must be added to the device to the specified path. |
|
||||
| ItemName | Enter the name for the item, which will be displayed on the Favorites Bar. |
|
||||
| ItemUrl | Enter the target URL for the item. |
|
||||
|
||||
## Favorites
|
||||
|
||||
@ -48,7 +45,6 @@ Use to configure the default list of Favorites that show up in the browser.
|
||||
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**.
|
||||
|
||||
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.
|
||||
@ -82,10 +78,8 @@ Some countries/regions require specific, default search providers. The following
|
||||
Use to specify a list of extra search providers.
|
||||
|
||||
1. In the **Name** field, enter a name for the item, and then click **Add**.
|
||||
|
||||
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".
|
||||
|
||||
When configured with multiple search providers, the browser can display up to 10 search providers.
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: CellCore
|
||||
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: 01/25/2024
|
||||
---
|
||||
|
||||
# CellCore (Windows Configuration Designer reference)
|
||||
@ -19,26 +16,26 @@ Use to configure settings for cellular data.
|
||||
|
||||
## Applies to
|
||||
|
||||
|Setting groups | Windows client | Surface Hub | HoloLens | IoT Core|
|
||||
|:---|:---:|:---:|:---:|:---:|
|
||||
|PerDevice: [CellConfigurations](#cellconfigurations)| | | | |
|
||||
|PerDevice: [CellData](#celldata) |✅|✅| | |
|
||||
|PerDevice: [CellUX](#cellux)| ✅ |✅| | |
|
||||
|PerDevice: [CGDual](#cgdual)| | | | |
|
||||
|PerDevice: [eSim](#esim) | ✅ | ✅ | | |
|
||||
|PerDevice: [External](#external) | | | | |
|
||||
|PerDevice: [General](#general) | | | | |
|
||||
|PerDevice: [RCS](#rcs)| | | | |
|
||||
|PerDevice: [SMS](#sms)| ✅ | ✅ | |
|
||||
|PerDevice: [UIX](#uix)| | | | |
|
||||
|PerDevice: [UTK](#utk)| | | | |
|
||||
|PerIMSI: [CellData](#celldata2)| | | | |
|
||||
|PerIMSI: [CellUX](#cellux2)| | | | |
|
||||
|PerIMSI: [General](#general2)| | | | |
|
||||
|PerIMSI: [RCS](#rcs2)| | | | |
|
||||
|PerIMSI: [SMS](#sms2)|✅|✅| | |
|
||||
|PerIMSI: [UTK](#utk2)| | | | |
|
||||
|PerIMSI: [VoLTE](#volte)| | | | |
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|:-|:-:|:-:|:-:|:-:|
|
||||
| PerDevice: [CellConfigurations](#cellconfigurations) | | | | |
|
||||
| PerDevice: [CellData](#celldata) | ✅ | ✅ | | |
|
||||
| PerDevice: [CellUX](#cellux) | ✅ | ✅ | | |
|
||||
| PerDevice: [CGDual](#cgdual) | | | | |
|
||||
| PerDevice: [eSim](#esim) | ✅ | ✅ | | |
|
||||
| PerDevice: [External](#external) | | | | |
|
||||
| PerDevice: [General](#general) | | | | |
|
||||
| PerDevice: [RCS](#rcs) | | | | |
|
||||
| PerDevice: [SMS](#sms) | ✅ | ✅ | |
|
||||
| PerDevice: [UIX](#uix) | | | | |
|
||||
| PerDevice: [UTK](#utk) | | | | |
|
||||
| PerIMSI: [CellData](#celldata2) | | | | |
|
||||
| PerIMSI: [CellUX](#cellux2) | | | | |
|
||||
| PerIMSI: [General](#general2) | | | | |
|
||||
| PerIMSI: [RCS](#rcs2) | | | | |
|
||||
| PerIMSI: [SMS](#sms2) | ✅ | ✅ | | |
|
||||
| PerIMSI: [UTK](#utk2) | | | | |
|
||||
| PerIMSI: [VoLTE](#volte) | | | | |
|
||||
|
||||
## PerDevice
|
||||
|
||||
@ -395,7 +392,6 @@ The following table shows the scenarios supported by this customization.
|
||||
|
||||
>[!NOTE]
|
||||
>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.
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Cellular
|
||||
description: This section describes the Cellular settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Cellular (Windows Configuration Designer reference)
|
||||
@ -17,7 +15,7 @@ Use to configure settings for cellular connections.
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| All settings | ✅ | | | |
|
||||
|
||||
## PerDevice
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Certificates
|
||||
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: 01/25/2024
|
||||
---
|
||||
|
||||
# Certificates (Windows Configuration Designer reference)
|
||||
@ -53,7 +50,6 @@ Use to deploy Root Certificate Authority (CA) certificates to devices. The follo
|
||||
|
||||
1. In **Available customizations**, select **TrustedPeopleCertificates**, enter a friendly name for the certificate, and then click **Add**.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
1. In **TrustedCertificate**, browse to or enter the path to the certificate.
|
||||
|
||||
## TrustedProvisioners
|
||||
|
@ -2,7 +2,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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Changes to settings in Windows Configuration Designer
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: CleanPC
|
||||
description: This section describes the CleanPC 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: 01/25/2024
|
||||
---
|
||||
|
||||
# CleanPC (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Connections
|
||||
description: This section describes the Connections 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Connections (Windows Configuration Designer reference)
|
||||
@ -19,6 +16,7 @@ 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**.
|
||||
1. In **Available customizations**, select the name that you created.
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: ConnectivityProfiles
|
||||
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: 01/25/2024
|
||||
---
|
||||
|
||||
# ConnectivityProfiles (Windows Configuration Designer reference)
|
||||
@ -60,22 +57,22 @@ Configure settings related to Exchange email server. These settings are related
|
||||
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 |
|
||||
| --- | --- |
|
||||
|--|--|
|
||||
| AccountIcon | Specify the location of the icon associated with the account.</br></br>The account icon can be used as a tile in the Start list or as an icon in the applications list under **Settings > Email & accounts**. Some icons are already provided on the device. The suggested icon for POP/IMAP or generic ActiveSync accounts is at `res://AccountSettingsSharedRes{ScreenResolution}!%s.genericmail.png`. The suggested icon for Exchange Accounts is at `res://AccountSettingsSharedRes{ScreenResolution}!%s.office.outlook.png`. Custom icons can be added if desired. |
|
||||
| **AccountName** | Enter the name that refers to the account on the device |
|
||||
| **AccountType** | Select **Exchange** |
|
||||
| **DiagnosticLogging** | Select whether to disable logging, enable basic logging, or enable advanced logging |
|
||||
| Domain | Enter the domain name of the Exchange server |
|
||||
| **EmailAddress** | Enter the email address associated with the Exchange ActiveSync account. |
|
||||
| **MailAgeFilter** | Specify the time window used for syncing email items to the device. Available values are:</br></br>- All email is synced</br>- Only email up to three days old is synced</br>-Email up to a week old is synced (default)</br>- Email up to two weeks old is synced</br>- Email up to a month old is synced |
|
||||
| **MailAgeFilter** | Specify the time window used for syncing email items to the device. Available values are:</br></br>- All email is synced</br>- Only email up to three days old is synced</br>-Email up to a week old is synced (default)</br>- Email up to two weeks old is synced</br>- Email up to a month old is synced |
|
||||
| **Password** | Enter the password for the account |
|
||||
| **Schedule** | Specify the time until the next sync is performed, in minutes. Available values are:</br></br>- As items are received (default)</br>- Sync manually</br>- Every 15 minutes</br>- Every 30 minutes</br>- Every 60 minutes |
|
||||
| **ServerName**| Enter the server name used by the account |
|
||||
| **ServerName** | Enter the server name used by the account |
|
||||
| SyncCalendar_Enable | Enable or disable calendar sync |
|
||||
| SyncCalendar_Name | If you enable calendar sync, enter **Calendar** |
|
||||
| SyncContacts_Enable | Enable or disable contacts sync |
|
||||
| SyncContacts_Name | If you enable contacts sync, enter **Contacts** |
|
||||
| SyncEmail_Enable| Enable or disable email sync |
|
||||
| SyncEmail_Enable | Enable or disable email sync |
|
||||
| SyncEmail_Name | If you enable email sync, enter **Email** |
|
||||
| SyncTasks_Enable | Enable or disable tasks sync |
|
||||
| SyncTasks_Name | If you enable tasks sync, enter **Tasks** |
|
||||
@ -123,22 +120,21 @@ Configure settings to change the default maximum transmission unit ([MTU](#mtu))
|
||||
|
||||
When **ProfileType** is set to **Native**, the following extra settings are available.
|
||||
|
||||
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.
|
||||
| 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. |
|
||||
|
||||
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.
|
||||
| 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. |
|
||||
|
||||
## WiFiSense
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: CountryAndRegion
|
||||
description: This section describes the CountryAndRegion 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: 01/25/2024
|
||||
---
|
||||
|
||||
# CountryAndRegion (Windows Configuration Designer reference)
|
||||
@ -14,9 +11,8 @@ Use to configure a setting that partners must customize to ship Windows devices
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| CountryCodeForExtendedCapabilityPrompts | ✅ | ✅ | | |
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| CountryCodeForExtendedCapabilityPrompts | ✅ | ✅ | | |
|
||||
|
||||
You can set the **CountryCodeForExtendedCapabilityPrompts** setting for **China** to enable additional capability prompts when apps use privacy-sensitive features (such as Contacts or Microphone).
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: DesktopBackgroundAndColors
|
||||
description: This section describes the DesktopBackgrounAndColors settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 09/21/2017
|
||||
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# DesktopBackgroundAndColors (Windows Configuration Designer reference)
|
||||
@ -17,4 +14,3 @@ Do not use. Instead, use the [Personalization settings](wcd-personalization.md).
|
||||
| Setting groups | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | ✅ | | | |
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: DeveloperSetup
|
||||
description: This section describes the DeveloperSetup 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: 01/25/2024
|
||||
---
|
||||
|
||||
# DeveloperSetup (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: DeviceFormFactor
|
||||
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: 01/25/2024
|
||||
---
|
||||
|
||||
# DeviceFormFactor (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: DeviceManagement
|
||||
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: 01/25/2024
|
||||
---
|
||||
|
||||
# DeviceManagement (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: DeviceUpdateCenter
|
||||
description: This section describes the DeviceUpdateCenter settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# DeviceUpdateCenter (Windows Configuration Designer reference)
|
||||
@ -16,4 +14,3 @@ Do not use **DeviceUpdateCenter** settings at this time.
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | ✅ | | | |
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: DMClient
|
||||
description: This section describes the DMClient 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: 01/25/2024
|
||||
---
|
||||
|
||||
# DMClient (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: EditionUpgrade
|
||||
description: This section describes the EditionUpgrade 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: 01/25/2024
|
||||
---
|
||||
|
||||
# EditionUpgrade (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: FirewallConfiguration
|
||||
description: This section describes the FirewallConfiguration setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 09/06/2017
|
||||
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# FirewallConfiguration (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: FirstExperience
|
||||
description: This section describes the FirstExperience settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 08/08/2018
|
||||
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# FirstExperience (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Folders
|
||||
description: This section describes the Folders 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Folders (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: HotSpot
|
||||
description: This section describes the HotSpot settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/18/2018
|
||||
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# HotSpot (Windows Configuration Designer reference)
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: KioskBrowser
|
||||
description: This section describes the KioskBrowser 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: 01/25/2024
|
||||
---
|
||||
|
||||
# KioskBrowser (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Licensing
|
||||
description: This section describes the Licensing 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Licensing (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Location
|
||||
description: This section describes the Location settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Location (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Maps
|
||||
description: This section describes the Maps settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Maps (Windows Configuration Designer reference)
|
||||
@ -13,11 +11,11 @@ Use for settings related to Maps.
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [ChinaVariantWin10](#chinavariantwin10) | ✅ | ✅ | | |
|
||||
| [UseExternalStorage](#useexternalstorage) | ✅ | ✅ | | |
|
||||
| [UseSmallerCache](#usesmallercache) | ✅ | ✅ | | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [ChinaVariantWin10](#chinavariantwin10) | ✅ | ✅ | | |
|
||||
| [UseExternalStorage](#useexternalstorage) | ✅ | ✅ | | |
|
||||
| [UseSmallerCache](#usesmallercache) | ✅ | ✅ | | |
|
||||
|
||||
## ChinaVariantWin10
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: NetworkProxy
|
||||
description: This section describes the NetworkProxy settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# NetworkProxy (Windows Configuration Designer reference)
|
||||
@ -13,16 +11,16 @@ Use for settings related to NetworkProxy.
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | ✅ | | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
## AutoDetect
|
||||
|
||||
Automatically detect network proxy settings.
|
||||
|
||||
| Value | Description |
|
||||
| --- | --- |
|
||||
| Value | Description |
|
||||
|--|--|
|
||||
| 0 | Disabled. Don't automatically detect settings. |
|
||||
| 1 | Enabled. Automatically detect settings. |
|
||||
|
||||
@ -31,10 +29,10 @@ Automatically detect network proxy settings.
|
||||
Node for configuring a static proxy for Ethernet and Wi-Fi connections. The same proxy server is used for all protocols - including HTTP, HTTPS, FTP, and SOCKS. These settings don't apply to VPN connections.
|
||||
|
||||
| Setting | Description |
|
||||
| --- | --- |
|
||||
|--|--|
|
||||
| ProxyAddress | Address to the proxy server. Specify an address in the format `server:port`. |
|
||||
| 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. |
|
||||
| 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
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: NetworkQoSPolicy
|
||||
description: This section describes the NetworkQoSPolicy settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# NetworkQoSPolicy (Windows Configuration Designer reference)
|
||||
@ -13,19 +11,19 @@ Use to create network Quality of Service (QoS) policies. A QoS policy performs a
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | ✅ | | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
1. In **Available customizations**, select **NetworkQoSPolicy**, enter a friendly name for the account, and then click **Add**.
|
||||
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. |
|
||||
|--|--|
|
||||
| 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-61. |
|
||||
| IPProtocolMatchCondition | Select between **Both TCP and UDP**, **TCP**, and **UDP** to specify the IP protocol used to match the network traffic. |
|
||||
| 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 1. |
|
||||
| SourcePortMatchCondition | Specify a single port or range of ports. Valid values are [first port number]-[last port number], or [port number]. |
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: OOBE
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# OOBE (Windows Configuration Designer reference)
|
||||
@ -13,10 +11,10 @@ Use to configure settings for the [Out Of Box Experience (OOBE)](/windows-hardwa
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [Desktop > EnableCortanaVoice](#enablecortanavoice) | ✅ | | | |
|
||||
| [Desktop > HideOobe](#hideoobe-for-desktop) | ✅ | | | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [Desktop > EnableCortanaVoice](#enablecortanavoice) | ✅ | | | |
|
||||
| [Desktop > HideOobe](#hideoobe-for-desktop) | ✅ | | | |
|
||||
|
||||
## EnableCortanaVoice
|
||||
|
||||
@ -30,4 +28,3 @@ When set to **True**, it hides the interactive OOBE flow for Windows 1.
|
||||
> 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.
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Personalization
|
||||
description: This section describes the Personalization settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Personalization (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Policies
|
||||
description: This section describes the Policies settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Policies (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Privacy
|
||||
description: This section describes the Privacy settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Privacy (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: ProvisioningCommands
|
||||
description: This section describes the ProvisioningCommands 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: 01/25/2024
|
||||
|
||||
---
|
||||
|
||||
@ -19,4 +17,3 @@ Use ProvisioningCommands settings to install Windows desktop applications using
|
||||
| All settings | ✅ | | | |
|
||||
|
||||
For instructions on adding apps to provisioning packages, see [Provision PCs with apps](../provisioning-packages/provision-pcs-with-apps.md).
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: SharedPC
|
||||
description: This section describes the SharedPC settings that you can configure in provisioning packages for Windows using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 10/16/2017
|
||||
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# SharedPC (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: SMISettings
|
||||
description: This section describes the SMISettings settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 03/30/2018
|
||||
|
||||
---
|
||||
|
||||
# SMISettings (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: Start
|
||||
description: This section describes the Start 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Start (Windows Configuration Designer reference)
|
||||
@ -24,4 +21,3 @@ Use Start settings to apply a customized Start screen to devices.
|
||||
## StartLayout
|
||||
|
||||
Use StartLayout to select the `LayoutModification.xml` file that applies a customized Start screen.
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: StartupApp
|
||||
description: This section describes the StartupApp 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: 01/25/2024
|
||||
---
|
||||
|
||||
# StartupApp (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: StartupBackgroundTasks
|
||||
description: This section describes the StartupBackgroundTasks 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: 01/25/2024
|
||||
---
|
||||
|
||||
# StartupBackgroundTasks (Windows Configuration Designer reference)
|
||||
@ -17,4 +14,3 @@ Documentation not available at this time.
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | | | ✅ |
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: StorageD3InModernStandby
|
||||
description: This section describes the StorageD3InModernStandby settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# StorageD3InModernStandby (Windows Configuration Designer reference)
|
||||
@ -20,5 +18,4 @@ Use **StorageD3InModernStandby** to enable or disable low-power state (D3) durin
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
|
||||
| All settings | ✅ | ✅ | | ✅ |
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: SurfaceHubManagement
|
||||
description: This section describes the SurfaceHubManagement 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: 01/25/2024
|
||||
---
|
||||
|
||||
# SurfaceHubManagement (Windows Configuration Designer reference)
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: TabletMode
|
||||
description: This section describes the TabletMode settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the TabletMode 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: 01/25/2024
|
||||
---
|
||||
|
||||
# TabletMode (Windows Configuration Designer reference)
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: TakeATest
|
||||
description: This section describes the TakeATest 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: 01/25/2024
|
||||
---
|
||||
|
||||
# TakeATest (Windows Configuration Designer reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Time
|
||||
description: This section describes the Time settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Time
|
||||
@ -28,4 +26,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**.
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: UnifiedWriteFilter
|
||||
description: This section describes the UnifiedWriteFilter settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# UnifiedWriteFilter (reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: UniversalAppInstall
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# UniversalAppInstall (reference)
|
||||
@ -17,13 +14,13 @@ Use UniversalAppInstall settings to install Windows apps from the Microsoft Stor
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [DeviceContextApp](#devicecontextapp) | ✅ | ✅ | | |
|
||||
| [DeviceContextAppLicense](#devicecontextapplicense) | ✅ | ✅ | | |
|
||||
| [StoreInstall](#storeinstall) | ✅ | ✅ | | ✅ |
|
||||
| [UserContextApp](#usercontextapp) | ✅ | ✅ | | ✅ |
|
||||
| [UserContextAppLicense](#usercontextapplicense) | ✅ | ✅ | | ✅ |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [DeviceContextApp](#devicecontextapp) | ✅ | ✅ | | |
|
||||
| [DeviceContextAppLicense](#devicecontextapplicense) | ✅ | ✅ | | |
|
||||
| [StoreInstall](#storeinstall) | ✅ | ✅ | | ✅ |
|
||||
| [UserContextApp](#usercontextapp) | ✅ | ✅ | | ✅ |
|
||||
| [UserContextAppLicense](#usercontextapplicense) | ✅ | ✅ | | ✅ |
|
||||
|
||||
## DeviceContextApp
|
||||
|
||||
@ -35,12 +32,12 @@ Enter an app package family name to install an app for all device users. You can
|
||||
For each app that you add to the package, configure the settings in the following table.
|
||||
|
||||
| Setting | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| ApplicationFile | `.appx` or `.appxbundle` | Set the value to the app file that you want to install on the device. Also enable the [AllowAllTrustedApps setting](wcd-policies.md#applicationmanagement) and add a root certificate or license file. |
|
||||
| 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. |
|
||||
|--|--|--|
|
||||
| ApplicationFile | `.appx` or `.appxbundle` | Set the value to the app file that you want to install on the device. Also enable the [AllowAllTrustedApps setting](wcd-policies.md#applicationmanagement) and add a root certificate or license file. |
|
||||
| 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. |
|
||||
|
||||
For more information on deployment options, see [DeploymentOptions Enum](/uwp/api/windows.management.deployment.deploymentoptions).
|
||||
|
||||
@ -49,7 +46,6 @@ For more information on deployment options, see [DeploymentOptions Enum](/uwp/ap
|
||||
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. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
|
||||
## StoreInstall
|
||||
@ -59,12 +55,11 @@ Use to install an app from the Microsoft Store for Business.
|
||||
1. Enter a package family name, and then select **Add**.
|
||||
1. Configure the following required settings for the app package.
|
||||
|
||||
Setting | Description
|
||||
--- | ---
|
||||
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)
|
||||
| Setting | Description |
|
||||
|--|--|
|
||||
| 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) |
|
||||
|
||||
## UserContextApp
|
||||
|
||||
@ -73,17 +68,16 @@ Use to add a new user context app.
|
||||
1. Specify a **PackageFamilyName** for the app, and then select **Add**.
|
||||
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.
|
||||
| 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. |
|
||||
|
||||
## UserContextAppLicense
|
||||
|
||||
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. Select the LicenseProductId in the Available Customizations pane, and then browse to and select the app license file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: UniversalAppUninstall
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# UniversalAppUninstall (reference)
|
||||
@ -11,10 +11,10 @@ Use UniversalAppUninstall settings to uninstall or remove Windows apps.
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [RemoveProvisionedApp](#removeprovisionedapp) | ✅ | | | |
|
||||
| [Uninstall](#uninstall) | ✅ | ✅ | | ✅ |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [RemoveProvisionedApp](#removeprovisionedapp) | ✅ | | | |
|
||||
| [Uninstall](#uninstall) | ✅ | ✅ | | ✅ |
|
||||
|
||||
## RemoveProvisionedApp
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: UsbErrorsOEMOverride
|
||||
description: This section describes the UsbErrorsOEMOverride settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# UsbErrorsOEMOverride (reference)
|
||||
@ -13,9 +11,9 @@ 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 |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [HideUsbErrorNotifyOptionUI](#hideusberrornotifyoptionui) | ✅ | ✅ | ✅ | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| [HideUsbErrorNotifyOptionUI](#hideusberrornotifyoptionui) | ✅ | ✅ | ✅ | |
|
||||
|
||||
## HideUsbErrorNotifyOptionUI
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# WeakCharger (reference)
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: WindowsHelloForBusiness
|
||||
description: This section describes the Windows Hello for Business settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# WindowsHelloForBusiness (Windows Configuration Designer reference)
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: WindowsTeamSettings
|
||||
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
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# WindowsTeamSettings (reference)
|
||||
@ -14,10 +11,9 @@ Use WindowsTeamSettings settings to configure Surface Hub.
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
|
||||
| All settings | | ✅ | | |
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
|--|:-:|:-:|:-:|:-:|
|
||||
| All settings | | ✅ | | |
|
||||
|
||||
## Connect
|
||||
|
||||
@ -49,8 +45,6 @@ A device account is a Microsoft Exchange account that's connected with Skype for
|
||||
|
||||
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.
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
title: WLAN
|
||||
description: This section describes the WLAN settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
|
||||
ms.date: 12/31/2017
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# WLAN (reference)
|
||||
@ -16,4 +14,3 @@ Do not use at this time. Instead, use [ConnectivityProfiles > WLAN](wcd-connecti
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| All settings | | | | |
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Workplace
|
||||
description: This section describes the Workplace settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the Workplace 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: 01/25/2024
|
||||
---
|
||||
|
||||
# Workplace (reference)
|
||||
|
||||
@ -17,7 +17,7 @@ Use Workplace settings to configure bulk user enrollment to a mobile device mana
|
||||
|
||||
## Enrollments
|
||||
|
||||
Select **Enrollments**, enter a UPN, and then select **Add** to configure the settings for the enrollment. The UPN is a unique identifier for enrollment. For bulk enrollment, this value must be a service account that's allowed to enroll multiple users. For example, use `generic-device@contoso.com`.
|
||||
Select **Enrollments**, enter a UPN, and then select **Add** to configure the settings for the enrollment. The UPN is a unique identifier for enrollment. For bulk enrollment, this value must be a service account that's allowed to enroll multiple users. For example, use `generic-device@contoso.com`.
|
||||
|
||||
| Settings | Value | Description |
|
||||
| --- | --- | --- |
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
title: Windows Configuration Designer provisioning settings
|
||||
description: This section describes the settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
description: This section describes the settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
ms.topic: reference
|
||||
ms.date: 12/31/2017
|
||||
---
|
||||
ms.date: 01/25/2024
|
||||
---
|
||||
|
||||
# Windows Configuration Designer provisioning settings (reference)
|
||||
|
||||
This section describes the settings that you can configure in [provisioning packages](../provisioning-packages/provisioning-packages.md) for Windows 10 using Windows Configuration Designer.
|
||||
This section describes the settings that you can configure in [provisioning packages](../provisioning-packages/provisioning-packages.md) for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
## Edition that each group of settings applies to
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user