Hi,
?I have a driver that spins after startup and a kernel connection to it. I do .reboot after operating some changes and apply them with .kdfiles. Since Windows 7 did not start properly, the next load goes into repair mode automatically. Is there a way apply a normal startup in all cases? The repair mode is not going to find anything.
Thanks,
? Calin
Got this portion thru some googling…haven’t tried our personally
To disable repair option screen
bcdedit /set {default} bootstatuspolicy ignoreallfailures
To enable it again
bcdedit /set {default} bootstatuspolicy displayallfailures
Either UAC must be turned off or you must run CMD as an Admin…
Hope this helps
Calin Iaru wrote:
Hi,
I have a driver that spins after startup and a kernel connection to
it. I do .reboot after operating some changes and apply them with
.kdfiles. Since Windows 7 did not start properly, the next load goes
into repair mode automatically. Is there a way apply a normal startup
in all cases? The repair mode is not going to find anything.
This is a debugging situation, so you’re expected to put up with a
little inconvenience until you get your booting problems solved.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Is it an x64 signing issue?
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com
“Calin Iaru” wrote in message news:xxxxx@ntdev…
Hi,
I have a driver that spins after startup and a kernel connection to it. I do .reboot after operating some changes and apply them with .kdfiles. Since Windows 7 did not start properly, the next load goes into repair mode automatically. Is there a way apply a normal startup in all cases? The repair mode is not going to find anything.
Thanks,
Calin