Fix PC Ran into a problem and needs to restart [Error]

post/amage
Jul 02, 2019 (Technology)

Steps to fix "Your PC ran into a problem and needs to restart" error. Please follow all these steps:

  1. Goto Advanced Options
  2. Select Troubleshoot
  3. Select Advanced Options
  4. Select Command Prompt and Run as Administrator
  5. Execute following codes

cd C:\Windows\System32

cd config

cd RegBack

DIR

cd ..

REN DEFAULT DEFAULT1

REN SAM SAM1

REN SOFTWARE SOFTWARE1

REN SYSTEM SYSTEM1

REN SECURITY SECURITY1

cd RegBack

COPY * C:\WINDOWS\System32\config

Now Restart your computer and you are good to go.

Have a nice day.