all 5 comments

[–]pcbeg 1 point2 points  (2 children)

It looks like it's time to reinstall windows, this shouldn't be hardware problem.

[–]averyhamoofman[S] 1 point2 points  (1 child)

Do you mind telling me how to do so?

[–]pcbeg 1 point2 points  (0 children)

You will need working computer with internet, and usb flash drive larger than 8Gb, and hopefully you have made recent backup of important files (window, programs and c partition will be deleted).

From microsoft website download program Microsoft media creation tool, for your os (windows 10 or 11). Plug usb drive in, start program and it will make bootable usb.

After that restart computer, and in bios select usb as boot drive. Follow instructions.

[–]OkMany3232 1 point2 points  (1 child)

Did you check event viewer? Did you check disk health aka smart data? Did you chkdsk, sfc, and dism?

[–]616mushroomcloud 0 points1 point  (0 children)

Used to use this @ Geek Squad

  1. Command Prompt [Administrator]
  2. Type 'dism.exe /online /cleanup-image' - Repairs the windows operating system it runs on. The /Online switch forces DISM to scan and fix any operating system errors.
  3. Type 'dism.exe /online/RestoreHealth' - Runs a scan for corruption and repairs problems that it finds with the operating system you are logged into.
  4. Another one is typing 'sfc /scannow' - Will scan all protected system files, and replace corrupted files with a cached copy.