network Printer sharing


Recommended Posts

i dont understand your reply.

the printers installed fine when installed on to the server.

but when we log in to a pc either as an admin or a normal user, and install the shared printer, it installs fine, yet when we log out and log in as someone else the printer just is not there, i have also tryed logging in to the machine as the local administrator on the machine and installing it and this does not work either.

That's because you are either using Windows XP or Windows 2000 and each user have a different profile. When the same person will login to the same pc the printer will be there. If the person has not login yet all they have to do is to click on Start, run type in \\servername and cick ok Find the shared printer in the new windows right click on it and chose connect and the printer will be installed

Have fun!!!

I Found this on my server:

Save as "your_script_name.vbs"

'-- PrinterMapper --
'-- maps a default printer --

Option Explicit
Dim objPrinter
Set objPrinter = CreateObject("WScript.Network") 
objPrinter.SetDefaultPrinter "\\server\printer name" 
' End of Script

ChocIST

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.