normal mode setting
This has been quite the difficult question. There doesn't seem to be much of anything out there. The only viable solution out there seems to be the following.
WARNING: This can damage your system, use at own risk.
First run a command line window as administrator.
Start Menu > All Programs > Accessories > (right-click & "Run as administrator") Command prompt
next run the following commands
bcdedit /export C:\BCDbak
This will make an export of your Boot Configuration Data Store. You can import it with
bcdedit /import C:\BCDbak
bcdedit /import C:\BCDbak /clean
You can now try to disable recoverymode with the following command.
bcdedit /set {default} recoveryenabled No
This answer may work for you, but I certainly recommend that you invest in a UPS for this sytem.
EDIT: You can also display your configuration by running
bcdedit /enum
and
bcdedit /enum /v
