Lose 10 tasks on the taskbar, assistance required
Lose 10 tasks on the taskbar, assistance required
Hello everyone, I set up an account just for this problem since Google searches haven’t helped much. I recently installed a new Windows 10 on my PC a few months ago, using all the latest hardware except RAM, and have been experiencing repeated BSODs (which seem to have resolved themselves), plus missing or corrupt files. I’m puzzled about the connection but think it might be linked to this new issue. On the taskbar, clicking the start button opens the menu, the search bar appears there, and the sound icon lets me pick my audio source and adjust volume. But when I hover my mouse over these windows, a small loading icon pops up and the window closes instantly. This is problematic because it prevents me from shutting down via the start menu. If I want to launch a program, I can’t do so without finding the .exe file through File Explorer or something similar. I’d really appreciate any guidance or help here. Also, any insight into why my Windows installation might have gone wrong would be great. Thanks in advance! P.S. If you need a video showing the issue, I can record it and share it.
I consider a fresh Windows setup. If that doesn't work, enter BIOS and reset everything, then run MemTest86 for about half an hour—possibly 45 minutes—to check for RAM issues. If no errors appear, adjust XMP/DOCP settings in BIOS and retest with MemTest86; observe any new problems. If the system still crashes and BSODs persist, examine the error logs to see if faulty hardware is causing the issue. Failing SSDs can often trigger frequent BSODs.
I thought about reinstalling Windows but prefer to keep it as my final choice. After that, I’ll run a memory test once I decide to proceed with the reinstall. My RAM was purchased roughly a year and a half ago and has been installed in my old PC without any BSODs, even though it’s currently running at 2133Mhz—just fine at 3200Mhz now. I haven’t used it much. Additionally, Windows is already on a new M.2 NVMe drive.
It's notable that the only component you retained from the previous setup was the RAM, which wasn't optimized for XMP/DOCP. Now, using it in a fresh system with those features causes crashes. If I were you, I'd run MemTest86 immediately with XMP/DOCP activated to check for issues at overclocked speeds. Should you encounter errors during testing, it might indicate the RAM is intact but your CPU struggles with the frequency—specifically the IMC. If the IMC can't keep up, it will generate errors even though the RAM appears normal. In that scenario, adjust the IMC voltage or, after enabling XMP/DOCP, lower the RAM's clock speed to around 3000MHz and verify functionality. Also, please share your PC's complete specifications.
CPU model is Ryzen 5 3600X with MOBO MSI MPG X570. GPU is Sapphire RX580 with 8GB RAM via Corsair Vengeance PRO RGB. PSU is Cooler Master 750W MWE GOLD. I noticed a few mistakes and realized the GPU came from an earlier build, and the CPU was purchased used on eBay. Sorry about that.
It's uncertain whether a defective graphics card triggers BSODs. In most scenarios, the card shouldn't cause this issue. You'd more likely see games crashing, the screen going dark, or strange visuals, with the display driver handling itself. Still, it's possible to get BSODs if the CPU is second-hand and may have been damaged during purchase. With your 3600X model, which officially supports up to 3200MHz, the concern about the IMC not managing DOCP isn't a problem since 3200MHz matches the official RAM speed. However, it's still possible for the CPU to be faulty, making it unable to support those speeds. If you were my situation, I'd begin by running MemTest86 with all RAM installed and DOCP enabled. No errors indicate everything is functioning properly. If errors appear, disable DOCP and retest. No errors suggest the RAM or CPU might be defective, especially if it struggles with high speeds or timing. Remove all but one RAM stick, test again, and see if errors disappear. Continue this process across all slots for thorough verification.
You're encountering issues with the taskbar after running the .exe. It could be related to system updates, background processes, or conflicts with other software. Check if any recent changes were made to your system or applications.
I've adjusted some changes to my original message. The process involves using Rufus to create a bootable USB for MemTest86, excluding Windows entirely. I won't touch the Taskbar. It might be a tricky situation. I recommend ensuring all Windows updates are installed. If the issue persists after updating, a clean reinstall could help.
I conducted further detailed research and successfully addressed the problem. For others encountering this thread, here’s a summary: Launch Task Manager. Use CTRL+Shift+ESC, then select File > Run New Task. Check the box for “Create this task with administrative privileges.” In PowerShell, run these commands:
1. $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml'
2. Add-AppxPackage -DisableDevelopmentMode -Register $manifest
After that, use Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*SystemApps*"} and press Enter. Finish by closing the PowerShell window and reboot.