winsiderss/systeminformer

Unable to load kernel driver (not yet supported on this kernel version)

MarekKnapek opened this issue ยท 211 comments

image

Steps preceding reproduction:

  • Use SystemInformer normally.
  • Click Help -> Check for updates.
  • Update downloads, installs.
  • Unable to load kernel driver.
  • Restart computer.

Steps to reproduce:

  • Start System Informer (I'm admin but starting without admin privileges).
  • Go to main menu -> System -> Show details of all processes.
  • UAC dialog appears, Click YES.
  • "Unable to load kernel driver" message appears. More info in [1] and [2].
  • System Informer has limited capabilities due to not having access to its kernel driver.

Details:

  • System Informer version 3.0.7029 (f647fb0) x64.
  • Windows Server 2022 x64, 21H2, 10.0.20348.1906 (running in cloud inside QEMU).
  • SystemInformer.exe SHA-1 b09759778099468188434408f929d675ce289b97.
  • SystemInformer.sys SHA-1 ae6b8522ca5205b4cef89606ea6c7d043e81dc4f.
  • ntdll.dll SHA-1 4ffc26a940dffa2931923c345eb9824f76dcfca4.
  • ntoskrnl.exe SHA-1 ecbad74c2629f4dd516c35887b8e5d0b7032b135.

[1]

[Window Title]
System Informer

[Main Instruction]
Unable to load kernel driver

[Content]
Unable to load the kernel driver service.

The request is not supported.

Kernel version: 10.0.20348.1906
State mask: 0x00000000

[ ] Don't show this message again  [OK]

[2]
si

ge0rdi commented

I have the same with 10.0.1941.3391 kernel.

I assume it is related to recent dyndata changes and these builds are simply not supported by driver yet.
Hopefully the support will be added soon.

jxy-s commented

I have the same with 10.0.19401.3391 kernel.

I only have 10.0.19041.3393 at the moment and there aren't symbols available. @ge0rdi could you send me your ntoskrnl.exe 10.0.19041.3391? Discord, email, or attach it here should be fine.

Windows Server 2022 x64, 21H2, 10.0.20348.1906

I'm adding Windows Server 2022 offsets soon.

ge0rdi commented

could you send me your ntoskrnl.exe 10.0.19041.3391?

E-mail sent.

jxy-s commented

Thanks for getting me the build @ge0rdi - like you mentioned in the email symbols are also not yet published for 3391 yet. Once they are I'll make sure dyndata gets updated.

@MarekKnapek I added dyndata for Server 2022 here: 03f5c8c - it'll get picked up in the next build

Microsoft released KB5029331 first as 19041.3391 and 2nd version is 19041.3393 in Release Preview/Insider version which is now also releaded to public in version 3393.

ge0rdi commented

Thank you @MagicAndre1981 .
After manual Windows update check I'm on .3393 too.

ok, on 1809 LTSC 17763.4737 I also miss the ++ , so no driver is loaded for System Informer version 3.0.7029, but I dont get the messagebox

Out of curiosity: What is this dyndata thing for? I can see that it is stored into the Registry. It is definitely not a Windows thing, it is SystemInformer thing. Maybe for communication between the user-space part of SI with kernel-space part? But why is it needed? What purpose it serves? What would happen if it was not there? What are alternatives for it? Why is it needed to be Windows version specific? Sorry for bothering you with so many questions.

jxy-s commented

What is this dyndata thing for? ... Maybe for communication between the user-space part of SI with kernel-space part? But why is it needed? What purpose it serves?

They're undocumented offsets used for both protections and APIs from the client:

EXT ULONG KphDynEgeGuid OFFDEFAULT;
EXT ULONG KphDynEpObjectTable OFFDEFAULT;
EXT ULONG KphDynEreGuidEntry OFFDEFAULT;
EXT ULONG KphDynHtHandleContentionEvent OFFDEFAULT;
EXT ULONG KphDynOtName OFFDEFAULT;
EXT ULONG KphDynOtIndex OFFDEFAULT;
EXT ULONG KphDynObDecodeShift OFFDEFAULT;
EXT ULONG KphDynObAttributesShift OFFDEFAULT;
EXT ULONG KphDynAlpcCommunicationInfo OFFDEFAULT;
EXT ULONG KphDynAlpcOwnerProcess OFFDEFAULT;
EXT ULONG KphDynAlpcConnectionPort OFFDEFAULT;
EXT ULONG KphDynAlpcServerCommunicationPort OFFDEFAULT;
EXT ULONG KphDynAlpcClientCommunicationPort OFFDEFAULT;
EXT ULONG KphDynAlpcHandleTable OFFDEFAULT;
EXT ULONG KphDynAlpcHandleTableLock OFFDEFAULT;
EXT ULONG KphDynAlpcAttributes OFFDEFAULT;
EXT ULONG KphDynAlpcAttributesFlags OFFDEFAULT;
EXT ULONG KphDynAlpcPortContext OFFDEFAULT;
EXT ULONG KphDynAlpcPortObjectLock OFFDEFAULT;
EXT ULONG KphDynAlpcSequenceNo OFFDEFAULT;
EXT ULONG KphDynAlpcState OFFDEFAULT;
EXT ULONG KphDynKtReadOperationCount OFFDEFAULT;
EXT ULONG KphDynKtWriteOperationCount OFFDEFAULT;
EXT ULONG KphDynKtOtherOperationCount OFFDEFAULT;
EXT ULONG KphDynKtReadTransferCount OFFDEFAULT;
EXT ULONG KphDynKtWriteTransferCount OFFDEFAULT;
EXT ULONG KphDynKtOtherTransferCount OFFDEFAULT;
EXT ULONG KphDynLxPicoProc OFFDEFAULT;
EXT ULONG KphDynLxPicoProcInfo OFFDEFAULT;
EXT ULONG KphDynLxPicoProcInfoPID OFFDEFAULT;
EXT ULONG KphDynLxPicoThrdInfo OFFDEFAULT;
EXT ULONG KphDynLxPicoThrdInfoTID OFFDEFAULT;
EXT ULONG KphDynMmSectionControlArea OFFDEFAULT;
EXT ULONG KphDynMmControlAreaListHead OFFDEFAULT;
EXT ULONG KphDynMmControlAreaLock OFFDEFAULT;
EXT PPS_SET_LOAD_IMAGE_NOTIFY_ROUTINE_EX KphDynPsSetLoadImageNotifyRoutineEx DYNIMPORTDEFAULT;
EXT PPS_SET_CREATE_PROCESS_NOTIFY_ROUTINE_EX2 KphDynPsSetCreateProcessNotifyRoutineEx2 DYNIMPORTDEFAULT;
EXT PCI_FREE_POLICY_INFO KphDynCiFreePolicyInfo DYNIMPORTDEFAULT;
EXT PCI_VERIFY_HASH_IN_CATALOG KphDynCiVerifyHashInCatalog DYNIMPORTDEFAULT;
EXT PCI_CHECK_SIGNED_FILE KphDynCiCheckSignedFile DYNIMPORTDEFAULT;
EXT PCI_VERIFY_HASH_IN_CATALOG_EX KphDynCiVerifyHashInCatalogEx DYNIMPORTDEFAULT;
EXT PCI_CHECK_SIGNED_FILE_EX KphDynCiCheckSignedFileEx DYNIMPORTDEFAULT;
EXT PMM_PROTECT_DRIVER_SECTION KphDynMmProtectDriverSection DYNIMPORTDEFAULT;
EXT PLXP_THREAD_GET_CURRENT KphDynLxpThreadGetCurrent DYNIMPORTDEFAULT;

What would happen if it was not there? What are alternatives for it?

The driver can't function without them. They're required for the protections to function correctly. The old driver would load without them, but it was arguably mostly useless without them. There was some functionality without them, but it was a bit non-obvious why some things would work and some wouldn't. So, during the rewrite we opted to make it a requirement. This come with the benefit that we know where we don't have support/visibility. Obviously the cost is we have to work harder to have more compatibility.

Why is it needed to be Windows version specific?

Because they're undocumented offsets that are version-specific.

I hope this helps. I am experiencing the same issue after installing KB5029351. Before this update, I only got that message once when I installed Build 3.0.7029, but now I get it every time I launch System Informer.

jxy-s commented

137cc3a adds support for 10.0.19041.3393 and 10.0.22621.2215

Will be in next build ๐Ÿ‘

ge0rdi commented

I can confirm that with latest SI driver loads on 19041.3393.
Thank you very much.

Ok, I disabled the warning dialog in setting, when I activate the dialog, I see this for 17763.4737:

image

jxy-s commented

@MagicAndre1981 when I was scraping to rebuild the offsets I missed three builds:
10.0.17763.4499
10.0.17763.4644
10.0.17763.4737

I just went over them and the offsets didn't change from 10.0.17763.4377 - I updated dyndata here: f733df4 - will be in next build ๐Ÿ‘

SystemInformer_2023-09-12_19-45-19
The same error happened again right after installing update KB5030219, OS build 22621.2283

jxy-s commented

Thanks for letting me to @poqdavid - I'm grabbing the new versions now.

22621.2283
Should i send my ntoskrnl.exe?
ntoskrnl.zip

jxy-s commented

Symbols are not yet available for 10.0.22621.2283, I'll keep checking back - when they're available I'll update dyndata ๐Ÿ‘

jxy-s commented

d859dad will be in next build ๐Ÿ‘

as expected I also get the warning again for 1809:

image

and 1904x.3448:

image

@jxy-s out of curiosity when you guys update System Informer for newer kernels does it lose its compatibility with older kernels?
Cause I have been thinking to switch to RP channel on Windows and I was curious about how this whole thing works

jxy-s commented

you guys update System Informer for newer kernels does it lose its compatibility with older kernels

No, it doesn't break compatibility. We support older kernels. We support release builds for Win10+ x64/ARM64. The supported kernel versions are specified in https://github.com/winsiderss/systeminformer/blob/master/kphlib/kphdyn.xml

RP channel on Windows

We do not yet support preview builds. Updates to those kernels are too frequent for me to keep up with manually. I'm hoping to finish some automation eventually to support them.

I noticed I have an older SI Rev.6806 running on another Win10 17763 and here I see the ++ so driver is loaded on 17763.4851 ๐Ÿค” ๐Ÿคทโ€โ™‚๏ธ

jxy-s commented

I noticed I have an older SI Rev.6806 running on another Win10 17763 and here I see the ++ so driver is loaded on 17763.4851 ๐Ÿค” ๐Ÿคทโ€โ™‚๏ธ

See: #1823 (comment)

Dyndata format had to change and I went to rebuild all the offsets using some tooling. I missed a few versions. I've corrected it already, once a new build is out that kernel will be supported.

Older releases supported it with the older format. But there were bugs.

Why process hacker displayed +
and systeminformer displays ++?
image

the + and ++ show that both have different driver usage levels while ++ is the best

3.0.7148 fixed it on 19045.3448, but NOT for 17763.4851

jxy-s commented

@MagicAndre1981 send me your 10.0.17763.4851

It isn't defined here:

<data name="10.0.17763.2746 - 10.0.17763.4737">
<field value="10" name="MajorVersion"/>
<field value="0" name="MinorVersion"/>
<field value="17763" name="BuildNumberMin"/>
<field value="2746" name="RevisionMin"/>
<field value="17763" name="BuildNumberMax"/>
<field value="4737" name="RevisionMax"/>

I can't seem to locate that version myself. If you send it to me I can look into adding it.

@MagicAndre1981 send me your 10.0.17763.4851
I can't seem to locate that version myself. If you send it to me I can look into adding it.

ntoskrnl.zip

jxy-s commented

Thank you @MagicAndre1981, updated here: e940474

Thank you @MagicAndre1981, updated here: e940474

I selfcompiled it at rev.1750 and now get this error message:

image

("specified event is not monitored" - my poor translation)

I'm on 10.0.22621.1928 but it seems to think it's a preview build.

Screenshot 2023-09-18 122409

EDIT:
Apparently I accidently installed an insider servicing stack a few months ago and this is why. It's also why I haven't received a version update.

Latest prod version is 10.0.22621.2283
Update your system.

Since windows updates kb5030183 and kb5030180, I have the same issue , "unable to load kernel driver".
Back to last restore point before installation, no error message, after re-installation of the kbs,the message back again.
Windows Version 22H2 (build du systรจme d'exploitation 19045.3448).
System Informer 3.0.7148 (ed40620)

systeminformer error
2023-09-18 17_07_30-Event Properties

jxy-s commented

@MagicAndre1981

I selfcompiled it at rev.1750 and now get this error message:

Could you try another build with the latest commits? I improved the error messaging so we can see the actual error code instead of just the localized string. My guess is you built yourself using your own signing keys outlined here. I now recognize that information is incomplete, I'll update it, but I think you may have not rebuilt the dynamic data using your signing keys (.\tools\CustomBuildTool\bin\Release\CustomBuildTool.exe -dyndata). Note that both the dynamic data, kernel driver, and the user mode binaries need rebuilt after you generate and place your developer keys.

@JJRousseau

I'm on 10.0.22621.1928 but it seems to think it's a preview build.

We have seen in the past that preview build and the kernel file version can diverge. My guess is your kernel version is actually 10.0.22621.1928 but the OS reported version is >10.0.22621. See the following, which checks the "OS reported version", that might be different than what we print as the "Kernel version":

if (buildVersion > 22621)
{
WindowsVersion = WINDOWS_NEW;
WindowsVersionName = L"Windows";
}
else if (buildVersion >= 22621)
{
WindowsVersion = WINDOWS_11_22H1;
WindowsVersionName = L"Windows 11 22H1";
}

I've updated the message box information displayed there to include more information about the environment in which the error occurred, here: 8d8843e

@badjawe

Since windows updates kb5030183 and kb5030180, I have the same issue

Based on that error message in the window, I think you might be running an older version. I'm also not sure what HKLM\System\CurrentControlSet\Control\WMI\Security\... has to do with this?

ok, I haven't done the signing thing. So I'll wait for next official nightly

SystemInformer_2023-09-26_19-23-23
KB5030310, OS build 22621.2361, Kernel 10.0.22621.2361

jxy-s commented

10.0.22621.2361 and 10.0.19041.3516 are both on my radar, waiting for symbols to be published ๐Ÿ‘

I'm not seeing a new build for Server 2022 yet.

jxy-s commented

Updated here: d1a6baf ๐Ÿ‘

7251 works now fine in 17763.4851 with full driver support (++ in title)

3.0.7254 was not offered via updater, so I extraced the zip and this is the same error I get with my self compiled version:

image

jxy-s commented

We're working on build pipelines. Two things here:

was not offered via updater

This is intended, deployment is disabled while we're testing.

so I extraced the zip and this is the same error

Signatures files (.sig) aren't in the zip. Use systeminformer-3.0.7254-setup.exe if you want, but probably best to wait until we're done testing. These builds will be pulled shortly.

ok, the .sig file is present in both, the zip and exe. I'll revert to the older version.

jxy-s commented

Thanks, I just noticed the issue with the pipeline that is causing the .sig not to be correct. So, that's probably what you're running into. I'm addressing that now. Thanks for your patience. In general tho, just because a build shows up on si-builds doesn't mean it's ready for consumption.

jxy-s commented

Pipeline work is complete - 3.0.7256 should be available for upgrade shortly.

I'm going to leave this issue open for a while longer. But all issues to load should already be resolved.

3.0.7256 is offered and works fine.

System Informer
Version: 3.0.7256 (121e1d2)
Many thanks for your hardworking.
๐Ÿ™‚

So I downloaded 7256 as I have the kernel driver error on 19044,3488

Is it normal to have to reboot to replace ksi.dll? (I did shutdown system informer before trying to update). The dll remains in use with system informer not running.

--

Never mind updated now using the update checker, I guess manually exiting system informer keeps ksi.dll active but using the updater removes it from memory.

jxy-s commented

Is it normal to have to reboot to replace ksi.dll?

Yes, but generally it doesn't update. ksi.dll is a library used by the kernel driver. It can not be unloaded. The purpose of this DLL is to extend the kernel and provide functionality that would otherwise be unsafe or impossible. The updater will check the hash of the DLL to know if it needs replaced, if it does a reboot is requested for the update to finish.

And race starts again with new updates:

image

and for Win11 22H2 (there is no 22H1 as shown the messagebox) .2428:

image

and 1809:

image

jxy-s commented

@MagicAndre1981 send me 10.0.17763.4974 please. I'm looking into the others now.

@MagicAndre1981 send me 10.0.17763.4974 please. I'm looking into the others now.

ntoskrnl_17763.4974.zip

jxy-s commented

Support was added here: d44e4d0

3.0.7270 is available with that commit.

.7270 works fine for 17763, 19045 and 22621 ๐Ÿ‘

Hello and thank you all,
I had the same problem as View MagicAndre1981, yesterday after the update:
Title: 2023-10 Cumulative Update for Windows 10 Version 22H2 for x64 Systems (KB5031356)
Date: 11/10/2023 16:36:56
KB Number: KB5031356
Operation: Installation
Result Code: Succeeded
HResult: 0x00000000
Update ID: 603aa2ce-9d30-473c-a175-0bdd19bd0a60
Support URL: https://support.microsoft.com/help/5031356
You have found the solution, I believe that Microsoft has chosen to annoy everyone and has been doing so for a long time.
Thanks again for your hard work.

search for new update, latest system informer update works with new Windows updates from this week.

Windows 11 23H2 is now official released with optinal Update KB5031455 (OS Builds 22621.2506 and 22631.2506) Preview

23H2_SI

23H2_SI

It would be nice if the error dialog linked to this issue.

P.S., It's kinda inconvenient getting this error every time I update my Windows 11 to the latest version. It like a cat-and-mouse game.

It looks like @jxy-s works on automating the dyn data in a new branch. So we'll have to wait a bit until this update race is resolved.

jxy-s commented

Updated here: bc98048
Available in: 3.0.7310 - Help > Check for updates

works, but I had to enable driver loading again, due to your renamings. So if you see no ++ in title bar, make sure kernel driver loading is enabled.

jxy-s commented

Yep, thanks for calling that out @MagicAndre1981 - the setting names were normalized. Rather bite that bullet now then when we do a full release. Thanks.

Windows Server 2022
x64
10.0.20348.2113
KB5032198

ntoskrnl.exe
10.0.20348.2110
Timestamp, 0x9729528b
SizeOfImage, 0x1047000 (16.28 MB)
Guid, {53b8a0b3-6fad-7869-0204-da3ce552a05c} (b3a0b853ad6f69780204da3ce552a05c) (deterministic)
Age, 1

http://msdl.microsoft.com/download/symbols/ntoskrnl.exe/9729528B1047000/ntoskrnl.exe
http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/53B8A0B36FAD78690204DA3CE552A05C1/ntkrnlmp.pdb

Windows 10 21H2 LTSC
x64
Kernel 10.0.19041.3693
System Informer 3.0.7310

Error kernel driver not supported on this kernel version.

I agree with earlier idea for error box to link to this issue, maybe it could even auto submit details.

Microsoft Windows [Version 10.0.22631.2715]

ntoskrnl.zip

hello everydody , same error as chrcoluk except is windows 10 22h2.
See attached file
ntoskernel-2023-11-16 12_17_55- @

The kernel driver isn't supported for the latest version of Windows 11 23H2 (kernel version ending in .2715).
Screenshot

6489154 - 3.0.7313 - Help > Check for updates ๐Ÿ‘

image

looks like symbol are not jet uploaded

It fails to load driver after update
image
Looks like updater doesn't check that systeminformer process has completely finished and unlocked files.
When i open network tab it uses lots of memory and it gets swapped, delaying exit.

d7d0454 - 3.0.7310 - Help > Check for updates ๐Ÿ‘

ok, looks like symbol for 17763 are not online, so you haven't added it

ok, looks like symbol for 17763 are not online, so you haven't added it

I'll look today ๐Ÿ‘

ok, looks like symbol for 17763 are not online, so you haven't added it

I'll look today ๐Ÿ‘

still missing for 17763 ๐Ÿคทโ€โ™‚๏ธ

SYMSRV:  HTTPGET: /download/symbols/ntkrnlmp.pdb/AA44BDCCE47E33E9B131260A6B98E1991/ntkrnlmp.pdb
SYMSRV:  HttpQueryInfo: 80190194 - HTTP_STATUS_NOT_FOUND
SYMSRV:  HTTPGET: /download/symbols/ntkrnlmp.pdb/AA44BDCCE47E33E9B131260A6B98E1991/ntkrnlmp.pd_
SYMSRV:  HttpQueryInfo: 80190194 - HTTP_STATUS_NOT_FOUND
SYMSRV:  HTTPGET: /download/symbols/ntkrnlmp.pdb/AA44BDCCE47E33E9B131260A6B98E1991/file.ptr
SYMSRV:  HttpQueryInfo: 80190194 - HTTP_STATUS_NOT_FOUND
SYMSRV:  RESULT: 0x80190194
DBGHELP: ntkrnlmp.pdb - file not found

Symbols for Windows Server 2k22 are now available:

http://msdl.microsoft.com/download/symbols/ntoskrnl.exe/3B845E5D1047000/ntoskrnl.exe
http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/CEB3272F2DA918532E985797AA1099AD1/ntkrnlmp.pdb

Symbols for previous update of Server 2k22 are also available, they were not incorporated into System Informer (as of last week or so), I don't know the current situation as I already updated both Windows and SI.

http://msdl.microsoft.com/download/symbols/ntoskrnl.exe/9729528B1047000/ntoskrnl.exe
http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/53B8A0B36FAD78690204DA3CE552A05C1/ntkrnlmp.pdb

10.0.20348.2141 and 10.0.20348.2110 already have support
10.0.17763.5202 is checked in but needs a new build, will do one when I get an opportunity to

10.0.17763.5202 - 3.0.7412 -> Help > Check for updates ๐Ÿ‘

10.0.17763.5202 - 3.0.7412 -> Help > Check for updates ๐Ÿ‘

works fine ๐Ÿ‘

Unfortunately; It still refuses to work on my end as well @jxy-s this is the error I am presented with.

Error:

image

Attached:

Exe: ntoskrnl.zip
PDB: http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/C7DF30B22252078525B414CC51B257D31/ntkrnlmp.pdb

That's a different error. Either the ksidyn.bin or ksidyn.sig - reading the file failed (or returned a failure and didn't communicate it). I found a problem with this path that I'll correct to make the any error propagate more clearly. The handle is also leaked that might be causing an issue with the update.

If either of those files are zero length, try running the setup again (you can run it on an existing install and it will keep the settings).

That's a different error. Either the ksidyn.bin or ksidyn.sig - reading the file failed (or returned a failure and didn't communicate it). I found a problem with this path that I'll correct to make the any error propagate more clearly. The handle is also leaked that might be causing an issue with the update.

