What is the file format of settings.dat
?
#3733
treysis
started this conversation in
Configuration
Replies: 1 comment 5 replies
-
Even if you were able to change it, chances are the option behind UAC would also fail without UAC due to your account not having the right permissions. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some configuration of Winget is stored inside the
settings.dat
file inside%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Settings\
#I want to change some setting inside this file manually/externally because Winget doesn't allow me to alter this setting (my user account is non-admin, so privilege escalation via UAC doesn't work). But I have no idea how this file is shaped. I guess it's a binary format? How would one change this?
Ok, it's a registry hive file (regf) that can be opened with regedit. However, it contains a datastream(?) with some hash/checksum. So editing would require recalculation and that is of course more complicated.
Beta Was this translation helpful? Give feedback.
All reactions