Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active January 4, 2026 03:03
Show Gist options
  • Select an option

  • Save AzimsTech/fd6df131b5b4212e8f2d2880a67dfaf4 to your computer and use it in GitHub Desktop.

Select an option

Save AzimsTech/fd6df131b5b4212e8f2d2880a67dfaf4 to your computer and use it in GitHub Desktop.
Enable Experimental Native NVMe Driver in Windows 11 Pro
annotely_image

🔗 Official Announcement

Previously, this was done internally via the somewhat outdated SCSI driver, which was still intended for mechanical drives.

After enabling this, most people reports a marginal performance, if any.

Add the registry key with the following PowerShell command:

reg add "HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 735209102 /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 1853569164 /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 156965516 /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment