From 67c0d6b38271af0d3777ad8aa62a225771fef8b4 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Fri, 7 Jun 2019 13:55:38 -0400 Subject: [PATCH] revised [!note] to a subheading The combination of code block + note block + indentation caused strange spacing issues within the powershell code samples. Following the lead of other steps, this note was reformatted into a subheading entitled, "### Optional: " --- .../step-by-step-surface-deployment-accelerator.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devices/surface/step-by-step-surface-deployment-accelerator.md b/devices/surface/step-by-step-surface-deployment-accelerator.md index c9c351d27f..169dcdd523 100644 --- a/devices/surface/step-by-step-surface-deployment-accelerator.md +++ b/devices/surface/step-by-step-surface-deployment-accelerator.md @@ -121,10 +121,12 @@ The following steps show you how to create a deployment share for Windows 10 tha ![The installatin progress window](images/sdasteps-fig5-installwindow.png "The installatin progress window") *Figure 5. The Installation Progress window* - >[!NOTE] - >The following error message may be hit while Installing the latest ADK or MDT: "An exception occurred during a WebClient request.". This is due to incompatibility between SDA and BITS. Here is the workaround for this: + + ### Optional: Workaround for Webclient exception + + You may see this error message while installing the latest version of ADK or MDT: _An exception occurred during a WebClient request._ This is due to incompatibility between the Surface Deployment Accelerator (SDA) and Background Intelligent Transfer Service (BITS). To work around this issue, do the following. - In the following two PowerShell scripts: + In the two PowerShell scripts: ```PowerShell %ProgramFiles%\Microsoft\Surface\Deployment Accelerator\Data\PowerShell\Install-MDT.ps1