Hi, A,
Sorry to hear you're experiencing this issue.
Usually, this problem is caused by corrupted files on Windows, you can use these commands to find and repair the corrupted files.
Step 1: Check if doesn't have any corrupt files on the windows.
1-Right-Click on Start then click on Windows Terminal (admin)
2- Type these commands.
sfc /scannow (and press Enter)
Dism /Online /Cleanup-Image /ScanHealth (and press Enter)
Dism /Online /Cleanup-Image /CheckHealth (and press Enter)
3- The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth argument to repair the image.
4-Type this command and press Enter:
Dism /Online /Cleanup-Image /RestoreHealth
Step 2: Rebuild the hibernate.sys file, this is the file responsible for saving the state of the apps when your computer sleeps.
1-Right-click on Start then click on Windows Terminal(admin)
2-Type this command and press Enter:
powercfg.exe /hibernate off
3-Reboot your PC
4-Right-click on Start then click on Windows Terminal(admin)
5-Type this command and press Enter:
powercfg.exe /hibernate on
6-Reboot your PC and check if the problem was fixed
I hope this information helps. If you have any questions, please let me know and I'll be glad to assist you further.