I am making a AutoIT to install a program and make all the nessicary registry changes that need to be done with it. The problem is all these changes are in HKEY_CURRENT_USER, so when I run this exe as admin for a user, it makes all the registry changes in the Admin's account who ran it.
Is there a way to direct these reg changes to the logged in user's account? Or make them happen to all current and future accounts on the computer?