Does reading involve the disk or is it RAM only?
Is it always available for reading, or are there any limitations such as certain users who will have demoted security and will not be able to?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The registry is stored on disk, but will be cached (to some extent) so you are basically reading from disk though there will be times when you’ll get the cached version.
While, in general, all users have read only access to the registry, there will be parts (other user profiles, for example) that won’t be accessible.
You should always have read only access to
HKEY_LOCAL_MACHINE(with the exception ofHKEY_LOCAL_MACHINE\SAMandHKEY_LOCAL_MACHINE\SECURITYare restricted and can only be read with local system privilege) andHKEY_CURRENT_USER.