i have a partial solution..
at work, we got forced to start loading camera DVR's with win7 instead of xp--because our suppliers ran out of new xp discs... many of the locations that we installed DVRs have power outages that cause the dvr to reboot(even with a UPS installed). with win7, it always asks if you want to load the repair files. another tech at work came up with this batch file-- just run this on your win7 machine, and it will disable the pc from asking to run the repair tools-- like how xp runs..
i don't know for sure if this would work with the hibernation issue your having, but i feel that there is a pretty good chance it is controlled by the same registry setting.. being that both the reboot issue that i had problems with and the hibernate issue your having problems with didn't exist until win7..
this is what is contained in the file(so in case it were to get modified by someone, i am not at fault
):
Code:
bcdedit /set {default} bootstatuspolicy ignoreallfailures
pause
the pause is so that you can see that it was successful in changing the registry setting..
i had to upload the file using a ".txt" ending. just change it to ".bat" and you should be able to run it
Bookmarks