Microsoft renews the storage architecture with a new NVMe driver. This driver is already present in Windows 11 25H2 and delivers a measurable speed increase. Basically it bypasses the SCSI old architecture bottleneck. This new method is only supported on Windows server 2025. However with a registry hack you can also make it work on "normal" Windows 11.
For activation add the following registry values in your registry:
NOTE: run the commands in windows command console (Terminal Admin)
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 735209102 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1853569164 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 156965516 /t REG_DWORD /d 1 /f
Booting in safe mode is not possible anymore unless you add 2 extra keys to support the feature in safe boot mode:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\{75416E63-5912-4DFA-AE8F-3EFACCAFFB14}" /ve /d "Storage Disks" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\{75416E63-5912-4DFA-AE8F-3EFACCAFFB14}" /ve /d "Storage Disks" /f
After these keys are added in the registry, reboot your PC.
After a reboot you should see your NVME drives in the device manager under "Storage disks" instead of where they used to be under "disk drives".
Also note that this is not officially supported and at your own risk, but it does seem to work.
I got my Corsair MP600 Pro XT 4TB, Samsung SSD 970 EVO plus 2TB and 980 Pro 2 TB working OK.
Note also that some SSD tools like Samsung Magician do not find your NVME's anymore, probably the tools needs an update.