I am moving our clients to Windows XP in the near future, and need to map lpt1 to a printer on the server. I set this up in the logon script:
net use lpt1: \\server\printer
However, during the script processing, it's asking for a username then a password. Is there anyway to get rid of this for a normal user? Administrator doesn't get prompted, but I definitely don't want everybody to have admin access!
I just want the script to process without any user intervention.
Thanks
net use lpt1: \\server\printer
However, during the script processing, it's asking for a username then a password. Is there anyway to get rid of this for a normal user? Administrator doesn't get prompted, but I definitely don't want everybody to have admin access!
I just want the script to process without any user intervention.
Thanks