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

Old version worked but Lastest is not #57

Closed dateno1 closed 2 years ago

dateno1 commented 2 years ago

ViVeTool.exe addconfig 25175482 1 with 0.2.1 is worked

but .\ViVeTool.exe /enable /id:25175482 with 0.3.1 is not work

Windows 10 22H2 (19044) x64 ko-KR

thebookisclosed commented 2 years ago

That's because 1 is disable and not enable.

dateno1 commented 2 years ago

That's because 1 is disable and not enable.

Almost software is '1' is 'enable', '0' is 'disable'.

OK I will test again today

thebookisclosed commented 2 years ago

If you read the description for addconfig in previous releases where these numerical values were used you would see that this is a Microsoft provided enum where 0 is Default, 1 is Disabled and 2 is Enabled. This is not my own design choice.

dateno1 commented 2 years ago

Suggestion : Can you add 'example usage' on 'readme.md'?

User can find syntax by '/?' switch but I think it is always need

thebookisclosed commented 2 years ago

I'm thinking about creating Wiki pages so stuff isn't cramped inside Readme.md, but ultimately yes, more documentation is being considered.

dateno1 commented 2 years ago

Work tested

v0.3.1 with '/disable' worked