Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I am runing RD server 2003 users conect from home to network. when users are in the office, they set their TCP/IP default printer, next day after a remote connection from home default printer changes to other TCP/IP printer.
I deleted Roaming profiles, re-created them for users but still can't fix problem.
I do not waste Money calling microsoft!
please help. Problem is making CIO very unhappy, he changes his default printer every day.Aziz
ZMAN

I use a simple VB logon script that installs all printers when a user logs on, as well as sets the default to what I want it to be.
Copy and paste the following lines to a text editor, and save it as filename.vbs:
objNetwork.AddWindowsPrinterConnection "\\host\canon copier"
objNetwork.AddWindowsPrinterConnection "\\host\blisshouse"
objNetwork.AddWindowsPrinterConnection "\\host\letterhead"
objNetwork.SetDefaultPrinter("\\host\canon copier")Change the path to meet the names/shares for your printers. The last line sets the default.
Place the file in your SYSVOL folder under your domain, and in the AD profile, add the filename.vbs to the logon script text box under the profile tab.
The nice part about this approach is that you can change printers by changing the script. It requires no effort on the part of your users.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |