Softwares ViVeTool 0.3.4

ViVe is a C# library that you can use to create your own programs that interact with the A/B feature testing mechanism included in Windows 10 and later. The FeatureManager class will cover most of your feature management needs, with the added benefit of having some of the complex operations done for you. Boot Persistence and LKG management are only provided by this class as it has been reimplemented. In case you want to interface directly with NTDLL exports, you can use NativeMethods.....

ViVe is a C# library that you can use to create your own programs that interact with the A/B feature testing mechanism included in Windows 10 and later.

The FeatureManager class will cover most of your feature management needs, with the added benefit of having some of the complex operations done for you. Boot Persistence and LKG management are only provided by this class as it has been reimplemented.

In case you want to interface directly with NTDLL exports, you can use NativeMethods. ViVeTool is both an example of how to use ViVe and a simple tool for power users who want to use the new APIs right away.

Top Alternatives

You can also like