Thursday, 18 January 2018

Windows 10 StopCode - Rebooting on Startup

Windows 10 StopCode - Rebooting on Startup and cannot restore, re-install, etc. To fix this issue:
  • Boot from a bootable media
  • On start-up, go to Troubleshoot, Advance options, and open the Command Prompt
  • Change the drive to Windows drive
  • Issue the following commands:
    • cd windows\system32\config
    • md backup
    • copy *.* backup
    • cd regback
    • copy *.* ..

Than exit and restart the system... more


No comments:

Setup Windows Local Account without the Internet

During the Windows setup,  On the WiFi screen, press SHIFT + F10  or  FN + SHIFT + F10  This will open the command prompt window with admini...