.net - Recommended registry key or value locations -


i writing sensitive information registry under hklm\software , hkcu\software. information managed shared/common library , not specific particular application. writing value located right under hklm\software , hkcu\software.

is creating value under hklm\software , hkcu\software acceptable(for app certification etc ...)? reason why should not write there?

hkey_local_machine contains majority of configuration information software have installed , windows operating system itself.

hkey_current_user contains configuration information windows , software specific logged in user.

its better write in hkey_current_user since specific logged in user.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -