mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 20:03:40 +00:00
Added important note for #909
This commit is contained in:
@ -12,7 +12,7 @@ ms.localizationpriority: medium
|
|||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows error reporting
|
# Windows Error Reporting
|
||||||
|
|
||||||
**Applies to**
|
**Applies to**
|
||||||
- Windows 10
|
- Windows 10
|
||||||
@ -26,6 +26,9 @@ When Windows Setup fails, the result and extend code are recorded as an informat
|
|||||||
|
|
||||||
To use Windows PowerShell, type the following commands from an elevated Windows PowerShell prompt:
|
To use Windows PowerShell, type the following commands from an elevated Windows PowerShell prompt:
|
||||||
|
|
||||||
|
>[!IMPORTANT]
|
||||||
|
>}The following source will be available only if you have done an update from a previous version of windows 10 into a new version. If you installed the current version and have not done any update, the source named **WinSetupDiag02** will be unavailable.
|
||||||
|
|
||||||
```Powershell
|
```Powershell
|
||||||
$events = Get-WinEvent -FilterHashtable @{LogName="Application";ID="1001";Data="WinSetupDiag02"}
|
$events = Get-WinEvent -FilterHashtable @{LogName="Application";ID="1001";Data="WinSetupDiag02"}
|
||||||
$event = [xml]$events[0].ToXml()
|
$event = [xml]$events[0].ToXml()
|
||||||
|
Reference in New Issue
Block a user