mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
Merge branch 'main' into csp-tab
This commit is contained in:
@ -12,7 +12,7 @@ ms.topic: troubleshooting
|
||||
ms.collection:
|
||||
- highpri
|
||||
- tier2
|
||||
ms.date: 01/29/2025
|
||||
ms.date: 03/27/2025
|
||||
appliesto:
|
||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
|
||||
@ -77,6 +77,8 @@ If the upgrade process proceeds normally, the **Sources** directory including **
|
||||
|
||||
As long as at least the required version of .NET is installed, no additional action is required, including if a newer version is installed.
|
||||
|
||||
1. **Setupdiag.exe** should be run from an elevated command prompt for it to work properly.
|
||||
|
||||
## Using SetupDiag
|
||||
|
||||
To quickly use SetupDiag on the current computer:
|
||||
@ -126,7 +128,11 @@ For instructions on how to run the tool in offline mode and with more advanced o
|
||||
|
||||
### Examples
|
||||
|
||||
- In the following example, SetupDiag is run with default parameters in online mode. The results file is **SetupDiagResults.log** in the same folder where SetupDiag is run.
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> **SetupDiage.exe** should be run from an elevated command prompt for it to work properly.
|
||||
|
||||
- In the following example, SetupDiag is run without parameters and it displays interactive help.
|
||||
|
||||
```cmd
|
||||
SetupDiag.exe
|
||||
|
@ -8,7 +8,7 @@ ms.service: windows-client
|
||||
author: frankroj
|
||||
ms.topic: get-started
|
||||
ms.subservice: itpro-deploy
|
||||
ms.date: 01/29/2025
|
||||
ms.date: 03/27/2025
|
||||
appliesto:
|
||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
|
||||
@ -18,7 +18,15 @@ appliesto:
|
||||
|
||||
This article outlines the general process to follow to migrate files and settings.
|
||||
|
||||
## Step 1: Plan the migration
|
||||
## Step 1: Download and install USMT
|
||||
|
||||
USMT is part of the Windows Assessment and Deployment Kit (Windows ADK) and can be downloaded from the following link:
|
||||
|
||||
[Download and install the Windows ADK](/windows-hardware/get-started/adk-install)
|
||||
|
||||
Once the Windows ADK installer is downloaded, run the installer, and then in the **Select the features you want to install** page, make sure **User State Migration Tool (USMT)** is selected.
|
||||
|
||||
## Step 2: Plan the migration
|
||||
|
||||
1. [Plan The Migration](usmt-plan-your-migration.md). Depending on whether the migration scenario is refreshing or replacing computers, an online migration or an offline migration can be chosen. Offline migrations can use either Windows Preinstallation Environment (WinPE) or the files in the **Windows.old** directory. For more information, see [Common Migration Scenarios](usmt-common-migration-scenarios.md).
|
||||
|
||||
@ -55,7 +63,7 @@ This article outlines the general process to follow to migrate files and setting
|
||||
|
||||
1. Open the `Config.xml` that was generated in the previous step. Review the migration state of each of the components listed in the `Config.xml` file. If necessary, edit the `Config.xml` file and specify `migrate=no` for any components that don't need to be migrated.
|
||||
|
||||
## Step 2: Collect files and settings from the source computer
|
||||
## Step 3: Collect files and settings from the source computer
|
||||
|
||||
1. Back up the source computer.
|
||||
|
||||
@ -77,7 +85,7 @@ This article outlines the general process to follow to migrate files and setting
|
||||
|
||||
1. To ensure that the created store isn't corrupted, run the `UsmtUtils.exe` command with the `/Verify` option.
|
||||
|
||||
## Step 3: Prepare the destination computer and restore files and settings
|
||||
## Step 4: Prepare the destination computer and restore files and settings
|
||||
|
||||
1. Install the operating system on the destination computer.
|
||||
|
||||
|
@ -7,7 +7,7 @@ author: frankroj
|
||||
ms.reviewer: kevinmi,warrenw
|
||||
manager: aaroncz
|
||||
ms.author: frankroj
|
||||
ms.date: 01/29/2025
|
||||
ms.date: 03/27/2025
|
||||
ms.topic: overview
|
||||
ms.collection:
|
||||
- highpri
|
||||
@ -49,6 +49,14 @@ There are some scenarios in which the use of USMT isn't recommended. These scena
|
||||
- Migrations that require end-user interaction.
|
||||
- Migrations that require customization on a machine-by-machine basis.
|
||||
|
||||
## Download and install USMT
|
||||
|
||||
USMT is part of the Windows Assessment and Deployment Kit (Windows ADK) and can be downloaded from the following link:
|
||||
|
||||
[Download and install the Windows ADK](/windows-hardware/get-started/adk-install)
|
||||
|
||||
Once the Windows ADK installer is downloaded, run the installer, and then in the **Select the features you want to install** page, make sure **User State Migration Tool (USMT)** is selected.
|
||||
|
||||
## Related articles
|
||||
|
||||
- [User State Migration Tool (USMT) technical reference](usmt-technical-reference.md).
|
||||
|
Reference in New Issue
Block a user