diff options
| author | dunix2000 <[email protected]> | 2026-06-26 10:25:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-26 10:25:15 -0700 |
| commit | a161e16e37c65ad538f63d323d418e1917e89a37 (patch) | |
| tree | ab4df3ef25f21043bd1f827ecd792fc069dc2478 | |
| parent | 1ccb7881b270fd8f8a41fc71618680f57ed05319 (diff) | |
Apply suggestion from @5an7y-Microsoft
Co-authored-by: 5an7y-Microsoft <[email protected]>
| -rw-r--r-- | .github/crashdetect/CrashDetectSetupGuide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/crashdetect/CrashDetectSetupGuide.md b/.github/crashdetect/CrashDetectSetupGuide.md index 77d2a748..88f7a3b7 100644 --- a/.github/crashdetect/CrashDetectSetupGuide.md +++ b/.github/crashdetect/CrashDetectSetupGuide.md @@ -119,8 +119,8 @@ Install WinPE Add-on: <br>**Important:** Install **ADK first**, then WinPE add-o - Start a `Command Prompt` running as administrator. - Run the script by typing the following line into the Command Prompt. -``` - "C:\WinPE_USB\Scripts\CrashDetectCreateUsb.cmd" +```cmd +C:\WinPE_USB\Scripts\CrashDetectCreateUsb.cmd ``` - The script will display a list of detected disk drives, usually Disk 0 is the OS disk, do not select that disk. - Prompt 1: will ask you to enter the Disk number of your USB drive. |
