Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - RE: Printer logon script doesn't work with Vista

Reply
 
Old 05-30-2008   #1 (permalink)
Madison


 
 

RE: Printer logon script doesn't work with Vista

Hi D.P. Roberts,

I used the same codes like you to connect to specific printer to print the
job and disconnect the printer. We do not want users to have that printer
connection all the time because this printer has special paper only connected
by running the program. This program works fine with XP window but not Vista
window. Do you have any idea?


"D.P. Roberts" wrote:
Quote:

> Domain/AD environment where dcs are Win2k3 and print server is Win 2000
> Server. The following logon script is used to map HP Laserjet 4200/4250
> printers:
>
> Set WshNetwork = CreateObject("WScript.Network")
> Set WshShell = CreateObject("WScript.Shell")
> WshNetwork.AddWindowsPrinterConnection \\printserver\printername
>
> This works fine on all our XP clients but not on our Vista clients, even
> though the printers have been configured with vista drivers on the print
> server. When logging on to a Vista client, the printers are not installed
> and the following message is displayed:
>
> "To use the shared printer \\printserver\printername, you need to install
> the printer driver on your computer. If you do not recognize or trust the
> name and location of the printer, do not install the driver."
>
> The user then has the option to Install the driver, but it requires
> administrative access to do so (our users are not admins).
>
>
> Any suggestions?
>
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista Logon Script Replacement VB Script
Logon Script Causing Laptops To Hang - Problems in script? VB Script
Printer logon script doesn't work with Vista Vista networking & sharing
Printer logon script doesn't work with Vista Vista General
Detect Vista in Logon Script Vista account administration


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46