Monday, July 27, 2015
How to Add a Printer with KIX (4 Steps)
Right-click the network KIX script on your Windows server and select 'Open With.' Select 'Notepad' from the list of applications and click 'Open.' The KIX script open.
Scroll down to where you want to add the network print mapping. Typically, you should add the new code at the end of your file.
Type the following code into the file:addprinterconnection ('\myserver\HP Deskjet')In this example, the printer 'HP Deskjet' on the server computer 'myserver' is added to each computer on your network. The 'addprinterconnection' is a KIX function that adds printers to client computers.
Press the 'Ctrl' and 'S' keys on your keyboard; the KIX script is saved. Close the file. Each time a user logs into the network, the printer is added to the Windows computer.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment