mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Update various Windows Upgrade articles
This commit is contained in:
@ -8,7 +8,7 @@ author: frankroj
|
||||
ms.localizationpriority: medium
|
||||
ms.topic: article
|
||||
ms.subservice: itpro-deploy
|
||||
ms.date: 01/29/2025
|
||||
ms.date: 04/08/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>
|
||||
@ -22,7 +22,7 @@ appliesto:
|
||||
>
|
||||
> See [Resolve Windows upgrade errors](resolve-windows-upgrade-errors.md) for a full list of articles in this section.
|
||||
|
||||
When Windows Setup fails, the result and extend code are recorded as an informational event in the Application log by Windows Error Reporting as event 1001. The event name is **WinSetupDiag02**. Event Viewer or Windows PowerShell can be used to review this event.
|
||||
When Windows Setup fails, the [result code](/troubleshoot/windows-client/deployment/windows-10-upgrade-error-codes?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json#result-codes) and [extend code](/troubleshoot/windows-client/deployment/windows-10-upgrade-error-codes?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json#extend-codes) are recorded as an informational event in the Application log by Windows Error Reporting as event 1001. The event name is **WinSetupDiag02**. Event Viewer or Windows PowerShell can be used to review this event.
|
||||
|
||||
To use Windows PowerShell, type the following commands from an elevated Windows PowerShell prompt:
|
||||
|
||||
@ -48,18 +48,18 @@ To use Event Viewer:
|
||||
|
||||
Ten parameters are listed in the event:
|
||||
|
||||
| Parameters |
|
||||
| ------------- |
|
||||
| P1: The Setup Scenario (1=Media,5=WindowsUpdate,7=Media Creation Tool) |
|
||||
| P2: Setup Mode (x=default,1=Downlevel,5=Rollback) |
|
||||
| P3: New OS Architecture (x=default,0=X86,9=AMD64) |
|
||||
| P4: Install Result (x=default,0=Success,1=Failure,2=Cancel,3=Blocked) |
|
||||
| **P5: Result Error Code** (Ex: 0xc1900101) |
|
||||
| **P6: Extend Error Code** (Ex: 0x20017) |
|
||||
| P7: Source OS build (Ex: 9600) |
|
||||
| P8: Source OS branch (not typically available) |
|
||||
| P9: New OS build (Ex: 16299) |
|
||||
| P10: New OS branch (Ex: rs3_release) |
|
||||
| Parameters | Description| Example |
|
||||
| ------------- | --- | --- |
|
||||
| P1 | The Setup Scenario | 1=Media, 5=WindowsUpdate, 7=Media Creation Tool |
|
||||
| P2 | Setup Mode | x=default, 1=Downlevel, 5=Rollback |
|
||||
| P3 | New OS Architecture | x=default, 0=X86, 9=AMD64 |
|
||||
| P4 | Install Result | x=default, 0=Success, 1=Failure,2=Cancel, 3=Blocked |
|
||||
| **P5** | Result Error Code | 0xc1900101 |
|
||||
| **P6** | Extend Error Code | 0x20017 |
|
||||
| P7 | Source OS build | 9600 |
|
||||
| P8 | Source OS branch | Not typically available |
|
||||
| P9 | New OS build | 16299 |
|
||||
| P10 | New OS branch | rs3_release) |
|
||||
|
||||
The event also contains links to log files that can be used to perform a detailed diagnosis of the error. The following example is an example of this event from a successful upgrade:
|
||||
|
||||
|
Reference in New Issue
Block a user