[DISCUSSION] Windows 11 26x00 native Nvme driver discussion

Discussion in 'Windows 11' started by EDK-Rise, Dec 17, 2025.

  1. sevenlin007

    sevenlin007 MDL Novice

    Nov 22, 2017
    17
    15
    0
    #201 sevenlin007, Mar 31, 2026
    Last edited: Apr 1, 2026
    25H2 26200.8116/8117 work


    vivetool /enable /id:60786016,48433719


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides]
    "3244671118"=dword:00000001
    "1853569164"=dword:00000001
    "156965516"=dword:00000001


    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
    reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 3244671118 /t REG_DWORD /d 1 /f
     
  2. Xadiaris

    Xadiaris MDL Junior Member

    Apr 23, 2008
    64
    23
    0
    SafeBoot stop working 25H2 26200.8117? I think yes.
     
  3. Razefury

    Razefury MDL Novice

    Jan 29, 2015
    4
    1
    0
    #203 Razefury, Apr 2, 2026
    Last edited: Apr 3, 2026
    Which method works to re-enable on 24H2 26100.7628? EDIT: fixed with this tool: NVMe Driver Patcher for Windows 11
     
  4. iaTa

    iaTa MDL Junior Member

    Jul 30, 2009
    91
    31
    0
    You need to add a couple of new reg entries to fix SafeBoot:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\nvmedisk]
    @="Service"
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\nvmedisk]
    @="Service"
    Code:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\nvmedisk" /ve /t REG_SZ /d "Service" /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\nvmedisk" /ve /t REG_SZ /d "Service" /f
     
  5. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    870
    659
    30
    Link to the tool ?
     
  6. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    870
    659
    30
  7. iaTa

    iaTa MDL Junior Member

    Jul 30, 2009
    91
    31
    0
    Actually since 25H2 KB5079391 (March 2026) you need both (GUID + canonical service-name pattern used by storport/stornvme/storahci), plus there are errors in your GUID entries:

    Code:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\{75416E63-5912-4DFA-AE8F-3EFACCAFFB14}" /ve /t REG_SZ /d "Storage Disks" /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\{75416E63-5912-4DFA-AE8F-3EFACCAFFB14}" /ve /t REG_SZ /d "Storage Disks" /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\nvmedisk" /ve /t REG_SZ /d "Service" /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\nvmedisk" /ve /t REG_SZ /d "Service" /f
     
  8. Squall-Leonhart

    Squall-Leonhart MDL Member

    Jul 23, 2009
    182
    50
    10
    #210 Squall-Leonhart, May 22, 2026
    Last edited: May 22, 2026
    Thats not correct, but i do see the error in my edit, since i only modified the existing key name in my tiredness.

    The nvmedisk service entry under safeboot is not required, no Disk type requires it - nvmedisk included
     
  9. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,154
    441
    60
    I used those 3 keys on 26100.8457 (24H2) for Storage disks, and rebooted to Safe Mode (4/no-network) seemingly fine without needing to do the nvmedisk service stuff :D
     
  10. 600415

    600415 MDL Senior Member

    Aug 31, 2015
    259
    310
    10
    The nvmedisk driver on 26H1 seems to corrupt data. Symptoms include zeroized first sector of various files, including ones that were not accessed.