We have a w2k printserver and using NT workstations. One printer has been changed with an other. Now, for one printer i've changed the printer driver on the server (additional driver = NT4) because the old printer died.

The following scripts connects all users with this printer.

DELTREE("HKEY_CURRENT_USER\Printers\Connections")
ADDKEY("HKEY_CURRENT_USER\Printers\Connections")
$R1=ADDPRINTERCONNECTION ("\\DARS003\DARP1009")
USE "LPT3:" "\\DARS003\DARP1009"

When a user startup his computer, the old printerdriver tries to print to the new printer. The new printerdrives isn't installed on the users computer. The user may not change this driver (policy).

Is there a sollution for this problem so i don't have to change the printerdriver manualy on 75 computers?

Thx.