From b7eafb62e3b07727647f409b17d4d6ac28ba43ee Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Fri, 30 Aug 2024 13:48:38 -0700 Subject: [PATCH] Remove unnecessary indentation in a code block --- .../usmt/getting-started-with-the-user-state-migration-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/usmt/getting-started-with-the-user-state-migration-tool.md b/windows/deployment/usmt/getting-started-with-the-user-state-migration-tool.md index 0619ccb039..9e1d97ccac 100644 --- a/windows/deployment/usmt/getting-started-with-the-user-state-migration-tool.md +++ b/windows/deployment/usmt/getting-started-with-the-user-state-migration-tool.md @@ -68,7 +68,7 @@ This article outlines the general process to follow to migrate files and setting 1. To collect files and settings, run the `ScanState.exe` command on the source computer. All of the **.xml** files that the `ScanState.exe` command needs to use should be specified. For example, ```cmd - ScanState.exe \\server\migration\mystore /config:Config.xml /i:MigDocs.xml /i:MigApp.xml /v:13 /l:ScanState.log + ScanState.exe \\server\migration\mystore /config:Config.xml /i:MigDocs.xml /i:MigApp.xml /v:13 /l:ScanState.log ``` > [!NOTE]