Does anyone know if I can limit modification of my registry keys to only my application?
Background:
- My app installs under Administrator only.
- The app runs under limited user accounts, but is able to modify app-specific registry values under LOCAL_MACHINE, since the values are shared.
- AI currently creates the keys under LOCAL_MACHINE, with write access granted to Everyone
But I'd like to limit modification of values to only my app, to prevent tampering by limited users using regedit.
I"m not sure if there's a way to accomplish this through a combination of AI and my app (.NET) behavior.
I see that AI can create user accounts, but I'm not sure if that would be part of the solution.