If either of those files are zero length, try running the setup again (you can run it on an existing install and it will keep the settings).

Got an idea, on how I would check that?

  • I build mine from scratch with the exact settings as intended.
  • I do not mess with anything.
  • Running the nightly, this same error results.

Investigation

Edit: Interesting. These files are what exist after building.
ksidyn.zip

Confirmation: they both match. It's the signature file however that is 0 bytes in size.
For others having this issue: Please ensure your sig file is not 0 bytes and copy it from the nightly.

image

I build mine from scratch with the exact settings as intended.

You need to follow the instructions here for generating your own keys for signing. The driver restricts callers unless you have the correct signatures. You can do plugin development (with restricted access), but realizing now that is somewhat broken with the new dyndata signing workflow ๐Ÿค”.

I build mine from scratch with the exact settings as intended.

You need to follow the instructions here for generating your own keys for signing. The driver restricts callers unless you have the correct signatures. You can do plugin development (with restricted access), but realizing now that is somewhat broken with the new dyndata signing workflow ๐Ÿค”.

Seems my 'fix' does not work anymore on the recent git push: 4708b9f

  • Nightly hasn't been updated just yet, but I'll try again later on.

The error you get after copying current .sig files to x64 directory and attempt to load the driver:
image

10.0.17763.5202 - 3.0.7412 -> Help > Check for updates ๐Ÿ‘

