eagle00789 Posted August 19, 2004 Posted August 19, 2004 I want to silently install my HP Laserjet 4 (PCL5e) printer using the buildin printers of windows xp. i haven't found any solution to my problem. can you give me the help on this problem.
GnarlyC Posted August 22, 2004 Posted August 22, 2004 If it is connected to the PC, then XP should install it. If it is shared from another PC, then you can use a VB script to install it. Set WshNetwork = CreateObject("WScript.Network")PrinterPath = "\\server\HPLaserJ"WshNetwork.AddWindowsPrinterConnection PrinterPathGnarlyC
eagle00789 Posted August 22, 2004 Author Posted August 22, 2004 well. it's connected to this pc, but is always turned off when not in use (don't print that often, but when i Print, it is a lot at once). so any solution to that, so that it will install Silently, even when turned off??
Bâshrat the Sneaky Posted August 24, 2004 Posted August 24, 2004 Why don't you just install Windows while your printer is turned on? Then Windows _should_ recognize and install it. (Although I haven't tested it myself yet)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now