Ask a Question related to Windows Server, Design and Development.
-
Mikael Oskarsson #1
Add a network printer to user automaticly
Hi
How can I automaticly connect a user or a gruop of user to a network printer
without any configuration on every computer/user profile.
I want to do it centraly in some way
How?
Regards
Mikael
Mikael Oskarsson Guest
-
network printer problems
Hi I'm having problems with the network printer here and whenever I try to print a PDF out, nothing happens - it doesn't go to the printer, yet... -
windows network printer
Hi everybody I'm sorry if this is a FAQ, but I kinda have a problem. at home I have set up a little network, and there is only one printer.... -
Adding a network printer
Hi, everybody. This is a first time post for me. I'm an experienced user but a novice at system administration. I'm trying to set up a printer on a... -
sharing printer on wireless network
try using the Ip address of the system with the share instead of the name.... this worked for me.. "Leslie" <noon@nowhere.com> wrote in message... -
Printer sharing on network
I upgraded my desktop to XP and I am having problems connecting to printer connected to computer (that is on Windows 98 SE)on my home network. The... -
Miha Pihler #2
Re: Add a network printer to user automaticly
Hi,
you can do it with start up script. The script would look something like
this:
*****
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection \\Primus\HP4500
WshNetwork.SetDefaultPrinter "\\Primus\HP4500
*****
Replace \\Primus\ with the name of your printer server
Replace HP4500 with name of your printer (share)
If you don't want to have this printer as default printer skip the last
line...
Mike
"Mikael Oskarsson" <nospam@tietoenator.com> wrote in message
news:eYPvu2AYEHA.2940@TK2MSFTNGP09.phx.gbl...> Hi
>
> How can I automaticly connect a user or a gruop of user to a network
> printer
> without any configuration on every computer/user profile.
> I want to do it centraly in some way
> How?
>
> Regards
>
> Mikael
>
>
Miha Pihler Guest



Reply With Quote

