From e5756601a5440634b9d5fa2700b8a9533925827b Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Wed, 14 Sep 2016 13:16:50 -0700 Subject: [PATCH 1/2] fix dism command --- ...p-a-kiosk-for-windows-10-for-desktop-editions.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 4c4e2e0cfb..ce35ceef5d 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -283,17 +283,8 @@ Alternatively, you can turn on Shell Launcher using the Deployment Image Servici 1. Open a command prompt as an administrator. 2. Enter the following command. - - - - - - - - - - -
Dism /online /Enable-Feature /FeatureName:Client-EmbeddedShellLauncher
+ + `Dism /online /Enable-Feature /all /FeatureName:Client-EmbeddedShellLauncher` **To set your custom shell** From de3f0284bf34fdfc39a88bc9c19944833aceabfd Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Wed, 14 Sep 2016 13:21:02 -0700 Subject: [PATCH 2/2] fix format --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index ce35ceef5d..211f47f9c2 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -284,7 +284,9 @@ Alternatively, you can turn on Shell Launcher using the Deployment Image Servici 1. Open a command prompt as an administrator. 2. Enter the following command. - `Dism /online /Enable-Feature /all /FeatureName:Client-EmbeddedShellLauncher` + ``` + Dism /online /Enable-Feature /all /FeatureName:Client-EmbeddedShellLauncher + ``` **To set your custom shell**