Hi,Paoooo28
You can try the following
Use Command Prompt from the Windows 10 Startup Options menu.
When the Startup Options menu appears, you need to do the following:
- select Troubleshooting > Advanced Options.
- Select Command Prompt from the list of options.
- When the Command Prompt appears, type the following lines and press Enter after each line to run it: bootrec.exe /rebuildbcd bootrec.exe /fixmbr bootrec.exe /fixboot
- To execute these commands, you need to know the disk letters of all the hard disk partitions. Type the following into the Command Prompt (but remember to use letters that correspond to your computer's hard disk partitions): chkdsk /r c: chkdsk /r d:
Disclaimer: Running chkdsk can check the file system and file system metadata of a volume for logical and physical errors. To avoid any trouble for you, do not cancel or interrupt chkdsk, and back up important data. More information please refer to this chkdsk | Microsoft Learn.https://docs.microsoft.com/en-US/windows-server/administration/windows-commands/chkdsk
- Restart the computer and check if the problem has been resolved.
Best wishes
Bobhe | Microsoft Community Support Specialist