Add detailed flow for applying package directly (double-click)

This commit is contained in:
Anthony Swierkosz 2022-04-02 00:44:30 -04:00
parent e92de06776
commit 543c9452e1
No known key found for this signature in database
GPG Key ID: FA653BCC2CE12624
2 changed files with 14 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -78,9 +78,21 @@ Provisioning packages can be applied after initial setup during runtime by user
![Do you trust this package?](../images/provisioning-runtime-trust.png)
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.
### Apply Directly
![add a package option.](../images/package.png)
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 installation.
![Double-click package to being installation.](../images/provisioning-runtime-click-to-install.png)
2. Provisioning packages require administrator privileges as it can modify system policies and run scripts at the system level. Ensure you trust the package you are installing before you accept the UAC prompt. Select **Yes**.
![Do you want to allow changes to your device?](../images/provisioning-runtime-UAC.png)
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**.
![Do you trust this package?](../images/provisioning-runtime-trust.png)
## Related articles