Displaying 5 results from an estimated 5 matches for "setdefaultprinter".
2004 Nov 04
6
installing printer in a logon script
Hello,
I have Samba 3 PDC and win2k sp4 client.
I would like to install printer on a machine globally, for all users.
To do this, I use:
net use X: \\server\unattended /user:domain\unattended password
rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\HP2000C
First line is mounting share (Administrator is not logged to the
domain), and the second line is to install printer.
2006 Mar 03
2
Force update of Samba point-and-print drivers?
I hope someone here can offer an easy approach to the following
(somewhat simplified) scenario.
We have a Samba domain that is running well. We have 10 Samba/CUPS
printers and used the Windows Print Wizard method noted on pages
225-226 (section 17.6.1) of the Prentice-Hall-published Official
Samba-3 HOWTO to install the drivers. Over time, we learned to pay
particular attention the the printer
2004 Aug 30
3
roaming profiles ok, but what about the printers?
Hi there,
We have a little intranetwork with Samba 3.0.x as PDC. There are 20
Win2k-clients in several rooms and 18 users roaming from one machine to
another (according to their tasks). So any user has a roaming profile.
This runs almost perfect (some minor problems are still there, but the
the advantages are overwelming).
But there is one thing, I can't understand. Why does Win2k saves
2008 Sep 03
5
universal netlogon script
Hi Guys,
Advise, I have 200 users, they all have access to 20 shares in different
combinations. They all have their own netlogon scripts... its a management
nightmare,
is there a way to create a universal netlogon script that I can include all
the shares to mount and it will silently fail on the ones it cant? Perhaps
there is a smarter way to implement this idea,
lynching is welcome, so is
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...c = "LAB3"
AddPrinterConnection("\\Lab3-20\Lab3")
EndIf
; Staff work room
If $loc = "SWR"
AddPrinterConnection("\\GSERVER\aficio01")
AddPrinterConnection("\\GSERVER\Aficio02")
AddPrinterConnection("\\ADMSEC01\RICOHAfi")
SetDefaultPrinter("\\GSERVER\aficio01")
EndIf
; Administrative staff
If $loc = "ADM"
AddPrinterConnection("\\GSERVER\aficio01")
AddPrinterConnection("\\GSERVER\Aficio02")
AddPrinterConnection("\\ADMSEC01\RICOHAfi")
EndIf
; Library
If $loc = "LIB&quo...