Hey RAV3N2020,
I wouldn't recommend you to use a system restore point, because it is more than unlikely, that it was created far enough back for us to be useful.
Instead, here is how I would go about fixing the problem.
(based on the following article Windows 10 reparieren)
To be secure we don't screw things up (as this has happened to me when my system was broken, it was even more after fixing it), you should create a system restore point.
Press [Win]+[R] and type in the following:
and press [Enter].
In the newly opened window, you can configure and create system restore points.
I'm sure you will be able to do this yourself, if not, you may use the human's best friend Google.
Now for the fixing you should try to use Windows' own techniques for finding issues with the system.
In order to do so, open the command prompt as an administrator.
(can be done by pressing [Win]+[X] / rightclicking the Windows icon on the taskbar and selecting
command prompt (administrator) or alternatively you can search for
cmd.exe in the start menu by pressing [Win] and typing [C][M][D] and press [Ctrl]+[Shift] before leftclicking
cmd.exe)
You may try all of the following commands (the lines starting with // are commentary)
Code: Select all
// search the registry for errors:
Dism /Online /Cleanup-Image /CheckHealth
// search for partition errors:
Dism /Online /Cleanup-Image /ScanHealth
// search for general errors:
Dism /Online /Cleanup-Image /RestoreHealth
// if you get an error message 0x800f081f , it means that it can't find the necessary
// files that it tries to get from the net.
// Please advance to the next command in this case and make a post about it later.
// run the Windows system integrity test
sfc /scannow
// if sfc finds errors it can't fix on its own, leave a comment about it.
If this doesn't help, the next thing would be to do an inplace upgrade.
I have not yet done one of those on Windows 10, but I'm sure we'll be able to do this, if necessary.
Nonetheless it would be an effort to post every step here, so I would like to know if you even still have any problems at this point.
Have a nice day and best regards,
--Zuzu_Typ--