In a domain environment you should disable this through GPO anyway.
But if you really want to do it through bcdedit, then be a little safer and use
 Code:
bcdedit /set {default} recoveryenabled no
instead of ignoring all failures.