Whats the purpose of this registry key?
HKLM\SOFTWARE\Microsoft\WINDOWS NT\CURRENTVERSION\Winlogon\LeakTrack
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.
This key has do with the registry handle leak tracking functionality within Windows. It has the following spec:
If LeakTrack is set to 1 (one), Windows tracks all open registry keys and detect
if any are leaked. This registry key is not required for normal operating
system functionality.
The functions in ADVAPI32.dll (the registry API) responsible for getting a
registry key handle read this value. When the value is set
appropriately they collect a call stack whenever they are asked to
get a registry key under the user profile hives. Later when the registry
keys are release closed it removes the discards the collected call stack
information.
It is needed only for debug sessions when memory leaks are to be tracked.
The value is set by Microsofts UPHClean (User Profile Hive Cleanup Service )
service for example.