Windows 10 -Fix Blue Screen Error
Windows 10 not booting and showing blue screen error.
If you accidentally deleted or perhaps because a specific program deleted registry files from your System 32 folder you have in your Windows partition then you will most likely get the error message “your PC ran into a problem and needs to restart”. Also if your memory in Windows 8 or Windows 10 device is running at a higher percentage than your operating system accepts then you will also get this error message.
解
If Your try all other method and still not fixed issue. You can try below method.
Insert Bootable windows 7/8/10 Disc.
boot from Disc, get to the recovery tools and launch command prompt. In the command prompt, CD to X:\Windows\System32\config (where X = your primary windows partition that’s having issues) then perform the following steps:
- ren X:\Windows\System32\config\DEFAULT DEFAULT.old
- ren X:\Windows\System32\config\SAM SAM.old
- ren X:\Windows\System32\config\SECURITY SECURITY.old
- ren X:\Windows\System32\config\SOFTWARE SOFTWARE.old
- ren X:\Windows\System32\config\SYSTEM SYSTEM.old
This renames your core registry hive files to *.old. Now we copy in the backups
- copy X:\Windows\System32\config\RegBack\DEFAULT X:\Windows\System32\config\
- copy X:\Windows\System32\config\RegBack\SAM X:\Windows\System32\config\
- copy X:\Windows\System32\config\RegBack\SECURITY X:\Windows\System32\config\
- copy X:\Windows\System32\config\RegBack\SYSTEM X:\Windows\System32\config\
- copy X:\Windows\System32\config\RegBack\SOFTWARE X:\Windows\System32\config\
This will move the windows created registry backups into the System32\config folder to replace the old ones. Exit the command prompt and restart. This should get you into the OS.