Solve Win7 system 0xc000000e error problem

  

Relative to other versions of Windows, although the stability of Win7 system is unquestionable, but due to sudden power outage, virus damage or install or uninstall some special software, It will also make Win7's bootloader not work properly. At this time, Win7 will not start properly and report "0xc000000e" error at the same time.

In this situation, most people will choose to reinstall the system

In this state, pressing the F8 shortcut will not bring up the Win7 advanced boot menu, of course, Enter safe mode to perform the repair operation. Not only that, but various system maintenance tools such as WinPE that have been installed with the menu option added to the Win7 boot menu are also not working properly. Isn't it the only way to reinstall the system at this time? The answer is of course no, the author will share some of his experience with everyone.

Firstly, modify the BIOS to set the USB flash drive as the first boot device, then use the USB flash drive version of WinPE to boot the system and run the command prompt tool under WinPE system; then enter the following DOS in the position where the cursor is located. Command (press the Enter key for each DOS command):

cd c:\\windows\\system32

bcdedit /set {default} osdevice boot

bcdedit /set {default} device boot

bcdedit /set {default} detecthal 1

The meaning of the first DOS command is to switch to the "C:\\Windows\\System32" directory (Win7 The default installation to the C drive, if you install Win7 to other hard drive partitions, please change the drive letter C to the other corresponding drive letter), the other three DOS commands mean: set the hard disk partition where Win7 is the default ( That is, the C drive, the same below), set the partition where the Win7 boot file is located, and start the computer from the default location.

After completing the above operation, you can log in to Win7 normally after restarting the system. In this way, we do not need to reinstall the system for a small startup failure. If you have encountered such a startup failure in the process of using Win7, you may wish to refer to the method described in this article, I believe that the problem can be easily solved.

Copyright © Windows knowledge All Rights Reserved