mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 04:43:37 +00:00
Merge branch 'main' into Benny-54-ccleanup
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Apply a provisioning package (Windows 10/11)
|
||||
description: Provisioning packages can be applied to a device during the first-run experience (OOBE) and after ("runtime").
|
||||
description: Provisioning packages can be applied to a device during initial setup (OOBE) and after ("runtime").
|
||||
ms.prod: w10
|
||||
author: aczechowski
|
||||
ms.author: aaroncz
|
||||
@ -18,40 +18,82 @@ manager: dougeby
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Provisioning packages can be applied to client devices during the first-run experience (out-of-box experience or "OOBE") and after ("runtime").
|
||||
Provisioning packages can be applied to a device during initial setup (out-of-box experience or "OOBE") and after ("runtime").
|
||||
|
||||
>[!NOTE]
|
||||
> [!NOTE]
|
||||
>
|
||||
> - Applying a provisioning package to a desktop device requires administrator privileges on the device.
|
||||
> - You can interrupt a long-running provisioning process by pressing ESC.
|
||||
|
||||
## During initial setup, from a USB drive
|
||||
> [!TIP]
|
||||
> In addition to the following methods, you can use the PowerShell cmdlet [Install-ProvisioningPackage](/powershell/module/provisioning/Install-ProvisioningPackage) with `-LogsDirectoryPath` to get logs for the operation.
|
||||
|
||||
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**.
|
||||
## During initial setup
|
||||
|
||||

|
||||
To apply a provisioning package from a USB drive during initial setup:
|
||||
|
||||
2. Insert the USB drive. Windows Setup will recognize the drive and ask if you want to set up the device. Select **Set up**.
|
||||
1. Start with a device on the initial setup screen. If the device has gone past this screen, reset the device to start over. To reset, go to **Settings** > **System** > [**Recovery**](ms-settings:recovery) > **Reset this PC**.
|
||||
|
||||

|
||||
:::image type="content" source="../images/oobe.png" alt-text="The first screen when setting up a new PC.":::
|
||||
|
||||
3. The next screen asks you to select a provisioning source. Select **Removable Media** and select **Next**.
|
||||
2. Insert the USB drive. If nothing happens when you insert the USB drive, press the Windows key five times.
|
||||
|
||||

|
||||
- If there is only one provisioning package on the USB drive, the provisioning package is applied. See step 5.
|
||||
- If there is more than one provisioning package on the USB drive, Windows setup will recognize the drive and ask how you want to provision the device. Select **Install provisioning package** and select **Next**.
|
||||
|
||||
4. Select the provisioning package (`.ppkg`) that you want to apply, and select **Next**.
|
||||
:::image type="content" source="../images/provisioning-oobe-choice.png" alt-text="What would you like to do?":::
|
||||
|
||||

|
||||
3. Select the provisioning package (`.ppkg`) that you want to apply, and select **Yes**.
|
||||
|
||||
5. Select **Yes, add it**.
|
||||
:::image type="content" source="../images/provisioning-oobe-choose-package.png" alt-text="Choose a package.":::
|
||||
|
||||

|
||||
4. The selected provisioning package will install and apply to the device.
|
||||
|
||||
## After setup, from a USB drive, network folder, or SharePoint site
|
||||
:::image type="content" source="../images/provisioning-oobe-installing.png" alt-text="Setting up your PC.":::
|
||||
|
||||
Insert the USB drive to 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. For a provisioning package stored on a network folder or on a SharePoint site, navigate to the provisioning package and double-click it to begin installation.
|
||||
5. Wait for the device to load and begin applying the provisioning package. Once you see "You can remove your removable media now!" you can remove your USB drive. Windows will continue provisioning the device.
|
||||
|
||||

|
||||
## After initial setup
|
||||
|
||||
Provisioning packages can be applied after initial setup through Windows settings or by simply double-clicking a provisioning package.
|
||||
|
||||
### Windows Settings
|
||||
|
||||
1. Insert the USB drive, then navigate to **Settings** > **Accounts** > [**Access work or school**](ms-settings:workplace) > **Add or remove a provisioning package** > **Add a package**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-manage-packages.png" alt-text="Add or remove a provisioning package.":::
|
||||
|
||||
2. Choose the method you want to use, such as **Removable Media**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-choose-package.png" alt-text="Choose a method.":::
|
||||
|
||||
3. Select the provisioning package (`.ppkg`) that you want to apply, and select **Add**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-add-package.png" alt-text="Select and add a package.":::
|
||||
|
||||
4. Provisioning packages require administrator privileges as they can modify system policies and run scripts at the system level. Ensure you trust the package you are installing before accepting the UAC prompt. Select **Yes**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-UAC.png" alt-text="Do you want to allow changes to your device?":::
|
||||
|
||||
5. The provisioning runtime will ask if the package is from a source you trust. Verify that you are applying the correct package and that it is trusted. Select **Yes, add it**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-trust.png" alt-text="Do you trust this package?":::
|
||||
|
||||
### Apply Directly
|
||||
|
||||
To apply a provisioning package directly, such as from a USB drive, folder, network, or SharePoint site:
|
||||
|
||||
1. Navigate to the provisioning package and double-click it to begin the installation.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-click-to-install.png" alt-text="Double-click package to being installation.":::
|
||||
|
||||
2. Provisioning packages require administrator privileges as they can modify system policies and run scripts at the system level. Ensure you trust the package you are installing before accepting the UAC prompt. Select **Yes**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-UAC.png" alt-text="Do you want to allow changes to your device?":::
|
||||
|
||||
3. The provisioning runtime will ask if the package is from a source you trust. Verify that you are applying the correct package and that it is trusted. Select **Yes, add it**.
|
||||
|
||||
:::image type="content" source="../images/provisioning-runtime-trust.png" alt-text="Do you trust this package?":::
|
||||
|
||||
## Related articles
|
||||
|
||||
|
Reference in New Issue
Block a user