From 6a2fc57bb83d1cc9bdddbd2ced778ca553735367 Mon Sep 17 00:00:00 2001 From: J0F3 Date: Mon, 4 Dec 2017 15:42:54 +0100 Subject: [PATCH] typo correction on line 85 E:\Windows\Sytem32 sould be E:\Windows\System32 --- dsc/bootstrapDsc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/bootstrapDsc.md b/dsc/bootstrapDsc.md index 10e0d686b78f..e4ec966f0256 100644 --- a/dsc/bootstrapDsc.md +++ b/dsc/bootstrapDsc.md @@ -82,7 +82,7 @@ Configuration SampleIISInstall Rename and move that file into the proper location on the VHD as `Pending.mof` by using the [Move-Item](https://technet.microsoft.comlibrary/hh849852.aspx) cmdlet. For example: ```powershell - Move-Item -Path C:\DSCTest\SampleIISInstall\localhost.mof -Destination E:\Windows\Sytem32\Configuration\Pending.mof + Move-Item -Path C:\DSCTest\SampleIISInstall\localhost.mof -Destination E:\Windows\System32\Configuration\Pending.mof ``` 6. Dismount the VHD by calling the [Dismount-VHD](https://technet.microsoft.com/library/hh848562.aspx) cmdlet. For example: