Dizzy Posted February 25, 2004 Posted February 25, 2004 Hello!I've got a little Problem. I am at a custumer and he uses xp-clients with restricted rights.Now a standard user should be install a printer without knowing the admin-pw.I've tried to run the wizard with runas but it seems, that another prozess will be used to install the drivers. I've tried to start following with runas:**************************************************; Set the RunAs parameters to use local adminstrator accountRunAsSet("administrator", @Computername, "pass"); Run rundll as adminRunWait("rundll32 shell32.dll,SHHelpShortcuts_RunDLL AddPrinter"); Reset RunAsRunAsSet()***************************************************Does anyone know which second prozess will be started and how i can fix that problem?Thx for every solution!
CyberSlug Posted February 25, 2004 Posted February 25, 2004 These two sites (which I had bookmarked) should help:http://support.microsoft.com/default.aspx?...;EN-US;Q189105&http://www.winnetmag.com/Article/ArticleID/14539/14539.html Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Dizzy Posted March 17, 2004 Author Posted March 17, 2004 Great - this looks good - i'll have to test it! Thx!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now