Do this command:
bcdedit /set {current} bootstatuspolicy ignoreallfailures
Similar is
bcdedit /set {default} bootstatuspolicy ignoreallfailures
They can be the same if you are booted into the default load, so default would equal current.
For more information, the relevant Google search is “disable Windows Error Recovery” (minus the quotes).