From 6a353d2da7ed242abf264bc8ca5e178e64d3eddc Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:22:14 -0400 Subject: [PATCH 1/4] updates --- windows/configuration/quick-machine-recovery/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windows/configuration/quick-machine-recovery/index.md b/windows/configuration/quick-machine-recovery/index.md index b8faf372bb..284c9157d0 100644 --- a/windows/configuration/quick-machine-recovery/index.md +++ b/windows/configuration/quick-machine-recovery/index.md @@ -215,6 +215,15 @@ 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 during 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 + From b551bb7f172f5a69df486d648881e14c26ad9f2b Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:27:52 -0400 Subject: [PATCH 2/4] update based on PubOps review --- .../configuration/quick-machine-recovery/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/configuration/quick-machine-recovery/index.md b/windows/configuration/quick-machine-recovery/index.md index 284c9157d0..5588127b88 100644 --- a/windows/configuration/quick-machine-recovery/index.md +++ b/windows/configuration/quick-machine-recovery/index.md @@ -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::: @@ -48,7 +48,7 @@ Auto remediation allows you to automate the recovery process: - When enabled, the device connects automatically to Windows Update and tries to find a remediation. If a solution isn't found on the first attempt, the device retries without requiring manual intervention :::column-end::: :::column span="1"::: -:::image type="content" source="images/auto-remediation.png" alt-text="Screnshot of the Windows Recovery Environment in the auto remediation screen, showing that the device retries to find a solution." border = "false" lightbox="images/auto-remediation.png"::: +:::image type="content" source="images/auto-remediation.png" alt-text="Screnshot of the Windows Recovery Environment in the auto remediation screen, showing that the device retries to find a solution." border="false" lightbox="images/auto-remediation.png"::: :::row-end::: :::row::: :::column span="3"::: @@ -56,7 +56,7 @@ Auto remediation allows you to automate the recovery process: :::column-end::: :::column span="1"::: -:::image type="content" source="images/quick-machine-recovery-winre.png" alt-text="Screnshot of Windows Recovery Environment showing the quick machine recovery option." border = "false"lightbox="images/quick-machine-recovery-winre.png"::: +:::image type="content" source="images/quick-machine-recovery-winre.png" alt-text="Screnshot of Windows Recovery Environment showing the quick machine recovery option." border="false" lightbox="images/quick-machine-recovery-winre.png"::: :::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 From d451c07c9a5058b3b82c297d4e733b49074c66d4 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:35:09 -0400 Subject: [PATCH 3/4] fixed indentations --- windows/configuration/quick-machine-recovery/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/configuration/quick-machine-recovery/index.md b/windows/configuration/quick-machine-recovery/index.md index 5588127b88..5c0455a928 100644 --- a/windows/configuration/quick-machine-recovery/index.md +++ b/windows/configuration/quick-machine-recovery/index.md @@ -220,8 +220,10 @@ To simulate the quick machine recovery experience, use the following commands fr > > 1. In Windows RE, select **Continue** to boot Windows normally > 1. In Windows, execute the two commands: -> - `reagentc.exe /Disable` -> - `reagentc.exe /Enable` +> +> - `reagentc.exe /Disable` +> - `reagentc.exe /Enable` +> > 1. Retry the quick machine recovery simulation starting from step 1