Printer startup script in XP

G

Guest

Hello,

I am desperate here! Nobody seems to be able to help me, I am currently
running a printer startup script via a batch file off of a
Win2k server for Win2k clients, however when I attempt to run the startup
script for WinXP clients I am unsuccessfull. The batch I use is below:

Create a batch file (e.g. printers.bat) containing lines of the following
form (the PrintUIEntry bit is case-sensitive):

rundll32 printui.dll,PrintUIEntry /in /n \\printserver\printer1
rundll32 printui.dll,PrintUIEntry /in /n \\printserver\printer2
rundll32 printui.dll,PrintUIEntry /in /n \\printserver\printer3

The script runs fine in Win2k, and appears to run for XP, however once
logged in the printers do not appear. Is there any reason the script will run
for
Win2k but not for XP?

Thanks in advance!
 
C

Chris

Had a similar issue and my resolution was to give the end user admin rights
to the PC, printers were isntalled w/o a problem.
If you find another solution please post it here.
 
R

Ryan Hanisco

Take a look at the con2prt utility in the admin tools. This was first a
part of the NT 4.0 tools and on the Microsoft web site. This is your best
bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top