Hi,
I have some tools which runs in the bacground and carry out administrative task.

I am running my utility in all XP machines and Limited user environment. Now my utility needs to modify/add/delete certain registry keys/values. Since the application is running from the Limited user account my utility is prevented from modifying the registry. I dont want to give the users the abilit to modify registry manually only my utility.

Is there any way to Impersonate or run an utility with Admin priviliages?

Thanks.