mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
DISM updates
This commit is contained in:
parent
d14654005d
commit
7cfdb29581
@ -49,13 +49,6 @@ To enable Shell Launcher using PowerShell, follow these steps:
|
||||
Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online
|
||||
```
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg1)
|
||||
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
> You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply.
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism1)
|
||||
|
||||
The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package.
|
||||
@ -167,13 +160,17 @@ Assign the policy to a group that contains as members the devices that you want
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
||||
|
||||
You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime:
|
||||
|
||||
- If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply
|
||||
- If exectuing the provisioning package at runtime, ensure to [enable Shell Launcher](#enable-shell-launcher) before applying the provisioning package
|
||||
|
||||
[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)]
|
||||
|
||||
- **Path:** `SMISettings/ShellLauncher/Enable`
|
||||
- **Value:** ENABLE
|
||||
|
||||
- **Path:** `SMISettings/ShellLauncher/*`
|
||||
- **Value:** depends on specific settings
|
||||
| Path | Setting name | Value |
|
||||
|--|--|--|
|
||||
| `SMISettings/ShellLauncher/` | `Enable` | ENABLE |
|
||||
| `SMISettings/ShellLauncher/` | * | It depends on specific settings. |
|
||||
|
||||
[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user