Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 735209102 /f && reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 1853569164 /f && reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v 156965516 /f
Why?Mostly where you would see an advantage is server use.
If you watch video i have posted you will see that it's working on Windows 11.Why?
That wasn't my question.If you watch video i have posted you will see that it's working on Windows 11.
I'm not exactly sure what you're trying to follow. If it's "too complicated to follow", could it be you don't understand the full scope of the issue? Maybe this guy has spent a lot more time and effort in creating a complete solution and has worked out a lot of the possible issues? The documentation sure looks like a lot of thought and testing went into creating the tool.Like i said to complicated to flow i enable the tweak on two computer without problems but having image backup is recommended just in case.
I'm saying to complicated for average users my guide and video shows how to configure Windows 11 with few lines explanation maybe my guide is complicated for you, but average user can follow it with no problem.I'm not exactly sure what you're trying to follow. If it's "too complicated to follow", could it be you don't understand the full scope of the issue? Maybe this guy has spent a lot more time and effort in creating a complete solution and has worked out a lot of the possible issues? The documentation sure looks like a lot of thought and testing went into creating the tool.
Clearly, having a complete backup before doing something like this is a great idea, I'll certainly give you that point!![]()
The Vivetool creates “Storage disks” branch, and that your drive appears on the list it does not cause any boot time changes to NVMe SSD storage controller driver its registry editing that makes the changes for driver used by Windows 11.One thing to note, if you get into serious issues and the system doesn't boot (from driver problems), you cannot use ViveTool from WinPE or RE.
ViveTool only applies changes to the currently booted environment. If you're in WinPE or RE, that's not your Windows. To disable the FeatureID's, you would have to mount the offline reg hive, remove the feature override settings, and commit the hive back to disk. Not a terribly difficult task if someone gave you the instructions.
Most users don't see any harm in flipping on the two ID's. But you can avoid having to restore Windows if you know about the offline reg fix. And the linked project does go into those types of details.
All it takes is to run 1 bat file as admin with a few commands and restart (sometimes it works, sometimes it does not):I'm saying to complicated for average users my guide and video shows how to configure Windows 11 with few lines explanation maybe my guide is complicated for you, but average user can follow it with no problem.
rem Enable Native NVMe / https://www.elevenforum.com/t/announcing-native-nvme-in-windows-server-2025.43018/page-2#post-687585
reg add "HKLM\System\CurrentControlSet\Control\SafeBoot\Minimal\nvmedisk" /ve /t REG_SZ /d "Service" /f
reg add "HKLM\System\CurrentControlSet\Control\SafeBoot\Network\nvmedisk" /ve /t REG_SZ /d "Service" /f
reg add "HKLM\System\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v "156965516" /t REG_DWORD /d "1" /f
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 "1409234060" /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 "3244671118" /t REG_DWORD /d 1 /f
rem Edit Registry (if you can not boot into Windows)
rem Boot Windows USB - Repair - Troubleshoot - CMD - type/enter
rem c:
rem cd windows
rem cmd
rem regedit
rem Select HKLM (or required key)
rem File - Load Hive - %WinDir%\System32\Config (select required Hive, like System/HKLM)
rem SAVE - Unload Hive (when you finish editing)
I bet he does not know that registry can be modified from WinRE also you guys become experts all of a sudden before me only Brink have a thread for it now instead of good job with introduction to this tweak all i get so-called experts.All it takes is to run 1 bat file as admin with a few commands and restart (sometimes it works, sometimes it does not):
And as @garlin said, in case of a problem, like unbootable Windows, you might need to change or remove registry entries via a hive.Code:rem Enable Native NVMe / https://www.elevenforum.com/t/announcing-native-nvme-in-windows-server-2025.43018/page-2#post-687585 reg add "HKLM\System\CurrentControlSet\Control\SafeBoot\Minimal\nvmedisk" /ve /t REG_SZ /d "Service" /f reg add "HKLM\System\CurrentControlSet\Control\SafeBoot\Network\nvmedisk" /ve /t REG_SZ /d "Service" /f reg add "HKLM\System\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" /v "156965516" /t REG_DWORD /d "1" /f 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 "1409234060" /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 "3244671118" /t REG_DWORD /d 1 /f
Code:rem Edit Registry (if you can not boot into Windows) rem Boot Windows USB - Repair - Troubleshoot - CMD - type/enter rem c: rem cd windows rem cmd rem regedit rem Select HKLM (or required key) rem File - Load Hive - %WinDir%\System32\Config (select required Hive, like System/HKLM) rem SAVE - Unload Hive (when you finish editing)
I bet he does not know that registry can be modified from WinRE also you guys become experts all of a sudden before me only Brink have a thread for it now instead of good job with introduction to this tweak all i get so-called experts.
You are very welcome!just to add
i had native NVMe enabled after a clean install on my system
its a tweak i have used since it became available
but what i didn't know, until now, was VeraCrypt disabled and/or removed native NVMe from my system as VeraCrypt takes over the boot manager and i didn't notice until i realised and tried to re-enable the native NVMe driver again and found the reason why.
the funny thing is i didn't notice any difference to my system with it either enabled or as now disabled
which did make me smile
but thanks again for posting the native NVMe driver tweak
best of luck Steve ..