Computing.Net > Forums > Windows NT > Setting printer in Login Script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Setting printer in Login Script

Reply to Message Icon

Name: Pete Wilshaw
Date: February 17, 2000 at 05:07:36 Pacific
Comment:

I am setting up a new environment incorporating the use of builds, profiles and policies. I would like to be able to set the user's printer to a specific printer from the login script. This would be dependant on what Global Printer group they are a member of. I would like them only to be able to access the printer specified by the login scripts and not 'SEE' any others. Anyone know how to do this ?!???!



Sponsored Link
Ads by Google

Response Number 1
Name: Michiel
Date: February 18, 2000 at 00:00:42 Pacific
Reply:

Pete,

use:
NET USE port: | \\computer\printer /DELETE [/YES]
to connect to a printer from a login script.
If you want to hide printers so that no one can "see" other printers, just make the printer shares, hidden shares by adding a "$" behind the sharename. This hides the share instead of naming it $. No one can see those shares when browsing for others.
The entry in the login script must made manually.

Good Luck!


0
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Setting printer in Login Script

error message in login script www.computing.net/answers/windows-nt/error-message-in-login-script/14946.html

finding what os is installed in login script www.computing.net/answers/windows-nt/finding-what-os-is-installed-in-login-script/7848.html

Check for service in login script www.computing.net/answers/windows-nt/check-for-service-in-login-script/20255.html