Wij hebben een netwerk met daarin alle pc's W7 en printers worden toegevoegt via scripts maar elke keer als je aanmeld krijg je dit:

Dit is het script:
Option Explicit
Dim objNetwork, strUNCPrinter
strUNCPrinter = "\\Fileserver\Zwart"
Set objNetwork = CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection strUNCPrinter
WScript.Quit

Dit is het script:
Option Explicit
Dim objNetwork, strUNCPrinter
strUNCPrinter = "\\Fileserver\Zwart"
Set objNetwork = CreateObject("WScript.Network")
objNetwork.AddWindowsPrinterConnection strUNCPrinter
WScript.Quit