akraus1
Member
- Joined
- Mar 11, 2026
- Messages
- 1
- Thread Author
- #1
After updating from Windows 11 23H2 to Windows 11 25H2 livek.exe did stop working.
Is this a known issue?
I have tried to disable
Some AI response did ask for
but that did also change nothing. Is livekd no longer supported on this OS?
Or is
the intended replacement which is natively supported by kd.exe?
Is this a known issue?
Code:
C:\tmp\WinDbg_1.2601.12001.0_x64\amd64>livekd64.exe
LiveKd v5.63 - Execute kd/windbg on a live system
Sysinternals - www.sysinternals.com
Copyright (C) 2000-2020 Mark Russinovich and Ken Johnson
Exiting LiveKd.
I have tried to disable
- Core isolation
- Defender Tamper Protection
- Defender Realtime scanning.
Some AI response did ask for
Code:
bcdedit /debug on
Or is
Code:
kd -kl
the intended replacement which is natively supported by kd.exe?
Code:
C:\tmp\WinDbg_1.2601.12001.0_x64\amd64>kd -kl
************* Preparing the environment for Debugger Extensions Gallery repositories **************
ExtensionRepository : Implicit
UseExperimentalFeatureForNugetShare : true
AllowNugetExeUpdate : true
NonInteractiveNuget : true
AllowNugetMSCredentialProviderInstall : true
AllowParallelInitializationOfLocalRepositories : true
EnableRedirectToChakraJsProvider : false
-- Configuring repositories
----> Repository : LocalInstalled, Enabled: true
----> Repository : UserExtensions, Enabled: true
>>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds
************* Waiting for Debugger Extensions Gallery to Initialize **************
>>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.016 seconds
----> Repository : UserExtensions, Enabled: true, Packages count: 0
----> Repository : LocalInstalled, Enabled: true, Packages count: 46
Microsoft (R) Windows Debugger Version 10.0.29507.1001 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Connected to Windows 10 26100 x64 target at (Wed Mar 11 07:07:58.234 2026 (UTC + 1:00)), ptr64 TRUE
************* Path validation summary **************
Response Time (ms) Location
Deferred srv*c:\Symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: srv*c:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 10 Kernel Version 26100 MP (20 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Edition build lab: 26100.1.amd64fre.ge_release.240331-1435
Kernel base = 0xfffff801`c0c00000 PsLoadedModuleList = 0xfffff801`c1af5040
Debug session time: Wed Mar 11 07:07:59.424 2026 (UTC + 1:00)
System Uptime: 0 days 0:39:16.059
lkd> !process 4 0
Searching for Process with Cid == 4
Type information missing error for PspMemoryReserveObjectTypes
Type information missing error for PspMemoryReserveObjectTypes
PROCESS ffffb102706c7040
SessionId: none Cid: 0004 Peb: 00000000 ParentCid: 0000
DirBase: 001ae000 ObjectTable: ffffdc8b13262400 HandleCount: 5655.
Image: System
Last edited: