Hello there,
If you cannot find anything in Event Viewer I would suggest you use tools like Procmon to find the root cause for this behaviou
Corrupted system files are one of the possible reasons why this issue is happening. Try the below steps and see if they are helpful
Press F8 while booting your computer to access System Recovery options.
Click Troubleshoot.
Select Command Prompt.
Enter the following commands below, then press Enter after each command:
chkdsk c: /f
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
bcdboot c:\windows /s c:
Once done with the above commands, restart your computer and see if the problem is fixed.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–