|
Printers by room: First, create an environmental variable named "Room" and set it to a unique value describing the room. Set this value the same on all machines in the room. Do this for all computers in each room. For example - All computers in Room 103 would have an environment variable named Room set to Room103 Second, create the printers on your server and share them with the same names as the environment variables. For example - the printer in Room 103 would be shared as Room103 Finally, add the following lines to the login script: (replace Alderaan with the name of your print server) reg add "hkcu\printers\Connections\,,Alderaan,%Room%\Server=\\Alderaan" One caveat - the users need access to the Reg.exe comand. |
|