I have a computer lab environment where I need to force students to choose a printer everytime they try to print so that they know where their document has printed to. Is there a way to do this?
Handle it in the logon script. You can identify something unique about the workstation; I would use the physical or MAC address of the network card using the native GETMAC.EXE utility of XP.
You can easily parse its output directly with a FIND included in a .bat command line, or export to a file and parse the file.
In any case, the second step would be to assign the default printer. Two thoughts here:
. You can assign this on a machine, not user level. See Bruce Sanderson MS-MVP's notes:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.