From b411979abf91c13c74946d2304bdb0fb27f726aa Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 29 Aug 2016 16:38:01 -0700 Subject: [PATCH] spacing --- windows/deploy/deploy-windows-to-go.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/windows/deploy/deploy-windows-to-go.md b/windows/deploy/deploy-windows-to-go.md index 7cafb9debd..3f7dc78def 100644 --- a/windows/deploy/deploy-windows-to-go.md +++ b/windows/deploy/deploy-windows-to-go.md @@ -138,10 +138,9 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as >[!TIP]   >The index number must be set correctly to a valid Enterprise image in the .WIM file. -  - + ``` syntax - #The WIM file must contain a sysprep generalized image. + #The WIM file must contain a sysprep generalized image. dism /apply-image /imagefile:n:\imagefolder\deploymentimages\mywtgimage.wim /index:1 /applydir:W:\ ``` @@ -338,11 +337,9 @@ Making sure that Windows To Go workspaces are effective when used off premises i >[!TIP]   >The index number must be set correctly to a valid Enterprise image in the .WIM file. - -   - + ``` syntax - #The WIM file must contain a sysprep generalized image. + #The WIM file must contain a sysprep generalized image. dism /apply-image /imagefile:n:\imagefolder\deploymentimages\mywtgimage.wim /index:1 /applydir:W:\ ```