Power Users and .dll registration

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Currently running into issue with users listed as Power
Users and the ability to register dll's. Win XP states
you must be admin to perform those functions. Has anyone
found a way around this? Most dll's typically reside in
system32.

Thanks in advance!
 
Short of running as an Administrator, you could use "runas" to make this a
bit easier (you would log on to your Power User profile, but use "runas" to
run rundll32 using Administrator credentials).

For details, open a command prompt, and enter:

runas /?
 
I really appreciate the input. We'll take a look and see
if this will work for our inhouse applications.

Thanks again!
 
Back
Top