Starting Windows without Automatic Repair can be achieved in a few ways, depending on the situation:
1. Using Advanced Startup Options
- Access Advanced Startup Options:
- Restart your computer.
- Press F8 repeatedly during startup.
- If F8 doesn't work, try Shift + Restart from the Start Menu.
- Choose "Troubleshoot" > "Advanced options"
- Select "Startup Settings"
- Press 4 or F4 to enable "Disable automatic restart"
- Restart your computer.
2. Using the Command Prompt
- Access Advanced Startup Options: (Follow the steps above)
- Choose "Command Prompt"
- Run the following command:
bcdedit /set {current} bootstatuspolicy ignoreallfailures
- Restart your computer.
3. Disabling Automatic Repair in the Registry
- Access Advanced Startup Options: (Follow the steps above)
- Choose "Command Prompt"
- Run the following commands:
reg load HKLM\TEMP C:\Windows\System32\config\SYSTEM reg add "HKLM\TEMP\ControlSet001\Control\CrashControl" /v AutoReboot /t REG_DWORD /d 0 /f reg unload HKLM\TEMP
- Restart your computer.
Note: These methods might require advanced computer knowledge. Please proceed with caution.