Here's what I came up with, maybe it will help someone: To disable kernel debugging in the current session
•At the command prompt, type:
Kdbgctrl.exe -d
To disable kernel debugging for all sessions (Windows Vista and Windows 7)
1.At the command prompt, type:
bcdedit /debug off
2.Restart the computer.
To disable kernel debugging for all sessions (other Windows operating systems)
1.Locate boot.ini on your system drive (usually C:\). The boot.ini file might be hidden and read-only. Therefore, you must use the following command to see it:
dir /ASH
2.Open boot.ini using Notepad and remove the following options:
/debug
/debugport
/baudrate
3.Restart the computer.
Ok, a couple of things about this. First with win7 you need admin clearance so click start/allprograms/accessories, then right click cmd prompt and run as administrator. Type or paste the command and you should get a msg to the effect of: operation was completed successfully. This all went good to this point but after rebooting downloading a fresh copy of daemon tools lite with SPTD v1.62 installing and rebooting i got the same "This program requires at least Windows 2000 with SPTD 1.60 or higher. Kernel Debugger must be deactivated." as always, so it didn't work for me but i'd be interested to hear if anyone else has different results. P.S. That straight jacket is getting closer.
|