Our pc running XPPro SP3, all up to date, has started a series of
workstation related error messages.
The service is shown in the services list but it won't start (run sc query
workstation produces a message to say the service cannot be found but, I
just tried this on the laptop where the service is running, and the query
produces the same message here!)
I did replace the hard drive recently, and it's possible the error stems
from that time, but the system log doesn't go back before then so I can't
be sure.
I don't have an XP cd as the pc came with it preloaded, and we only got Dell
discs with it, which they say don't include the drivers. Can I download
this service from somewhere, and reinstall it?
Cheers,
S
Where did you get that command to run?
Does it really produce a message to say the service cannot be found -
or does it produces a message that says:
The specified service does not exist as an installed service.
The correct Workstation service name is lanmanworkstation so you
should run this command instead to query it:
sc query lanmanworkstation
You can learn/find out about stuff like that here:
http://www.blackviper.com/WinXP/servicecfg.htm
When you try to start the service (and if it start successfully) you
will see a message like this in the Event Viewer System Log:
Event Type: Information
Event Source: Service Control Manager
Event Category: None
Event ID: 7036
Description:
The Workstation service entered the running state.
What does yours say when you try to start the Workstation service?
Here is a method to post the specific information about individual
events if you still need help:
To see the Event Viewer logs, click Start, Settings, Control Panel,
Administrative Tools, Event Viewer.
A shortcut to Event Viewer is to click Start, Run and in the box
enter:
%SystemRoot%\system32\eventvwr.msc /s
Click OK to launch the Event Viewer.
The most interesting logs are usually the Application and System.
Some logs may be almost or completely empty. Not every event is a
problem, some are informational messages that things are working okay
and some are warnings. No event should defy reasonable explanation.
Each event is sorted by Date and Time. Errors will have red Xs,
Warnings will have yellow !s. Information messages have white is.
Not every Error or Warning event means there is a serious issue. Some
are excusable at startup time when Windows is booting. Try to find
just the events at the date and time around your problem.
If you double click an event, it will open a Properties windows with
more information. On the right are black up and down arrow buttons to
scroll through the open events. The third button that looks like two
pages on top of each other is used to copy the event details to your
Windows clipboard.
When you find an interesting event that occurred around the time of
your issue, click the third button under the up and down arrows to
copy the details and then you can paste the details (right click,
Paste or CTRL-V) the detail text back here for analysis.
To get a fresh start on any Event Viewer log, you can choose to clear
the log (backing up the log is offered), then reproduce your issue,
then look at just the events around the time of your issue.