Scripting a network printer install


Recommended Posts

this script works of you have added the pritner to a windows 2000/xp/2003 pc and shared it whit the drivers:

- open notepad.

- paste this [not the ---------------]

-------------------------------------------------------------------------

if %OS% == Windows_NT goto nt

goto win

:nt echo NT!

rundll32 printui.dll PrintUIEntry /ga /n \\server\printersharename

:win

net use printersharename

:end

-------------------------------------------------------------------------

- save as scriptname.bat

- add to AD true GP or profile login script.. [on the machine not on the user in AD]

Link to comment
Share on other sites

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

    • No registered users viewing this page.