Hi all,
I have several printers in my network, i've create a batch file with lines like "rundll32 printui.dll,PrintUIEntry....." and i want to launch this script ONE time only at first logon of each user on the domain.
I know it is possible to do that using GPO but it don't wonder how, anyone could give a hand ?
thanx all.
Page 1 of 1
Install network printers via policies
#2
Posted 12 August 2004 - 11:08 AM
Create a vbscript logon script that contains the following code
Option Explicit
Dim oNetwork, sPrintPath
Set oNetwork = CreateObject("WScript.Network")
sPrintPath = "\\server\printer"
oNetwork.AddWindowsPrinterConnection sPrintPath
Option Explicit
Dim oNetwork, sPrintPath
Set oNetwork = CreateObject("WScript.Network")
sPrintPath = "\\server\printer"
oNetwork.AddWindowsPrinterConnection sPrintPath
#3
Posted 12 August 2004 - 11:48 AM
Thanx for u reply but my problem is not the creation the script but where to set it up if i want to use windows domain policies? any idea ?
- ← How precopy i386 catalog from cd to c!
- Unattended Windows 2000/XP/2003
- Win2000 Unattended Installation Problem →
Share this topic:
Page 1 of 1



Help
Back to top









