diff --git a/windows/deploy/usmt-requirements.md b/windows/deploy/usmt-requirements.md index 58b21df0b5..277ef17312 100644 --- a/windows/deploy/usmt-requirements.md +++ b/windows/deploy/usmt-requirements.md @@ -82,13 +82,11 @@ USMT does not support any of the Windows Server® operating systems, Windows 20   -## Software Requirements - -### Windows PE +## Windows PE - **Must use latest version of Window PE.** For example, to migrate to Windows 10, you'll need Windows PE 5.1. For more info, see [What's New in Windows PE](http://msdn.microsoft.com/library/windows/hardware/dn938350.aspx). -### Credentials +## Credentials - **Run as administrator** When manually running the **ScanState** and **LoadState** tools on Windows 7, Windows 8 or Windows 10 you must run them from an elevated command prompt to ensure that all specified users are migrated. If you do not run USMT from an elevated prompt, only the user profile that is logged on will be included in the migration. @@ -111,12 +109,12 @@ You must run USMT using an account with full administrative permissions, includi - SeTakeOwnership Privilege (Take ownership of files or other objects) -### Config.xml +## Config.xml - **Specify the /c option and <ErrorControl> settings in the Config.xml file.**
USMT will fail if it cannot migrate a file or setting, unless you specify the **/c** option. When you specify the **/c** option, USMT logs an error each time it encounters a file that is in use that did not migrate, but the migration will not be interrupted. In USMT, you can specify in the Config.xml file which types of errors should allow the migration to continue, and which should cause the migration to fail. For more information about error reporting, and the **<ErrorControl>** element, see [Config.xml File](usmt-configxml-file.md), [Log Files](usmt-log-files.md), and [XML Elements Library](usmt-xml-elements-library.md). -### LoadState +## LoadState - **Install applications before running the LoadState command.**
Install all applications on the destination computer before restoring the user state. This ensures that migrated settings are preserved.