-
-
Notifications
You must be signed in to change notification settings - Fork 318
Description
Please confirm these before moving forward
- I have searched for similar feature requests and have not found a duplicate.
Feature Type
New functionality
Describe your feature request
According to some articles, this feature can increase the performance of NVMe SSDs by up to 40%.
Use case
A recent discovery in December 2025 revealed that Microsoft implemented a new driver specifically for NVMe SSDs in Windows Workstation versions, but that it's possible to activate it in Windows via a registry command. Yes, I've already tested it and it's working on my system without problems. The commands are below; to deactivate it, simply remove the registry keys.
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
Software Details (Only for 'New software to be added' requests)
No response
Additional context
No response