RegistryKey.GetValue for WinLogon Fails to Return All Values
RegistryKey.GetValue for WinLogon Fails to Return All Values When using RegistryKey.GetValueNames to retrieve the values of "LOCALMACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon", not all values of the key are returned. It only returns 10 values, which matches the ValuesCount of the key. However, if I manually count the values of the key using "regedit", I have 33 values recorded. There is no way to update the values count of key, either in "regedit" or code. It appears that this "bad" count is impacting using the GetValue method, which I am trying to use. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.