Para a depuração remota do kernel, você precisa de um módulo do kernel para permitir isso. Este é esse módulo.
In the Previous editions of Microsoft® Windows Operating Systems Kernel Debugging was performed through Serial Cable, USB and 1394(Firewire). In these methods we had several challenges like serial connectivity being slow; USB requiring special hardware which may not be cost effective and 1394 port being rarely available on all the servers. These challenges can be overcome by Kernel Debugging over network.
Depuração do kernel pela rede no Windows Server 2012
Supostamente, o dispositivo é adicionado quando você ativa a depuração do kernel assim:
bcdedit /debug on
Pode ser removido por:
bcdedit /debug off