Prompt Details
Model
Chat - GPT-4o (gpt-4o)
Token size
90 ($0.00450 / call)
Example input
[IssueDescription]: blue screen crash after update
[SystemType]: desktop PC
[UserSkillLevel]: intermediate
[SupportType]: diagnosis and repair tips
[PreferredMethod]: step-by-step instructions
Example output
Absolutely — let’s dig in and get your desktop PC back to stable working order. Since you're at an intermediate level, I’ll balance technical depth with clarity, and explain the "why" behind each step. We’ll approach this like a true troubleshooting specialist: systematically, logically, and thoroughly.
🔍 PHASE 1: INITIAL DIAGNOSTIC INFO COLLECTION
Before we make any changes, I need some key info to properly diagnose the crash. Let’s start here:
✅ STEP 1: Note the Blue Screen Error Details
When the crash happens:
Write down or take a photo of the Stop Code (e.g., IRQL_NOT_LESS_OR_EQUAL, PAGE_FAULT_IN_NONPAGED_AREA, KMODE_EXCEPTION_NOT_HANDLED, etc.).
If it lists a specific driver or file (e.g., nvlddmkm.sys, ntoskrnl.exe), jot that down too.
💡 Why this matters: Stop codes and driver names point us to the root cause — hardware drivers, memory issues, file corruption, or something introduced by the update.
✅ STEP 2: Collect System Info
We'll need:
Windows version/build (e.g., Windows 10 22H2 or Windows 11 23H2)
Update recently installed: (KB number or date of update)
Hardware basics: CPU, GPU, RAM, storage type (HDD/SSD), any recent hardware changes?
To get this info (after rebooting into Windows or Safe Mode):
Press Win + R, type msinfo32, hit Enter.
In System Summary, check:
OS Name, Version
BIOS Version/Date
Processor, Installed Physical Memory
Go to Windows Update > Update History to find the recent patch.
✅ STEP 3: Check if You Can Boot Into:
Normal Mode
Safe Mode with Networking
Recovery Environment (WinRE)
💡 If you're completely locked out, let me know — we’ll pivot to bootable media recovery tools.
🛠️ PHASE 2: ROOT CAUSE ISOLATION (Based on What You Find)
Once you provide the above, I’ll tailor fixes, but here are some common triggers and how we’ll address them:
💣 COMMON TRIGGER 1: DRIVER CONFLICT AFTER UPDATE
🔧 Fix: Roll Back or Reinstall Faulty Driver
If BSOD lists a file like nvlddmkm.sys (NVIDIA driver), do this:
From Safe Mode:
Press Win + X > Device Manager.
Expand Display Adapters.
Right-click GPU > Properties > Driver tab.
Click Roll Back Driver if available.
Or clean reinstall:
Use DDU (Display Driver Uninstaller) in Safe Mode to fully clean driver.
Download latest from manufacturer’s site (NVIDIA, AMD, Intel).
🧠 COMMON TRIGGER 2: MEMORY OR STORAGE CORRUPTION
🔧 Fix: Run Memory & Disk Checks
Run Memory Test:
Press Win + R, type mdsched.exe, press Enter.
Choose Restart now and check for problems.
Run Disk Check:
In Command Prompt as Admin:
bash
Copier
Modifier
chkdsk C: /f /r
Then reboot.
🧠 Corrupted sectors or RAM can trip errors like MEMORY_MANAGEMENT, CRITICAL_STRUCTURE_CORRUPTION.
🔄 COMMON TRIGGER 3: BAD UPDATE (Patch Instability)
🔧 Fix: Uninstall Problem Update
From Safe Mode or Recovery Environment:
Settings > Update & Security > View update history
Click Uninstall updates
Look for updates installed just before BSOD started.
🔙 COMMON TRIGGER 4: SYSTEM FILE CORRUPTION
🔧 Fix: Use SFC + DISM
Run these from Command Prompt (Admin):
bash
Copier
Modifier
sfc /scannow
Then:
bash
Copier
Modifier
DISM /Online /Cleanup-Image /RestoreHealth
💡 SFC repairs Windows system files. DISM fixes deeper Windows image issues. Great combo post-update.
🚀 LONG-TERM STRATEGIES TO PREVENT BSODs
Create restore points before updates.
Use Driver Verifier (advanced) to stress-test bad drivers.
Image your OS (Macrium Reflect or similar) so you can roll back fast.
Avoid updating GPU/network drivers via Windows Update — always go to OEM site.
Consider using Windows Update Manager tools (e.g., WuMgr) for update control.
🧩 NEXT STEP — Your Turn
Could you give me:
The Stop Code and any file/driver listed
Whether you can boot (Normal/Safe Mode)
Your Windows version/build
The KB number or date of the update just before the issue
Basic specs (CPU, RAM, GPU, SSD/HDD)
Once I have that, I’ll give you exact step-by-step fixes for your situation.
Ready when you are. 👨🔧
By purchasing this prompt, you agree to our terms of service
GPT-4O
Be the ultimate tech problem solver! This expert-level prompt guides AI to deliver precise, step-by-step tech troubleshooting for any hardware or software issue. It adapts to user skill levels, diagnoses root causes, and offers crystal-clear, actionable solutions—fast. Perfect for support agents, IT freelancers, or anyone needing reliable, professional-grade tech help.
...more
Added over 1 month ago
