Error finding windbg.exe: The system cannot find the file specified.

You may see the error message while executing livekd.exe. Or Error finding kd.exe.

  1. Install the Debugging Tools in Windows SDK. https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
  2. Copy livekd.exe to one subfolder of the path C:\Program Files (x86)\Windows Kits\10\Debuggers\.
  3. Run livekd.exe in the new path again.