WDT Windows Diagnostics Toolkit

← Back to WDT

Sample Windows diagnostic report

An anonymized demonstration of the structured TXT output produced by WDT. These values do not describe a real system.

Source content: docs/report-example.md. Privacy Mode reduces common identifiers, but every generated report still requires review before sharing.

TXT report · demonstration data
Windows Diagnostics Toolkit - Support Report
Created at    : 2026-07-12 10:15:30 +02:00
Computer name : <HOST-1>
Mode          : read-only
Privacy mode  : enabled
Output        : <USER-1>\WindowsDiagnosticsReport-20260712-101530.txt
Selected      : System Information, Security Posture, Performance Snapshot, Network Check, Time Sync Diagnostics, Disk Health, Crash and Hang Diagnostics, Event Log Check, Services Check, Windows Update Check

== Findings Summary ==
Overall status : WARN
Errors         : 0
Warnings       : 3
OK modules     : 7

[WARN] Security Posture / SECURITY_BITLOCKER_NOT_PROTECTED - One or more BitLocker volumes are not protected.
[WARN] Time Sync Diagnostics / TIME_SOURCE_LOCAL_CLOCK - Windows Time is using a local clock source.
[WARN] Services Check / SERVICE_STATE_ISSUES - One or more services need attention.
[OK] System Information - No findings.
[OK] Performance Snapshot - No findings.
[OK] Network Check - No findings.
[OK] Disk Health - No findings.
[OK] Crash and Hang Diagnostics - No findings.
[OK] Event Log Check - No findings.
[OK] Windows Update Check - No findings.

== System Information ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\system\diagnostic.ps1
Exit code: 0

Windows Diagnostics Toolkit - System Information
Mode: read-only

== Windows ==
Computer name : <HOST-1>
Caption       : Microsoft Windows 11 Pro
Version       : 10.0.26100
Build number  : 26100
Last boot     : 07/12/2026 08:12:00
Uptime        : 0 days, 02:03:30

== Hardware ==
CPU           : Example CPU
Memory        : 32.00 GB
GPU           : Example GPU

== Security Posture ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\security\diagnostic.ps1
Exit code: 0

== Defender ==
Antivirus enabled    : Enabled
Real-time protection : Enabled

== Firewall Profiles ==
Domain  : Enabled
Private : Enabled
Public  : Enabled

== BitLocker ==
Volume            : C:\
Protection status : Off
Volume status     : FullyDecrypted

== Network Check ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\network\diagnostic.ps1
Exit code: 0

== Active Network Adapters ==
Name        : Ethernet
Status      : Up
MAC         : <MAC-1>
IPv4        : <IP-1>
Gateway     : <IP-2>
DNS servers : <IP-3>
DHCP        : Enabled

== WinINET Proxy ==
Enabled        : Enabled
Proxy server   : https=<REDACTED>@proxy.example.invalid:8443
Auto config URL: https://proxy.example.invalid/config.pac?token=<REDACTED>

== Time Sync Diagnostics ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\time\diagnostic.ps1
Exit code: 0

== Windows Time Service ==
Name          : W32Time
State         : Running
Start mode    : Auto
Domain joined : False

== Time Source ==
Source: Local CMOS Clock

== W32tm Status ==
Source: Local CMOS Clock

== Disk Health ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\disk\diagnostic.ps1
Exit code: 0

== Physical Disks ==
Name       : ExampleDisk
Media type : SSD
Health     : Healthy
Size       : 930.00 GB

== Services Check ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\services\diagnostic.ps1
Exit code: 0

== Automatic Services Not Running ==
Name        : ExampleService
DisplayName : Example Service
State       : Stopped
StartMode   : Auto

== Windows Update Check ==
Command: powershell.exe -NoProfile -ExecutionPolicy Bypass -File modules\updates\diagnostic.ps1
Exit code: 0

== Pending Reboot ==
Pending reboot : No
Indicators found: None

The source example notes that a real report includes complete output for every selected module. Always review the generated file before posting it publicly.

Run diagnosticsView source example