Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 11 24h2 Fullreset command doesn't work properly #137

Open
ghost opened this issue Nov 22, 2024 · 11 comments
Open

Windows 11 24h2 Fullreset command doesn't work properly #137

ghost opened this issue Nov 22, 2024 · 11 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Nov 22, 2024

Tool version

v.0.3.3

OS version

Windows 11 26100.2454

Architecture

x64

Screenshot

vivetool /fullreset … error - An error occurred while resetting feature configurations in the Runtime store (The parameter is incorrect)

Extra steps

vivetool /fullreset

@ghost ghost added the bug Something isn't working label Nov 22, 2024
@ghost
Copy link
Author

ghost commented Nov 22, 2024

Snímka obrazovky 2024-11-22 194753

@sfc9982
Copy link

sfc9982 commented Dec 3, 2024

Same

@arlicht
Copy link

arlicht commented Dec 7, 2024

Same here. I tried to do full reset on Win11 24H2 but it shows error message. Will this be fixed? Thanks.

@LesFerch
Copy link

LesFerch commented Dec 9, 2024

There must be another variable involved. It works for me:

image

@revanmj
Copy link

revanmj commented Dec 10, 2024

Also have this issue, currently on build 26100.2605

@stzan79
Copy link

stzan79 commented Dec 11, 2024

I have the same problem on build 26100.2454 and 26100.2605

@thebookisclosed
Copy link
Owner

I still can't reproduce this issue on my machines, if anyone affected would like to share an export of their features it would be great.

@revanmj
Copy link

revanmj commented Dec 21, 2024

Here is mine export
export.zip

@stzan79
Copy link

stzan79 commented Dec 21, 2024

Here is mine:

feautures.zip

@thebookisclosed
Copy link
Owner

Thanks a lot, I found the issue
24H2 considers even more priorities immutable, meaning if you try to (re)set features within those you'll get the parameter error back from the kernel.
https://github.com/thebookisclosed/ViVe/blob/master/ViVe/FeatureManager.cs#L84

Priority EKB is now considered immutable, as well as a new priority called ImageDefaultEditionOverride (3)

Should be a fairly straightforward fix

@thebookisclosed
Copy link
Owner

Reflected those changes & made a test build of v0.3.4, the extra immutable priorities are now correctly filtered. Will release the updated version soon 👍

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants