asked on
ASKER
ASKER
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.
TRUSTED BY
Lets assume PC with printer is called (eg displays in network neighbourhood as) "DeskTop"
Printer share name is "printer1"
Open notepad and create a text file with the above
Set WshNetwork = WScript.CreateObject("WScr
PrinterPath = "\\DeskTop\printer1"
WshNetwork.AddWindowsPrint
WshNetwork.SetDefaultPrint
Rename the file with a vbs extension
eg:- Makeprinter.vbs