Skip to content

Commit 9cdebf4

Browse files
committed
Add Autopilot diagnostics troubleshooting 9
1 parent e14b37f commit 9cdebf4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

memdocs/autopilot/troubleshooting.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ When an Internet-connected Windows device boots up, it will attempt to connect t
5353
> [!NOTE]
5454
> At this stage, it's important that an Autopilot profile exists in the tenant so that a blank profile isn't cached locally on the device. If necessary, you can retrieve a new Autopilot profile by rebooting the device.
5555
>
56-
> If you need to reboot a computer during OOBE:
57-
>- Press Shift-F10 to open a command prompt.
58-
>- Enter **shutdown /r /t 0** to restart immediately, or **shutdown /s /t 0** to shut down immediately.
56+
> If you need to reboot a computer during OOBE to retrieve a new Autopilot profile:
57+
> 1. Press Shift-F10 to open a command prompt window.
58+
> 2. In the command prompt window, enter one of the following two options:
59+
> 1. Enter **shutdown.exe /r /t 0** to restart immediately.
60+
> 2. Enter **shutdown.exe /s /t 0** to shut down immediately.
5961
>
6062
> For more information, see [Windows Setup Command-Line Options](/windows-hardware/manufacture/desktop/windows-setup-command-line-options).
6163

0 commit comments

Comments
 (0)