thebookisclosed / ViVe

C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer
GNU General Public License v3.0
4.95k stars 297 forks source link

Difficulty enabling features #104

Closed Cam9731 closed 1 year ago

Cam9731 commented 1 year ago

Hello. I'm new to vivetool and am having some difficulty enabling features. What i'm looking for specifically is the new file explorer layout (40950262,41076133).

I run the command "vivetool /enable /id:40950262,41076133" and it says feature enabled successfully but nothing happens after a restart.

Prior to running the command, vivetool /query prints this for the specific id

image

After running, this is the output

image

Chances are I'm doing something stupid, please let me know what it is! Win ver shown below too for more information.

Thanks!

image

thebookisclosed commented 1 year ago

Higher priorities will always win over lower ones, meaning this feature will stay disabled unless you mess with registry. There is no API-based way of altering Priority 15 features and I don't intend to add workarounds for it. Additionally, you're on zn_release. Even if you managed to enable the ID it would do nothing because the set of enable-able features in a *_release branch is greatly reduced.