I've been experiencing some frustrating problems with my laptop today, even though everything was working fine yesterday. I'm worried that my Windows might be bricked or corrupted. The start menu and taskbar search bar aren't functioning anymore, and it's taking a long time for File Explorer to load. It sometimes just stops responding altogether. To top it off, I can't access Windows Update because it gives me an error saying something went wrong. I've tried restarting Windows Explorer, but that didn't help. I even attempted to reset my PC, but it says it couldn't find the recovery environment. Any advice?
3 Answers
You might want to try opening an elevated command prompt and running these commands:
1. `dism.exe /online /cleanup-image /restore health`
2. `sfc /SCANNOW`
Also, double-check that your C: drive has enough free space. Hope this helps!
If you don’t mind losing your data, you could just reinstall Windows from a USB drive. However, if you want to keep your files, boot into the Windows Recovery Environment, enter Safe Mode, and run these commands:
1. `sfc /scannow`
2. `DISM /Online /Cleanup-Image /RestoreHealth`
After that, restart your PC. If you have a system restore point set up, you could try that too.
If the `sfc` and `DISM` commands didn’t do the trick, consider trying an in-place repair. Download the Windows 11 .iso file, right-click it, select 'Mount', then double-click on 'setup' and follow the prompts to proceed. Just make sure to select the option to keep your apps and files. Remember, this isn’t a full reset, it’s just a last-ditch effort to repair your Windows without a clean install.

I was doing the in-place repair, and it was going well until it got stuck at 46% progress. What should I do?