works fine ๐Ÿ‘

ok, one 1 RS5 it it not working, telling me to do a reboot which I did but error is still the same:

image

After deleting the ksi.dll-old file error is gone (without any reboot).

10.0.17763.5202 - 3.0.7412 -> Help > Check for updates ๐Ÿ‘

works fine ๐Ÿ‘

ok, one 1 RS5 it it not working, telling me to do a reboot which I did but error is still the same:

image

After deleting the ksi.dll-old file error is gone (without any reboot).

ksi.dll-old is marked for deletion on reboot since it must remain loaded. My speculation is that one machine had the pending rename operation key corrupted or reverted. Which resulted in the file not being deleted. I can add some logic to try to delete the file if somehow the OS leaves it around after reboot. That should serve as a fallback without needing manual intervention.

Symbols for Server 2k22 are available.

http://msdl.microsoft.com/download/symbols/ntoskrnl.exe/F290800D1047000/ntoskrnl.exe
http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/B3ED6FA26A1FD6DF6A34DF3B125CAFE81/ntkrnlmp.pdb

e93bcba - 10.0.20348.2227, 10.0.19041.3930, 10.0.22621.3007
f94e667 - 10.0.17763.5328

3.0.7429 - Help > Check for updates ๐Ÿ‘

3.0.7429 works on 17763, 19045 and 22631. All have ++ in title ๐Ÿ™Œ

@jxy-s can you please add a link to this issue to the messagebox that shows unsupported version to avoid the duplicates?