Tech Support > Microsoft Windows > Windows Server > Printers in windows profile
Printers in windows profile
Posted by David on January 12th, 2005


Where does Windows store each users printers in each users profile? I am
trying to add printers to multiple profiles without having to install the
printer on every profile. Any ideas?


Posted by David on January 12th, 2005


Without having to log on each persons profile. Thats what I meant to say.

"David" <david@david.com> wrote in message
news:u$T3lnO#EHA.2076@TK2MSFTNGP15.phx.gbl...


Posted by Adrian on January 12th, 2005


If you want an easy way to add printers you can use a vb script.

Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection \\printserver\myprinter

Change the UNC to your server and printer share and the script will add the
print.

Hope this helps,
Adrian


"David" <david@david.com> wrote in message
news:#bQCFsO#EHA.1564@TK2MSFTNGP09.phx.gbl...


Posted by Ralf Stolzenberg on January 13th, 2005


Hello David!

Try con2prn in addition with the logon scripts.

e.g.:
con2prt /c \<Servername>\<Shared-Printername>

Have a look at:
http://www.jsiinc.com/SUBA/tip0400/rh0458.htm
http://support.microsoft.com/Default.aspx?kbid=181663

I think con2prn is from the ResourceKit

"David" <david@david.com> schrieb im Newsbeitrag
news:u$T3lnO%23EHA.2076@TK2MSFTNGP15.phx.gbl...

HTH,

Ralf




Similar Posts