diff --git a/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md b/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md index 020a7bb599..567797d6ff 100644 --- a/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md +++ b/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md @@ -203,7 +203,7 @@ Apps Corner lets you set up a custom Start screen on your Windows 10 Mobile or - ## Email notes + ## Email notes - temp from Lily: When you push down a SyncML for Assigned Access xml through the EnterpriseAssignedAccess CSP, it need to be escaped. But if you add the lockdown xml in the provisioning package, you don’t need to escape the xml as ICD will do that when building the package. Providing an escaped xml in ICD will cause building the package fail. diff --git a/windows/deploy/provisioning-apply-package.md b/windows/deploy/provisioning-apply-package.md deleted file mode 100644 index fb4a533c51..0000000000 --- a/windows/deploy/provisioning-apply-package.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: Apply a provisioning package (Windows 10) -description: Provisioning packages can be applied to a device during the first-run experience (OOBE) and after ("runtime"). -ms.prod: w10 -ms.mktglfcycl: deploy -ms.sitesec: library -author: jdeckerMS -localizationpriority: high ---- - -# Apply a provisioning package - - -**Applies to** - -- Windows 10 -- Windows 10 Mobile - -Provisioning packages can be applied to a device during the first-run experience (out-of-box experience or "OOBE") and after ("runtime"). - -## Desktop editions - -### During initial setup, from a USB drive - -1. Start with a computer on the first-run setup screen. If the PC has gone past this screen, reset the PC to start over. To reset the PC, go to **Settings** > **Update & security** > **Recovery** > **Reset this PC**. - -  - -2. Insert the USB drive. Windows Setup will recognize the drive and ask if you want to set up the device. Select **Set up**. - -  - -3. The next screen asks you to select a provisioning source. Select **Removable Media** and tap **Next**. - -  - -4. Select the provisioning package (\*.ppkg) that you want to apply, and tap **Next**. - -  - -5. Select **Yes, add it**. - -  - - - -### After setup, from a USB drive, network folder, or SharePoint site - -On a desktop computer, navigate to **Settings** > **Accounts** > **Access work or school** > **Add or remove a provisioning package** > **Add a package**, and select the package to install. - - - -## Mobile editions - -### Using removable media - -1. Insert an SD card containing the provisioning package into the device. -2. Navigate to **Settings** > **Accounts** > **Access work or school** > **Add or remove a provisioning package** > **Add a package**, and select the package to install. - -  - -3. Click **Add**. - -4. On the device, the **Is this package from a source you trust?** message will appear. Tap **Yes, add it**. - -  - -### Copying the provisioning package to the device - -1. Connect the device to your PC through USB. - -2. On the PC, select the provisioning package that you want to use to provision the device and then drag and drop the file to your device. - -3. On the device, the **Is this package from a source you trust?** message will appear. Tap **Yes, add it**. - -  - - - - - - - -## Related topics - -- [Provisioning packages for Windows 10](provisioning-packages.md) -- [How provisioning works in Windows 10](provisioning-how-it-works.md) -- [Install Windows Imaging and Configuration Designer](provisioning-install-icd.md) -- [Create a provisioning package](provisioning-create-package.md) -- [Settings changed when you uninstall a provisioning package](provisioning-uninstall-package.md) -- [Provision PCs with common settings for initial deployment (simple provisioning)](provision-pcs-for-initial-deployment.md) -- [Provision PCs with apps and certificates for initial deployments (advanced provisioning)](provision-pcs-with-apps-and-certificates.md) -- [Use a script to install a desktop app in provisioning packages](provisioning-script-to-install-app.md) -- [NFC-based device provisioning](provisioning-nfc.md) -- [Windows ICD command-line interface (reference)](provisioning-command-line.md) -- [Create a provisioning package with multivariant settings](provisioning-multivariant.md) \ No newline at end of file diff --git a/windows/deploy/provisioning-create-package.md b/windows/deploy/provisioning-create-package.md deleted file mode 100644 index 4a1c8ac0df..0000000000 --- a/windows/deploy/provisioning-create-package.md +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: Create a provisioning package (Windows 10) -description: With Windows 10, you can create provisioning packages that let you quickly and efficiently configure a device without having to install a new image. -ms.prod: w10 -ms.mktglfcycl: deploy -ms.sitesec: library -author: jdeckerMS -localizationpriority: high ---- - -# Create a provisioning package for Windows 10 - - -**Applies to** - -- Windows 10 -- Windows 10 Mobile - -You use Windows Configuration Designer to create a provisioning package (.ppkg) that contains customization settings. You can apply the provisioning package to a device running Windows 10 or Windows 10 Mobile. - ->[Learn how to install Windows Configuration Designer.](provisioning-install-icd.md) - ->[!TIP] ->We recommend creating a local admin account when developing and testing your provisioning package. We also recommend using a “least privileged” domain user account to join devices to the Active Directory domain. - -## Start a new project - -1. Open Windows Configuration Designer: - - From either the Start screen or Start menu search, type 'Windows Configuration Designer' and click on the Windows Configuration Designer shortcut, - - or - - - If you installed Windows Configuration Designer from the ADK, navigate to `C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Imaging and Configuration Designer\x86` (on an x64 computer) or `C:\Program Files\Windows Kits\10\Assessment and Deployment Kit\Imaging and Configuration Designer\x86\ICD.exe` (on an x86 computer), and then double-click **ICD.exe**. - -2. Select your desired option on the **Start** page, which offers multiple options for creating a provisioning package, as shown in the following image: - -  - - - The wizard options provide a simple interface for configuring common settings for desktop, mobile, and kiosk devices. Wizards are also available for creating provisioning packages for Microsoft Surface Hub and Microsoft HoloLens devices. For a summary of the settings available in the desktop, mobile, and kiosk devices, see [What you can configure using Configuration Designer wizardS](provisioning-packages.md#configuration-designer-wizards). - - (NEED TO LINK TO WIZARD TOPICS) - - For instructions on **Simple provisioning**, see [Provision PCs with common settings](provision-pcs-for-initial-deployment.md). - - For instructions on **Provision school devices**, see [Set up student PCs to join domain](https://technet.microsoft.com/edu/windows/set-up-students-pcs-to-join-domain). - - - The **Advanced provisioning** option opens a new project with all **Runtime settings** available. The rest of this procedure uses **Advanced provisioning**. - - >[!TIP] - >You can start a project in the simple editor and then switch the project to the advanced editor. - > - > - -3. Enter a name for your project, and then click **Next**. - -4. Select the settings you want to configure, based on the type of device, and then click **Next**. The following table describes the options. - - | Windows edition | Settings available for customization | Provisioning package can apply to | - | --- | --- | --- | - | All Windows editions | Common settings | All Windows 10 devices | - | All Windows desktop editions | Common settings and settings specific to desktop devices | All Windows 10 desktop editions (Home, Pro, Enterprise, Pro Education, Enterprise Education) | - | All Windows mobile editions | Common settings and settings specific to mobile devices | All Windows 10 Mobile devices | - | Windows 10 IoT Core | Common settings and settings specific to Windows 10 IoT Core | All Windows 10 IoT Core devices | - | Windows 10 Holographic | Common settings and settings specific to Windows 10 Holographic | [Microsoft HoloLens](https://technet.microsoft.com/itpro/hololens/hololens-provisioning) | - | Common to Windows 10 Team edition | Common settings and settings specific to Windows 10 Team | [Microsoft Surface Hub](https://technet.microsoft.com/itpro/surface-hub/provisioning-packages-for-certificates-surface-hub) | - -5. On the **Import a provisioning package (optional)** page, you can click **Finish** to create your project, or browse to and select an existing provisioning packge to import to your project, and then click **Finish**. - ->[!TIP] ->**Import a provisioning package** can make it easier to create different provisioning packages that all have certain settings in common. For example, you could create a provisioning package that contains the settings for your organization's network, and then import it into other packages you create so you don't have to reconfigure those common settings repeatedly. - -After you click **Finish**, Windows Configuration Designer will open the **Available customizations** pane. - - - - -## Configure settings - -For an advanced provisioning project, Windows Configuration Designer opens the **Available customizations** pane. The example in the following image is based on **All Windows desktop editions** settings. - - - -The settings in Windows Configuration Designer are based on Windows 10 configuration service providers (CSPs). To learn more about CSPs, see [Introduction to configuration service providers (CSPs) for IT pros](https://technet.microsoft.com/itpro/windows/manage/how-it-pros-can-use-configuration-service-providers). - -The process for configuring settings is similar for all settings. The following table shows an example. - -
Expand a category. |  |
Select a setting. |  |
Enter a value for the setting. Click **Add** if the button is displayed. |  |
Some settings, such as this example, require additional information. In **Available customizations**, select the value you just created, and additional settings are displayed. |  |
When the setting is configured, it is displayed in the **Selected customizations** pane. |  |
**Step** | **Description** | **Desktopwizard** | **Mobilewizard** | **Kioskwizard** |
Set up device | Assign device name,enter product key to upgrade Windows,configure shared used,remove pre-installed software |  | (Only device name and upgrade key) |  |
Set up network | Connect to a Wi-Fit network |  |  |  |
Account management | Enroll device in Active Directory,enroll device in Azure Active Directory,or create a local administrator account |  |  |  |
Bulk Enrollment in Azure AD | Enroll device in Azure Active Directory |  |  |  |
Add applications | ? |  |  |  |
Add certificates | ? |  |  |  |
Configure kiosk account and app | Create local account to run the kiosk mode app,specify the app to run in kiosk mode |  |  |  |
Configure kiosk common settings | Set tablet mode,configure welcome and shutdown screens,turn off timeout settings |  |  |  |
Cmdlet | Purpose | Syntax |
---|---|---|
Add-ProvisioningPackage | Use this cmdlet to apply a provisioning package | ```Add-ProvisioningPackage [-Path] |
Remove-ProvisioningPackage | Remove a provisioning package | ```Remove-ProvisioningPackage -PackageId |
```Remove-ProvisioningPackage -Path | ||
```Remove-ProvisioningPackage -AllInstalledPackages [-LogsFolder | ||
Get-ProvisioningPackage | Get information about an installed provisioning package | ```Get-ProvisioningPackage -PackageId |
```Get-ProvisioningPackage -Path | ||
```Get-ProvisioningPackage -AllInstalledPackages [-LogsFolder | ||
Export-ProvisioningPackage | Extract the contents of a provisioning package | ```Export-ProvisioningPackage -PackageId |
```Export-ProvisioningPackage -Path | ||
Add-TrustedProvisioningCertificate | Adds a certificate to the Trusted Certificate store | TBD |
XML | -
---|
|
-
Policy name | Value | When set? |
---|---|---|
Admin Templates > Control Panel > Personalization | ||
Prevent enabling lock screen slide show | Enabled | Always |
Prevent changing lock screen and logon image | Enabled | Always |
Admin Templates > System > Power Management > Button Settings | ||
Select the Power button action (plugged in) | Sleep | SetPowerPolicies=True |
Select the Power button action (on battery) | Sleep | SetPowerPolicies=True |
Select the Sleep button action (plugged in) | Sleep | SetPowerPolicies=True |
Select the lid switch action (plugged in) | Sleep | SetPowerPolicies=True |
Select the lid switch action (on battery) | Sleep | SetPowerPolicies=True |
Admin Templates > System > Power Management > Sleep Settings | ||
Require a password when a computer wakes (plugged in) | Enabled | SignInOnResume=True |
Require a password when a computer wakes (on battery) | Enabled | SignInOnResume=True |
Specify the system sleep timeout (plugged in) | *SleepTimeout* | SetPowerPolicies=True |
Specify the system sleep timeout (on battery) | *SleepTimeout* | SetPowerPolicies=True |
Turn off hybrid sleep (plugged in) | Enabled | SetPowerPolicies=True |
Turn off hybrid sleep (on battery) | Enabled | SetPowerPolicies=True |
Specify the unattended sleep timeout (plugged in) | *SleepTimeout* | SetPowerPolicies=True |
Specify the unattended sleep timeout (on battery) | *SleepTimeout* | SetPowerPolicies=True |
Allow standby states (S1-S3) when sleeping (plugged in) | Enabled | SetPowerPolicies=True |
Allow standby states (S1-S3) when sleeping (on battery) | Enabled | SetPowerPolicies=True |
Specify the system hibernate timeout (plugged in) | Enabled, 0 | SetPowerPolicies=True |
Specify the system hibernate timeout (on battery) | Enabled, 0 | SetPowerPolicies=True |
Admin Templates>System>Power Management>Video and Display Settings | ||
Turn off the display (plugged in) | *SleepTimeout* | SetPowerPolicies=True |
Turn off the display (on battery | *SleepTimeout* | SetPowerPolicies=True |
Admin Templates>System>Logon | ||
Show first sign-in animation | Disabled | Always |
Hide entry points for Fast User Switching | Enabled | Always |
Turn on convenience PIN sign-in | Disabled | Always |
Turn off picture password sign-in | Enabled | Always |
Turn off app notification on the lock screen | Enabled | Always |
Allow users to select when a password is required when resuming from connected standby | Disabled | SignInOnResume=True |
-
Block user from showing account details on sign-in | Enabled | Always |
Admin Templates>System>User Profiles | ||
Turn off the advertising ID | Enabled | SetEduPolicies=True |
Admin Templates>Windows Components | ||
Do not show Windows Tips *Only on Pro, Enterprise, Pro Education, and Education* | Enabled | SetEduPolicies=True |
Turn off Microsoft consumer experiences *Only on Pro, Enterprise, Pro Education, and Education* | Enabled | SetEduPolicies=True |
Microsoft Passport for Work | Disabled | Always |
Prevent the usage of OneDrive for file storage | Enabled | Always |
Admin Templates>Windows Components>Biometrics | ||
Allow the use of biometrics | Disabled | Always |
Allow users to log on using biometrics | Disabled | Always |
Allow domain users to log on using biometrics | Disabled | Always |
Admin Templates>Windows Components>Data Collection and Preview Builds | ||
Toggle user control over Insider builds | Disabled | Always |
Disable pre-release features or settings | Disabled | Always |
Do not show feedback notifications | Enabled | Always |
Admin Templates>Windows Components>File Explorer | ||
Show lock in the user tile menu | Disabled | Always |
Admin Templates>Windows Components>Maintenance Scheduler | ||
Automatic Maintenance Activation Boundary | *MaintenanceStartTime* | Always |
Automatic Maintenance Random Delay | Enabled, 2 hours | Always |
Automatic Maintenance WakeUp Policy | Enabled | Always |
Admin Templates>Windows Components>Microsoft Edge | ||
Open a new tab with an empty tab | Disabled | SetEduPolicies=True |
Configure corporate home pages | Enabled, about:blank | SetEduPolicies=True |
Admin Templates>Windows Components>Search | ||
Allow Cortana | Disabled | SetEduPolicies=True |
Windows Settings>Security Settings>Local Policies>Security Options |
-||
Interactive logon: Do not display last user name | Enabled, Disabled when account model is only guest | Always |
Interactive logon: Sign-in last interactive user automatically after a system-initiated restart | Disabled | Always |
-
Shutdown: Allow system to be shut down without having to log on | Disabled | Always |
User Account Control: Behavior of the elevation prompt for standard users | Auto deny | Always |
Main menu | -Sub-menu | -Page name | -
---|---|---|
System | -- | SettingsPageGroupPCSystem | -
- | Display | -SettingsPageDisplay | -
- | Notifications & actions | -SettingsPageAppsNotifications | -
- | Phone | -SettingsPageCalls | -
- | Messaging | -SettingsPageMessaging | -
- | Battery | -SettingsPageBatterySaver | -
- | Apps for websites | -SettingsPageAppsForWebsites | -
- | Storage | -SettingsPageStorageSenseStorageOverview | -
- | Driving mode | -SettingsPageDrivingMode | -
- | Offline maps | -SettingsPageMaps | -
- | About | -SettingsPagePCSystemInfo | -
Devices | -- | SettingsPageGroupDevices | -
- | Default camera | -SettingsPagePhotos | -
- | Bluetooth | -SettingsPagePCSystemBluetooth | -
- | NFC | -SettingsPagePhoneNFC | -
- | Mouse | -SettingsPageMouseTouchpad | -
- | USB | -SettingsPageUsb | -
Network and wireless | -- | SettingsPageGroupNetwork | -
- | Cellular & SIM | -SettingsPageNetworkCellular | -
- | Wi-Fi | -SettingsPageNetworkWiFi | -
- | Airplane mode | -SettingsPageNetworkAirplaneMode | -
- | Data usage | -SettingsPageDataSenseOverview | -
- | Mobile hotspot | -SettingsPageNetworkMobileHotspot | -
- | VPN | -SettingsPageNetworkVPN | -
Personalization | -- | SettingsPageGroupPersonalization | -
- | Start | -SettingsPageBackGround | -
- | Colors | -SettingsPageColors | -
- | Sounds | -SettingsPageSounds | -
- | Lock screen | -SettingsPageLockscreen | -
- | Glance screen | -SettingsPageGlance | -
- | Navigation bar | -SettingsNagivationBar | -
Accounts | -- | SettingsPageGroupAccounts | -
- | Your info | -SettingsPageAccountsPicture | -
- | Sign-in options | -SettingsPageAccountsSignInOptions | -
- | Email & app accounts | -SettingsPageAccountsEmailApp | -
- | Access work or school | -SettingsPageWorkAccess | -
- | Sync your settings | -SettingsPageAccountsSync | -
- | Apps corner -(disabled in Assigned Access) |
-SettingsPageAppsCorner | -
Time & language | -- | SettingsPageGroupTimeRegion | -
- | Date & time | -SettingsPageTimeRegionDateTime | -
- | Language | -SettingsPageTimeLanguage | -
- | Region | -SettingsPageTimeRegion | -
- | Keyboard | -SettingsPageKeyboard | -
- | Speech | -SettingsPageSpeech | -
Ease of access | -- | SettingsPageGroupEaseOfAccess | -
- | Narrator | -SettingsPageEaseOfAccessNarrator | -
- | Magnifier | -SettingsPageEaseOfAccessMagnifier | -
- | High contrast | -SettingsPageEaseOfAccessHighContrast | -
- | Closed captions | -SettingsPageEaseOfAccessClosedCaptioning | -
- | More options | -SettingsPageEaseOfAccessMoreOptions | -
Privacy | -- | SettingsPageGroupPrivacy | -
- | Location | -SettingsPagePrivacyLocation | -
- | Camera | -SettingsPagePrivacyWebcam | -
- | Microphone | -SettingsPagePrivacyMicrophone | -
- | Motion | -SettingsPagePrivacyMotionData | -
- | Notifications | -SettingsPagePrivacyNotifications | -
- | Speech. inking, & typing | -SettingsPagePrivacyPersonalization | -
- | Account info | -SettingsPagePrivacyAccountInfo | -
- | Contacts | -SettingsPagePrivacyContacts | -
- | Calendar | -SettingsPagePrivacyCalendar | -
- | Phone calls | -SettingsPagePrivacyPhoneCall | -
- | Call history | -SettingsPagePrivacyCallHistory | -
- | SettingsPagePrivacyEmail | -|
- | Messaging | -SettingsPagePrivacyMessaging | -
- | Radios | -SettingsPagePrivacyRadios | -
- | Continue App Experiences | -SettingsPagePrivacyCDP | -
- | Background apps | -SettingsPagePrivacyBackgroundApps | -
- | Accessory apps | -SettingsPageAccessories | -
- | Advertising ID | -SettingsPagePrivacyAdvertisingId | -
- | Other devices | -SettingsPagePrivacyCustomPeripherals | -
- | Feedback and diagnostics | -SettingsPagePrivacySIUFSettings | -
Update and security | -- | SettingsPageGroupRestore | -
- | Phone update | -SettingsPageRestoreMusUpdate | -
- | Windows Insider Program | -SettingsPageFlights | -
- | Device encryption | -SettingsPageGroupPCSystemDeviceEncryption | -
- | Backup | -SettingsPageRestoreOneBackup | -
- | Find my phone | -SettingsPageFindMyDevice | -
- | For developers | -SettingsPageSystemDeveloperOptions | -
OEM | -- | SettingsPageGroupExtensibility | -
- | Extensibility | -SettingsPageExtensibility | -
Start | -Policy | -Setting | -
---|---|---|
User tile | -Group Policy: Remove Logoff on the Start menu | -- |
Most used | -Group Policy: Remove frequent programs from the Start menu | -Settings > Personalization > Start > Show most used apps | -
Suggestions --and- -Dynamically inserted app tile |
-MDM: Allow Windows Consumer Features -Group Policy: Computer Configuration\\Administrative Templates\\Windows Components\\Cloud Content\\Turn off Microsoft consumer experiences -
-Note
-
-This policy also enables or disables notifications for a user's Microsoft account and app tiles from Microsoft dynamically inserted in the default Start menu. -
-
- |
-Settings > Personalization > Start > Occasionally show suggestions in Start | -
Recently added | -not applicable | -Settings > Personalization > Start > Show recently added apps | -
Pinned folders | -not applicable | -Settings > Personalization > Start > Choose which folders appear on Start | -
Power | -Group Policy: Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands | -None | -
Start layout | -MDM: Start layout -Group Policy: Start layout -Group Policy: Prevent users from customizing their Start Screen -
-Note
-
-When a full Start screen layout is imported with Group Policy or MDM, the users cannot pin, unpin, or uninstall apps from the Start screen. Users can view and open all apps in the All Apps view, but they cannot pin any apps to the Start screen. When a partial Start screen layout is imported, users cannot change the tile groups applied by the partial layout, but can modify other tile groups and create their own. Start layout policy can be used to pin apps to the taskbar based on an XML File that you provide. Users will be able to change the order of pinned apps, unpin apps, and pin additional apps to the taskbar. -
-
- |
-None | -
Jump lists | -Group Policy: Do not keep history of recently opened documents | -Settings > Personalization > Start > Show recently opened items in Jump Lists on Start or the taskbar | -
Start size | -MDM: Force Start size -Group Policy: Force Start to be either full screen size or menu size |
-Settings > Personalization > Start > Use Start full screen | -
All Settings | -Group Policy: Prevent changes to Taskbar and Start Menu Settings | -None | -