Corrupted Windows can cause many different problems. Have you reached a point where you are considering a new clean installation of Windows. You might want to try this before going with the nukes.
Type CMD into your desktop search bar and then right click on Command Prompt and select "run as administrator"
Now inside CMD, type DISM.exe /Online /Cleanup-image /Restorehealth
This repairs the Windows Component Store that is basically a cache of many system files. This will probably take a few minutes and will require Internet access.
When this is done, we should have clean files for Windows to use, so type into CMD sfc /scannow
This checks your Windows system files for corruption and replaces them with the files you previously repaired/replaced in your Windows Component Store. It will take just a few minutes and should not need an Internet connection. In fact, if you can't connect to the Internet, you could skip the first step, and try just running this. So long as your Windows Component Store was okay, this should fix your problem.
The entire process is very quick and won't do anything to personal files on your system. It is an effective tool to attempt before going nuclear.
Note: you'll often see the component store designated as Windows Side-by-Side or WinSxS
Type CMD into your desktop search bar and then right click on Command Prompt and select "run as administrator"
Now inside CMD, type DISM.exe /Online /Cleanup-image /Restorehealth
This repairs the Windows Component Store that is basically a cache of many system files. This will probably take a few minutes and will require Internet access.
When this is done, we should have clean files for Windows to use, so type into CMD sfc /scannow
This checks your Windows system files for corruption and replaces them with the files you previously repaired/replaced in your Windows Component Store. It will take just a few minutes and should not need an Internet connection. In fact, if you can't connect to the Internet, you could skip the first step, and try just running this. So long as your Windows Component Store was okay, this should fix your problem.
The entire process is very quick and won't do anything to personal files on your system. It is an effective tool to attempt before going nuclear.
Note: you'll often see the component store designated as Windows Side-by-Side or WinSxS