I shared a printer on Windows Server 2003 and use the above command to install the printer using .bat file at logon..
rundll32 printui.dll,PrintUIEntry /in /n \\servername\sharename
logged on the client machine a regular "user" permission account.
it gets the error "You do not have sufficient access to your computer to connect to the selected printer."
I checked "point-and-print functionality" in the gpolicy on the server and allows the user to add the printer.as suggested from (
i also checked to see if the /%systemroot%/system32/spool folder is read and list content as suggested another site.
i also tried:
# Go to Local Computer Policy, Computer Configuration, Security Settings, Local Policies, User Rights Assignment
# Double click Load and unload device drivers
and add the "user" group to the permissions.
nothing works.. what can i do so the "users" can add the printer at startup?
thanks