<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Aung Ko Ko</title>
    <description>The latest articles on Forem by Aung Ko Ko (@aungkoko).</description>
    <link>https://forem.com/aungkoko</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3712736%2F7d263484-426d-44a6-8aa9-6388d8b90f7a.jpg</url>
      <title>Forem: Aung Ko Ko</title>
      <link>https://forem.com/aungkoko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aungkoko"/>
    <language>en</language>
    <item>
      <title>Diagnostics 101: The Art of Systematic Troubleshooting</title>
      <dc:creator>Aung Ko Ko</dc:creator>
      <pubDate>Thu, 15 Jan 2026 13:14:46 +0000</pubDate>
      <link>https://forem.com/aungkoko/diagnostics-101-the-art-of-systematic-troubleshooting-594e</link>
      <guid>https://forem.com/aungkoko/diagnostics-101-the-art-of-systematic-troubleshooting-594e</guid>
      <description>&lt;p&gt;A good troubleshooter is only as effective as the tools they use. Windows comes with powerful diagnostic utilities that most people overlook, and a few well‑chosen external tools can make the difference between guessing and knowing. In this post, I’ll walk through the essential toolkit for systematic diagnostics.&lt;/p&gt;

&lt;p&gt;🖥️ Built‑in Windows Tools&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Event Viewer&lt;/li&gt;
&lt;li&gt;Logs system and application events.&lt;/li&gt;
&lt;li&gt;Look for recurring warnings or errors around the time of a crash.&lt;/li&gt;
&lt;li&gt;Tip: Filter by “Critical” to spot serious issues quickly.&lt;/li&gt;
&lt;li&gt;Reliability Monitor&lt;/li&gt;
&lt;li&gt;Visual timeline of system stability.&lt;/li&gt;
&lt;li&gt;Shows when updates, drivers, or apps caused failures.&lt;/li&gt;
&lt;li&gt;Great for spotting patterns over weeks or months.&lt;/li&gt;
&lt;li&gt;Task Manager&lt;/li&gt;
&lt;li&gt;Real‑time view of CPU, memory, disk, and network usage.&lt;/li&gt;
&lt;li&gt;Identify resource hogs or runaway processes.&lt;/li&gt;
&lt;li&gt;Tip: Use the “Startup” tab to disable unnecessary boot programs.&lt;/li&gt;
&lt;li&gt;Resource Monitor&lt;/li&gt;
&lt;li&gt;More detailed than Task Manager.&lt;/li&gt;
&lt;li&gt;Breaks down disk and network activity per process.&lt;/li&gt;
&lt;li&gt;Perfect for tracking bottlenecks.&lt;/li&gt;
&lt;li&gt;Windows Memory Diagnostic&lt;/li&gt;
&lt;li&gt;Tests RAM for errors.&lt;/li&gt;
&lt;li&gt;Run when you suspect hardware instability.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;⚡ Command‑Line &amp;amp; PowerShell&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sfc /scannow → Scans and repairs system files.&lt;/li&gt;
&lt;li&gt;DISM /Online /Cleanup-Image /RestoreHealth → Repairs Windows image corruption.&lt;/li&gt;
&lt;li&gt;Get-EventLog (PowerShell) → Pulls logs programmatically for deeper analysis.
These commands are lifesavers when the GUI tools don’t reveal enough.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛠️ Trusted External Tools&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CrystalDiskInfo → Monitors hard drive health (SMART data).&lt;/li&gt;
&lt;li&gt;HWMonitor → Tracks temperatures and voltages.&lt;/li&gt;
&lt;li&gt;Process Explorer (Sysinternals) → Advanced process analysis beyond Task Manager.&lt;/li&gt;
&lt;li&gt;BlueScreenView → Decodes crash dump files for BSOD analysis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📒 How to Use Them Together&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start with Event Viewer or Reliability Monitor to spot the timeline.&lt;/li&gt;
&lt;li&gt;Use Task Manager/Resource Monitor to check real‑time behavior.&lt;/li&gt;
&lt;li&gt;Run command‑line scans to repair system integrity.&lt;/li&gt;
&lt;li&gt;Confirm hardware health with external tools.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎯 Key Takeaway&lt;br&gt;
Diagnostics isn’t about having one magic tool. It’s about knowing which tool to use at the right stage of investigation. Master these, and you’ll move from guessing to evidence‑based troubleshooting.&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>diagnostics</category>
      <category>troubleshooting</category>
    </item>
  </channel>
</rss>
