How do I Switch Off the Windows Kernel Debugger?
- 1). Click on the "Start" button and type "cmd" into the Start menu search box. Click the "Enter" key on your keyboard. The command prompt window launches.
- 2). Type "Kdbgctrl.exe -d" into the command prompt window and then click the "Enter" key on your keyboard to turn off the Windows Kernel Debugger temporarily.
- 3). Type "bcdedit /debug off" at the command prompt to switch off the Windows Kernel Debugger permanently. Click the "Enter" key on your keyboard and then restart your computer.
- 4). Return to the command prompt and type "bcdedit /debug On" to switch the Windows Kernel Debugger back on.
Source...