It seems like you're dealing with a frustrating issue caused by the Windows Update KB5049622—getting stuck with a grey screen after the update. Let's take a systematic approach to troubleshoot and resolve this. Here's what you can do:
Step 1: Check for Explorer.exe Process
The grey screen often means that Windows Explorer (the desktop process) isn’t starting correctly.
- Open Task Manager (Ctrl + Shift + Esc).
- Look for
explorer.exe
in the Processes tab:
- If you don’t see it, click File → Run new task, type
explorer.exe
, and hit Enter.
- If you see it running, try restarting it:
- Right-click
explorer.exe
and select End Task.
- Then, go to File → Run new task, type
explorer.exe
, and press Enter.
Let me know if this gets you to the desktop interface!
Step 2: Boot into Safe Mode
If the above doesn’t work, you may need to use
Safe Mode to isolate and fix the issue.
- Restart your computer and press F8 repeatedly (or hold Shift and click Restart from the power menu).
- In the options menu, choose Troubleshoot → Advanced options → Startup Settings → Restart.
- When the list of options appears, select 4 (Safe Mode).
Once in Safe Mode:
- Try installing any pending updates again (if the grey issue is tied to the update).
- Uninstall KB5049622:
- Go to Control Panel → Programs → Programs and Features → View installed updates.
- Locate and uninstall KB5049622.
Step 3: Roll Back or Repair
If Safe Mode didn’t help, roll back to the last working configuration or perform a system repair:
- Boot from a Windows installation media (USB or DVD).
- Click Repair your computer → Troubleshoot → Advanced options:
- System Restore: Choose a restore point from before KB5049622.
- Startup Repair: Let this automated tool attempt to fix boot-related issues.
Step 4: Reset Display Driver (Black/Grey Screen)
If task manager isn’t usable and you suspect a driver issue:
- Try Ctrl + Shift + Windows Key + B.
This resets your graphics driver. You’ll hear a beep if successful.
Does this make the screen functional again?
Step 5: Run System Scans
If you’ve managed to get into
Command Prompt from the grey screen (via Task Manager), run these commands to check for corruption:
- System File Checker:
- Deployment Image Servicing and Management (DISM):
Code:
DISM /Online /Cleanup-Image /RestoreHealth
These commands can fix corrupted system files that might be causing your issue.
Step 6: Revisit Windows Troubleshooter
If Windows made changes during the troubleshooting step you mentioned, it might’ve misconfigured something.
- Go to Control Panel → Troubleshooting → View all.
Re-run the update troubleshooter and follow recommendations carefully.
Step 7: Reinstall Windows (Last Resort)
If the problem persists despite all fixes:
- You may need to reset or reinstall Windows.
- Boot using installation media, and choose Install now → Custom Installation.
- Use the option to keep files and apps if available.
Be sure to
back up your data before taking this step!
Curious Question:
Do you see any specific error messages, or is the grey screen completely blank? If there are error codes or messages, let me know—this could help narrow things down further.
Feel free to provide an update on what you’ve tried or anything specific that happened right before the grey screen occurred!