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

Fullreset command doesn't work properly #78

Closed NuclearMeltdown closed 1 year ago

NuclearMeltdown commented 1 year ago

Hi, whenever I try resetting all of my ViVetool overrides since I forgot which ID's I changed, it just throws me this error:

"An error occurred while resetting feature configurations in the Runtime store (The parameter is incorrect)"

How can I fix this? I want to go back to default settings since I have a few issues, namely with widgets and taskbar buttons and an in-place upgrade didn't fix them so disabling overrides is my last resort before a clean install. (Also sorry if this is a duplicate issue, but searching github issues didn't come up with anything useful)

Thanks!

thebookisclosed commented 1 year ago

Which build of Windows are you using?

NuclearMeltdown commented 1 year ago

Right now, 22623.1245. Currently in the windows insider beta branch. Updating to 22623.1250 later today.

thebookisclosed commented 1 year ago

Can you confirm that some Priority 9 features show up when you do /query? This is a new reserved priority recently introduced in Dev and I guess it might have made its way to Beta by now. At time of v0.3.2 release only priorities 0 and 15 were considered reserved by the system. An update excluding this priority from management will be needed to make /fullreset work again.

NuclearMeltdown commented 1 year ago

Yep, there are a bunch of priority 9 features in the query, I checked that yesterday.

pedoc commented 1 year ago

same problem on dev 25295

he3als commented 1 year ago

Same problem on stable Win 11 (22621.1265)

d123450 commented 1 year ago

Same problem on Win11 22621.1265 . How to fix it?

toineenzo commented 1 year ago

Also having the same problem with Windows 11 stable 22621.1344. Is there any fix for this @thebookisclosed ?

toineenzo commented 1 year ago

This is what I see when I do 'vivetool /query' btw: https://pastebin.com/raw/SPYLJgs8

thebookisclosed commented 1 year ago

A fix for this issue will be released later this week.

thebookisclosed commented 1 year ago

Fixed in v0.3.3 (97195a452776534c2c5973afd5b70e4ac9d3e3a9)

toineenzo commented 1 year ago

Works perfectly fine now!

Jon-David commented 1 year ago

How do I do that? I have version 0.3.2

toineenzo commented 1 year ago

How do I do that? I have version 0.3.2

How about you read and update