Computing.Net > Forums > Windows Vista > Printer goes offline at evry boot?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Printer goes offline at evry boot?

Reply to Message Icon

Name: grrxxx
Date: June 12, 2008 at 13:12:26 Pacific
OS: vista
CPU/Ram: amd
Product: homemade
Comment:

Every time i boot vista the printer status goes 'offline'. I have to go to Printers and select "use online" to get the printer to respond; not that big of a deal but is there a way to get vista to automatically set status to online at every boot? A script maybe?....



Sponsored Link
Ads by Google

Response Number 1
Name: Sabertooth
Date: June 12, 2008 at 16:32:02 Pacific
Reply:

What is the model of the printer.

Jabbering Idiots: Everywhere You Look!


0

Response Number 2
Name: grrxxx
Date: June 12, 2008 at 18:43:14 Pacific
Reply:

hp c6280


0

Response Number 3
Name: Sabertooth
Date: June 12, 2008 at 19:09:06 Pacific
Reply:

How about disabling "HP CUE DeviceDiscovery Service" ... that should fix it.


- Click on the "Start Menu" icon on the bottom left corner of the screen, type "services.msc" in the "Start Search" edit box, and hit enter. This will trigger Vista to pop-up a "User Account Control" dialog to prompt for permission to continue. Click "Continue" to allow Vista to open the Services management console application.

- The Services management console application is made up of 2 panels. The right panel contains a list of all services available on the system. Scroll thru this list and look for a service called "HP CUE DeviceDiscovery Service".

- Right-click on "HP CUE DeviceDiscovery Service" and select "Properties" to open the "HP CUE DeviceDiscovery Service Properties" dialog.

- From the "HP CUE DeviceDiscovery Service Properties" dialog, click on the "General" tab. If the "Service status" shows that the service has started, click on the "Stop" button to force the service to stop.

- Change the "Start type" to "Disabled" and click on the "OK" button on the bottom of the dialog to apply the changes.

Good luck!

Jabbering Idiots: Everywhere You Look!


0

Response Number 4
Name: grrxxx
Date: June 13, 2008 at 13:03:13 Pacific
Reply:

bummer - there for a second i thought it would work but nope- still says offline - weird thing is the xp system that uses it with detect it on / off line just fine
:(


0

Response Number 5
Name: grrxxx
Date: June 13, 2008 at 15:23:24 Pacific
Reply:

fixed it thus:

PrinterName = "HP Photosmart C6200 series"
VerbName = "&Use Printer Online"
Dim sa
Set sa = CreateObject("Shell.Application")
Set printers = sa.NameSpace(4).Items()
'WScript.Echo TypeName(printers)
For each printer in printers
'WScript.Echo printer.Name
if printer.Name = PrinterName Then
Dim verbs: Set verbs = printer.Verbs
For Each verb in verbs
'WScript.Echo verb.Name
if verb.Name = VerbName Then
WScript.Echo PrinterName & " was offline"
verb.Doit()
End If
Next
End If
Next


gosh i hate this os.... :\


0

Related Posts

See More



Response Number 6
Name: Rayburn
Date: June 13, 2008 at 15:26:39 Pacific
Reply:

"i hate this os"

LOL me too!

WinSimple Software


0

Sponsored Link
Ads by Google
Reply to Message Icon

How to allow more than 4 ... IBM Intellistation M Pro



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Vista Forum Home


Sponsored links

Ads by Google


Results for: Printer goes offline at evry boot?

stuck at boot screen www.computing.net/answers/windows-vista/stuck-at-boot-screen/4904.html

Printer won't work www.computing.net/answers/windows-vista/printer-wont-work/5227.html

Intel 915P HiDef Audio Controller www.computing.net/answers/windows-vista/intel-915p-hidef-audio-controller/443.html