Tuesday, September 24, 2019

Windows: OS recovery after incorrect changes in msconfig

Typically, Windows enters the BSOD cycle with incorrect settings for the processor and RAM in msconfig.


In order to fix the problem, boot into recovery mode and go to the command line.

Reset to default processor's parameters:
"bcdedit/deletevalue {default} numproc"

Reset to default RAM's parameters:
"bcdedit/deletevalue {default} truncatememory"

After the steps are completed, the computer should boot correctly.

No comments:

Post a Comment