G
gregb369
Does anyone know if there is a command that will set a default printer?
rundll32
printui.dll,PrintUIEntry /in /n"\\computername\HP
LaserJet 1010"
rundll32
printui.dll,PrintUIEntry /in /n"\\computername\HP
LaserJet 1010" /y
I found i needed to add it for the user (/in) and then
use the same line with the /y at the end to make it
default. Works fine in a batch script.
Tim
None documented. I would be surprised if there was a way. Why are
you being prompted to authenticate? Is the machine not in the same
domain or a trusted domain? I can't see why anybody would want to
configure a print server any other way.
[/QUOTE]Regards
Oli
Is there a way to configure that command to include a username and
password
in it for a print server that pops up an authentication dialog?