But I am looking for this kind of functionality, similar to SetShellVarContext.
That is, be able to modify (with admin privileges of course) either admin's current HKCU, or all existing users' HKCUs.
I know that HKLM should fit most of such needs.
However, I have a special need for being able to modify all users HKCUs (in addition to HKLM).
Is there an existing plugin that does that? or must I enumerate all users' HKCUs in order to accomplish this goal?
BTW, in my search prior to this posting, I found the following thread, which describes exactly what I was looking for:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
But while the OP seemed to be satisfied with the HKLM solution, I would still like to pursue this SetRegistryVarContext idea.
Any tips or thoughts you can share?
Thanks!
Edit: I just discovered the following thread - it seems to provide an idea as to how to go about this: