-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Descriptions of config codes #12
Comments
Yesterday, removed without any problem the "Settings Header Banner" on 2x Win10 21H1. 👍
|
You have to open powershell as admin |
Ok setting 18299130 to 1 indeed works. But the question is more general - how to know which code does what, short of disassembling Windows DLLs and tracing each one. I found ~600 Windows DLLs that call RtlQueryFeatureConfiguration. So I guess it's possible to at least make a mapping of codes to DLLs, to at least get an idea about the area in which a code is used. |
Sadly removing the settings header banner doesn't seem to work anymore on 19043.1151 (2021-07 Cumulative Update Preview). Microsoft seems to think 'Rewards - Start Earning' is something an adult wants to see in his operating system settings page. |
The problem you are experiencing will now be tracked by issue #15 I'm keeping this thread open due to an upcoming feature which lets ViVeTool use a Name<->ID dictionary |
Are you reverse engineering every name for each id? Or does microsoft list this info somewhere online? |
Yes, a description for each feature would be very welcome. |
like @ericgl said, this would be helpful and remains unanswered. but I guess only someone who is familiar with the API's used would know, small rant; I doubt MicroControlFreaksSoft (Microsoft) would make any documentation on this and its clear they will do anything possible to prevent people from Making the products they buy from MicroControlFreaksSoft to make the product into a usable,bloat free, nonsense free, shameless data collection free, need to come goto 3rd parties who, thank the coding gods, are inventive enough to come up with tools like this. And then MicroControlFreaksSoft will make such solutions unusable just because pissing off their non corporate customers and using them and their data for making more billions is more important than actual user satisfaction. Corporate greed and clueless product managers FTW. Sorry for rant,. |
This feature is present in the newly released v0.3.0. |
Is there any way to get any information on what the various configs do?
There are more and more of them, e.g.:
I'm asking because I tried to enable config 18299130 to hide the settings header, but it had no effect, so I presume the code has changed in 21H1.
If not, does anyone know at least which files are responsible for handling the config codes so I can try to peek inside?
The text was updated successfully, but these errors were encountered: