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.97k stars 298 forks source link

Make a feature change permanent #54

Closed temis01 closed 2 years ago

temis01 commented 2 years ago
Explorer opened with own icon

This is not really an issue but I'd like to change a feature's parameters and I haven't found instructions yet :

In windows 22h2 beta build 22622.450 the tabbed explorer is on but nav pane shows libraries twice.

I managed to turn explorer nav pane back to normal by applying : vivetool /disable /id:36354489 /store:both

but after rebooting once or twice duplicate libraries are back again.

Is there a way to make that command (vivetool /disable /id:36354489 /store:both) permanent ?

Thanks for your help. Temis

PS:

[36354489] (SV2Navpane) Priority : Service (4) State : Enabled (2) Type : Override (0)

[36354489] (SV2Navpane) Priority : Service (4) State : Enabled (2) Type : Experiment (1)

[36354489] (SV2Navpane) Priority : Service (4) State : Disabled (1) Type : Override (0)

temis01 commented 2 years ago

M$ is apparently actively working on the problem since build 25174 in dev channel. Hopefully the patch will also reach beta ... soon

see in known issues / explorer : https://www.neowin.net/news/windows-11-dev-build-25174-brings-multiple-file-explorer-fixes-and-improvements/

thebookisclosed commented 2 years ago

Further issues with persistence across reboots will be tracked in #56