Merge pull request #10723 from paolomatarazzo/pm-qmr-patch

Pm-qmr-patch
This commit is contained in:
Paolo Matarazzo
2025-03-28 07:43:25 -04:00
committed by GitHub

View File

@ -2,7 +2,7 @@
title: Quick Machine Recovery
description: Learn about quick machine recovery and how to configure it with the RemoteRemediation configuration service provider (CSP).
ms.topic: how-to
ms.date: 03/14/2025
ms.date: 03/28/2025
ms.author: paoloma
author: paolomatarazzo
appliesto:
@ -28,10 +28,10 @@ There are two main settings of quick machine recovery: cloud remediation and aut
Cloud remediation is the process of using Windows Update to find remediations and fix issues on devices:
- When enabled, devices connect to the network and utilize Windows Update during recovery scenarios
- When disabled, Windows uses Statup Repair as a local recovery option
- When disabled, Windows uses Startup Repair as a local recovery option
:::column-end:::
:::column span="1":::
:::image type="content" source="images/quick-machine-recovery-network.png" alt-text="Screnshot of quick machine recovery boot while attempting to connect to the network." border = "false" lightbox="images/quick-machine-recovery-network.png":::
:::image type="content" source="images/quick-machine-recovery-network.png" alt-text="Screenshot of quick machine recovery boot while attempting to connect to the network." border="false" lightbox="images/quick-machine-recovery-network.png":::
:::column-end:::
:::row-end:::
@ -74,7 +74,7 @@ Here are the phases of the quick machine recovery process:
- If the solution is successful, the device boots into Windows
- If the solution fails, the device reboots into the recovery environment again and the process repeats from step 2
:::image type="content" source="images/diagram.png" alt-text="Quick machine recovery diagram showing the five phases of recovery." border="false" lightbox="images/diagram.png":::
:::image type="content" source="images/diagram.png" alt-text="Diagram of quick machine recovery showing the five phases of recovery." border="false" lightbox="images/diagram.png":::
## Configuration
@ -215,6 +215,17 @@ To simulate the quick machine recovery experience, use the following commands fr
```
1. Reboot your device. The system goes through autoremediation of a simulated crash and reboots back to Windows
> [!NOTE]
> If after reboot the device goes into Windows RE instead of starting autoremediation, follow these steps:
>
> 1. In Windows RE, select **Continue** to boot Windows normally
> 1. In Windows, execute the two commands:
>
> - `reagentc.exe /Disable`
> - `reagentc.exe /Enable`
>
> 1. Retry the quick machine recovery simulation starting from step 1
<!--
1. To verify the quick machine recovery remediation, go to **Settings** > **Windows Update** > **[Update history](ms-settings:windowsupdate-history)**. The remediation should be listed under **Quality updates**-->