Advertisement
Guest User

Untitled

a guest
Jul 14th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Hi,
  2.  
  3. Perform a hard shutdown two times during the Windows boot screen. On the third time, Windows should boot to the recovery environment.
  4.  
  5. If you can see Windows Recovery, go to Step 2.
  6.  
  7. If you get a screen that says you need to use Recovery tools, you need another computer to create a recovery/installation media. You may also need Installation media if the Windows Recovery environment says your password is incorrect.
  8.  
  9. How to Create Bootable USB Flash Drive to Install Windows 10
  10. https://www.tenforums.com/tutorials/2376-create-bootable-usb-flash-drive-install-windows-10-a.html
  11.  
  12. Boot from the USB Flash drive-Make sure you have disabled Secure boot/Fast boot in BIOS Settings and changed the boot order if required.
  13.  
  14. Disable Fast Boot in UEFI Firmware settings
  15. https://www.tenforums.com/tutorials/21284-enable-disable-fast-boot-uefi-firmware-settings-windows.html
  16.  
  17. When you have successfully booted from the Installation media, click Repair your computer at the first screen after choosing the keyboard layout.
  18.  
  19.  
  20. Step 2:
  21.  
  22. 1. Use Startup repair: The first option you can try is to use Startup repair, which automatically detects and fixes problems. Depending on the severity of the problem, it may or may not be successful.
  23.  
  24. 2. Uninstall Updates
  25.  
  26. The second step you can try is to uninstall the latest updates if Windows 10 fails to start after installing updates.
  27.  
  28. Choose Uninstall Updates.
  29.  
  30. Uninstall the update based on what was installed – a feature update or a quality update. Usually, the former is responsible.
  31.  
  32. 3. CHKDSK:
  33.  
  34. If uninstalling did not help and is unrelated, the next step is to try using a Disk Check.
  35.  
  36. Choose Command Prompt in the list of troubleshooting.
  37.  
  38. Get the Current Windows Installation drive letter, which is either C, D, or E; Type BCDEDIT, and Press Enter. Note the letter.
  39.  
  40. Enter the command given below:
  41. chkdsk X: /f /r (Replace X with the Current Windows Install Letter)
  42.  
  43. When done, you would see the output and restart the PC to check.
  44.  
  45. 4. Another try you can give to fix is SFC SCANNOW through the Offboot switch. For this, follow the steps below:
  46.  
  47. First, find the Windows Install drive letter using the BCDEDIT command.
  48.  
  49. Then, try entering the following command:
  50. sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
  51.  
  52. After the scan completes, you will see the results.
  53. You can also try using DISM: dism /image:C:\ /cleanup-image /revertpendingactions
  54.  
  55.  
  56. 5. Reset this PC or clean install.
  57.  
  58. The last Step is a Reset. The catch with Reset is all applications would be removed, and files would be kept(you would be presented with the option to erase everything). Also, for this step, A healthy Reset Image is required, which maybe would be affected by corruption. If you are using Installation media, you can do a clean install after rescuing your files.
  59.  
  60. Rescue Files when Windows won't start
  61. https://answers.microsoft.com/en-us/windows/forum/windows_10-update/rescue-files-when-windows-wont-start/862c143f-9239-4e63-8968-635e8ba9efd6
  62.  
  63. The steps are in detail with pictures here:
  64. https://www.yourwindowsguide.com/2020/08/fix-windows-fails-to-load-in-pc.html
  65.  
  66. Content on the above blog is written by a Windows MVP, so it is safe. However, do watch out for ads.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement