Windows 10 Requesting Registry Information

suspect5

Member
Joined
Jan 1, 2020
Messages
1
I'm very curious to what the "LockDatabase" feature does in the registry. I'm referring to the one I found in:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

1577938615505.webp
 


Solution
Well it isn't a documented setting so it is most likely used internally by Internet explorer or edge. Also most of the time when you have DWORDs or QWORDS they are used as bitwise flags (basically multiple settings rolled up into one registry value).
Well it isn't a documented setting so it is most likely used internally by Internet explorer or edge. Also most of the time when you have DWORDs or QWORDS they are used as bitwise flags (basically multiple settings rolled up into one registry value).
 


Solution
Back
Top