The following command disables test mode in Windows:
bcdedit /set testsigning off
The following command can enable kernel debugging mode in Windows:
bcdedit /debug on
Every time I enable kernel debugging mode, test mode is automatically enabled as well. What should I do to enable only kernel debugging mode without enabling test mode?