Skip to content

[FEATURE] Add new hidden driver for NVME SSD (Windows 11 25H2) #495

@NYEXPLOIT

Description

@NYEXPLOIT

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%.

https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/announcing-native-nvme-in-windows-server-2025-ushering-in-a-new-era-of-storage-p/4477353

https://www.adrenaline.com.br/microsoft/windows/windows-11-25h2-traz-driver-secreto-que-otimiza-ssds-nvme/

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions