I have two groups of computers (regular and hardened) and two groups of users (regular and administrators) and I need to have different registry settings for each combination (mostly windows policy settings)
Using HKEY_LOCAL_MACHINE wont work, because for each machine different users need different settings.
Using HKEY_USERS wont work, because for each user, different machines need different settings.
Any ideas how to work around this?