Hello,
I am trying to create a group policy setting that will launch an application once for every user on every computer they log into.
Example:
User logs into Computer A, application executes. User logs out and back in, no action.
User logs into Computer B, application launches once and never again. Same for Computer C, D, etc.
Using the RunOnce registry setting, I have only been able to get the application to launch on the first computer logged into, nothing happens on subsequent computers. Is there a setting like RunOnce that will persist across multiple machines?
I know I can use the RunOnce for the default profile to cover all new profiles, but I need the application to launch for existing profiles as well.
Thank You!
Ron Lynde