You could use logon script to add printers (depends on users permissions).
Script is quite simple.
******************
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\Primus\HP4500"
WshNetwork.SetDefaultPrinter "\\Primus\HP4500"
******************
Replace Primus with name of your printer server. Replace HP4500 with name of
your printer share on printer server.
In last line it should only be printer that you want to set as default.
I hope this helps,
Mike
"anony" <anon...@discussions.microsoft.com> wrote in message
news:a21301c486c9$c76044a0$a601...@phx.gbl...