Thanks a lot - that helped. At least a little. But now instead of the
expected arrows i see darkblue questionmarks on lightblue sheets.
That is what I have on both of my machines. XP Pro SP1 on one and XP Pro
SP2 on the other machine.
Source: Service Control Manager
Type: Error
Event ID: 7023
The service "Computerbrowser" was closed because of this error:
The action was returned because of time expire.
(i tried to translate the meaning - because it´s shown in german language)
Do you need the Computer Browser service running? I am not on a network and
have it Disabled.
Computer Browser service. Automatic, if on a network and there is no
dedicated master browser. Disabled, if not browsing Network Neighborhood
for shares/printers.
Computer Browser
Default Description:
Maintains an updated list of computers on the network and supplies this list
to computers designated as browsers. If this service is stopped, this list
will not be updated or maintained. If this service is disabled, any services
that explicitly depend on it will fail to start.
Additional Information:
Computer Browser service maintains a listing of computers and resources
located on the network. This service is not required on a standalone system.
In fact, even if you want to browse the network (workgroup or domain) or
have mapped network shares as local hard drives, you can still do so. On a
large network, one computer is designated the "master" browser and another
one is the "backup" browser. All others just announce they are available
every 12 minutes to "take over" duties if one of the other computers fail.
No lag time is discernable if this service remains disabled on all but one
computer. Honestly, I do not even believe one needs to be running. You
could, "just in case," but it sure does not need to be running on all
computers, all of the time.
http://www.blackviper.com/WinXP/Services/Computer_Browser.htm
Open a command prompt...
Start | Run | Type: cmd | Click OK |
Type: sc query browser and hit your Enter key.
Look at the WIN32_EXIT_CODE, probably a four digit number. The first
number, not the one in parentheses.
Then type in the same command prompt:
net helpmsg #### where #### is the WIN32_EXIT_CODE
Like this for example...
-----------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>sc query browser
SERVICE_NAME: browser
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\>net helpmsg 1077
No attempts to start the service have been made since the last boot.
C:\>
-----------------------------------
Also see...
ID: 7023
Source: Service Control Manager
http://www.microsoft.com/technet/su...7023&EvtSrc=Service Control Manager&LCID=1033
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In