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

Get the current state of the ID #71

Closed sanmaodo closed 1 year ago

sanmaodo commented 1 year ago

Thank you for such a great tool.

I have a question: How to query the current state of an id, whether it is on or off ?

sanmaodo commented 1 year ago

What I want to say is, how to get the "Feature State" data in the picture below:

Feature State
thebookisclosed commented 1 year ago

You can use vivetool /query /id:39130896 for example. The tool is jam packed with information on how to use it, just read through it.

sanmaodo commented 1 year ago

@thebookisclosed Thank you, and powerful ViVe !