Eventlog & WMI won't run, RPC is running

J

Jim E

The computer I am having the problem on is my desktop computer and it
is a HP Pavilion 754n 2.53 Pentium 4, 1Gb memory, 80Gb hard drive
running WinXP Home SP1. (I tried to install SP2 and everything looked
like it was going okay and after much time passed I got a message that
said something like it SP2 failed to install. However I was having
all of the below described problems before I tried the SP2
installation about a week or so ago).

I am having trouble with some installed software.

I have a problem when I try to get "System Information" (I didn't
always have this problem) I get this message when trying: "Can't
Collect Information Cannot access the Windows Management
Instrumentation software. Windows Management files may be moved or
missing."

Upon further investigation of "Services" I find that when I look at
the WMI Service that even though it is set on Automatic it is not
running. When I try to start it I get this message: "Services Could
not start the Windows Management Instrumentation service on Local
Computer. Error 1068: The dependency service or group failed to
start." I checked the dependencies (on my laptop computer) and it
lists "Remote Procedure Call (RPC)" and "Event Log."

Remote Procedure Call (RPC) service is running fine.

I then went to Event Log to check it out. Even though it is set on
automatic it was not running. So I tried to start it and got this
message: "The Eventlog service on Local Computer started and then
stopped. Some services stop automatically if they have no work to do,
for example, the Performance Logs and Alerts service." I think that
Eventlog is supposed to run all of the time and I don't think I can
even shut it down so I have some problems that I assume were caused by
some past malware that had been on my computer..

I have no idea what to do to fix these problems so I could sure use
some competent help. I am not a super computer guru so any help given
would have to be on the level of an intermediate computer user. This
problem has been ongoing for a few months now and I sure would like to
cure the problem without losing my over two years of build up software
to make my computer system the way I want it to be.

Thanks much for any help given.

Jim
===
 
D

Dave Patrick

From a command prompt you might try;

sc query "eventlog"

to see what win32 exit code is generated.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| The computer I am having the problem on is my desktop computer and it
| is a HP Pavilion 754n 2.53 Pentium 4, 1Gb memory, 80Gb hard drive
| running WinXP Home SP1. (I tried to install SP2 and everything looked
| like it was going okay and after much time passed I got a message that
| said something like it SP2 failed to install. However I was having
| all of the below described problems before I tried the SP2
| installation about a week or so ago).
|
| I am having trouble with some installed software.
|
| I have a problem when I try to get "System Information" (I didn't
| always have this problem) I get this message when trying: "Can't
| Collect Information Cannot access the Windows Management
| Instrumentation software. Windows Management files may be moved or
| missing."
|
| Upon further investigation of "Services" I find that when I look at
| the WMI Service that even though it is set on Automatic it is not
| running. When I try to start it I get this message: "Services Could
| not start the Windows Management Instrumentation service on Local
| Computer. Error 1068: The dependency service or group failed to
| start." I checked the dependencies (on my laptop computer) and it
| lists "Remote Procedure Call (RPC)" and "Event Log."
|
| Remote Procedure Call (RPC) service is running fine.
|
| I then went to Event Log to check it out. Even though it is set on
| automatic it was not running. So I tried to start it and got this
| message: "The Eventlog service on Local Computer started and then
| stopped. Some services stop automatically if they have no work to do,
| for example, the Performance Logs and Alerts service." I think that
| Eventlog is supposed to run all of the time and I don't think I can
| even shut it down so I have some problems that I assume were caused by
| some past malware that had been on my computer..
|
| I have no idea what to do to fix these problems so I could sure use
| some competent help. I am not a super computer guru so any help given
| would have to be on the level of an intermediate computer user. This
| problem has been ongoing for a few months now and I sure would like to
| cure the problem without losing my over two years of build up software
| to make my computer system the way I want it to be.
|
| Thanks much for any help given.
|
| Jim
| ===
 
J

Jim E

Dave: For the sc query "eventlog" this is what I got:

SERVICE_NAME: eventlog
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

Thanks for stepping up to help me...

Jim
===
 
D

Dave Patrick

Is the Event Log service set to 'Automatic' ? If not then set it so and
restart for effect. Also make sure it is set to log on as 'Local System
account', uncheck 'Allow service to interact with desktop'

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave: For the sc query "eventlog" this is what I got:
|
| SERVICE_NAME: eventlog
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| Thanks for stepping up to help me...
|
| Jim
| ===
 
J

Jim E

The "eventlog service" is already set to automatic and I tried to
start it but it wouldn't start. If you want to reread my original
post you can see the message I got when it started and then stopped
before really getting started...

I think there is something seiously wrong that won't let my eventlog
and WMI servicies run.

Thanks again Dave for your help.

Jim
===
 
D

Dave Patrick

Yes I know but so far what you've provided isn't helping. Just covering the
bases. You didn't mention this but you should also check that it is set to
log on as 'Local System account', uncheck 'Allow service to interact with
desktop' You might try;

sc query state= all > C:\serv.txt and post the result

Anything on the events that led up to this issue might also help. What is
the date time stamp on the *.evt files in
%systemroot%\system32\config

It's also possible that the Event log(s) files may be corrupt.

Control Panel|Administrative Tools|Services|Event Log Service|General, set
the "Startup Type:" to "Disabled" restart the pc, then delete (or move) the
corrupt *.evt file(s) from %systemroot%\system32\config then set the Event
Log Service "Startup Type:" back to "Automatic", restart for effect.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| The "eventlog service" is already set to automatic and I tried to
| start it but it wouldn't start. If you want to reread my original
| post you can see the message I got when it started and then stopped
| before really getting started...
|
| I think there is something seiously wrong that won't let my eventlog
| and WMI servicies run.
|
| Thanks again Dave for your help.
|
| Jim
| ===
 
J

Jim E

P1. Yes I know but so far what you've provided isn't helping. Just covering the
bases. You didn't mention this but you should also check that it is set to
log on as 'Local System account', uncheck 'Allow service to interact with
desktop' You might try;

P2. sc query state= all > C:\serv.txt and post the result

P3. Anything on the events that led up to this issue might also help. What is
the date time stamp on the *.evt files in
%systemroot%\system32\config

P4. It's also possible that the Event log(s) files may be corrupt.

P5. Control Panel|Administrative Tools|Services|Event Log Service|General, set
the "Startup Type:" to "Disabled" restart the pc, then delete (or move) the
corrupt *.evt file(s) from %systemroot%\system32\config then set the Event
Log Service "Startup Type:" back to "Automatic", restart for effect.
---------

It took me a while to figure out of the things you wanted me to do but
after a while it started coming to me. For one after a while I a
light finally flashed in my mind of where the sc query information was
going...haha...

Paragraph 1. Eventlog was already set to log on as "Local System
account."

Paragraph3. As I think back I first started having a problem with a
software call "Diskeeper" and that had probably been over a year ago.
That is a hard disk defrag program. I worked with the Diskeeper
people for quite a while and the problem with using their software
never really did get solved and I just quit using it. I really can't
think of any thing that may have caused problems to start. I have
since had problems with three or four pieces of software since then
and some newly installed software doesn't seem to work. It seems like
installing some software takes forever. I have had what seems more
than the usual run of Malware, in the past, on my computer. Things
were so bad one time and I had to submit my computer ingo to some
people on Spywareinfo.com for help to get everything cleaned. I think
I am now doing about everything possible to protect my computer system
to the point of being paranoid.

There were three files, named Appevent.Evt, Secevent.Evt and
Sysevent.Evt and the date and time stamp was the same on all three
which was 9/1202004 6:21PM.

Paragraph 5. I followed your instructions in P5 to the letter fully
expecting when I finished that my Eventlog would run but it didn't and
when I tried to start it manually it gave the same message as before.

Paragraph 2: Here is the info you requested fo the "sc query.

And thanks once again for your help and all the effort you are putting
into helping me

Jim
===

SERVICE_NAME: Alerter
DISPLAY_NAME: Alerter
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: ALG
DISPLAY_NAME: Application Layer Gateway Service
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: AppMgmt
DISPLAY_NAME: Application Management
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

SERVICE_NAME: aspnet_state
DISPLAY_NAME: ASP.NET State Service
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: aswUpdSv
DISPLAY_NAME: avast! iAVS4 Control Service
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: AudioSrv
DISPLAY_NAME: Windows Audio
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: avast! Antivirus
DISPLAY_NAME: avast! Antivirus
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: avast! Mail Scanner
DISPLAY_NAME: avast! Mail Scanner
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: avast! Web Scanner
DISPLAY_NAME: avast! Web Scanner
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: BITS
DISPLAY_NAME: BITS
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Browser
DISPLAY_NAME: Browser
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: CiSvc
DISPLAY_NAME: CiSvc
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: ClipSrv
DISPLAY_NAME: ClipSrv
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: COMSysApp
DISPLAY_NAME: COM+ System Application
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: CryptSvc
DISPLAY_NAME: CryptSvc
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Dhcp
DISPLAY_NAME: DHCP Client
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: dmadmin
DISPLAY_NAME: Logical Disk Manager Administrative Service
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

SERVICE_NAME: dmserver
DISPLAY_NAME: Logical Disk Manager
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

SERVICE_NAME: Dnscache
DISPLAY_NAME: DNS Client
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

SERVICE_NAME: ERSvc
DISPLAY_NAME: Error Reporting Service
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Eventlog
DISPLAY_NAME: Eventlog
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: EventSystem
DISPLAY_NAME: COM+ Event System
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: FastUserSwitchingCompatibility
DISPLAY_NAME: Fast User Switching Compatibility
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Fax
DISPLAY_NAME: Fax
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: helpsvc
DISPLAY_NAME: Help and Support
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: HidServ
DISPLAY_NAME: Human Interface Device Access
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

SERVICE_NAME: ImapiService
DISPLAY_NAME: ImapiService
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Ip6FwHlp
DISPLAY_NAME: IPv6 Internet Connection Firewall
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

SERVICE_NAME: iPodService
DISPLAY_NAME: iPod Service
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: lanmanserver
DISPLAY_NAME: Server
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: lanmanworkstation
DISPLAY_NAME: Workstation
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: LmHosts
DISPLAY_NAME: TCP/IP NetBIOS Helper
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: LYNMSQVL
DISPLAY_NAME: LYNMSQVL
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: MDM
DISPLAY_NAME: Machine Debug Manager
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Messenger
DISPLAY_NAME: Messenger
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

SERVICE_NAME: mnmsrvc
DISPLAY_NAME: mnmsrvc
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: MSDTC
DISPLAY_NAME: Distributed Transaction Coordinator
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: MSIServer
DISPLAY_NAME: Windows Installer
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: NetDDE
DISPLAY_NAME: Network DDE
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

SERVICE_NAME: NetDDEdsdm
DISPLAY_NAME: Network DDE DSDM
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

SERVICE_NAME: Netlogon
DISPLAY_NAME: Net Logon
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

SERVICE_NAME: Netman
DISPLAY_NAME: Network Connections
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Nla
DISPLAY_NAME: Network Location Awareness (NLA)
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: NtLmSsp
DISPLAY_NAME: NT LM Security Support Provider
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

SERVICE_NAME: NtmsSvc
DISPLAY_NAME: Removable Storage
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

SERVICE_NAME: NVSvc
DISPLAY_NAME: NVIDIA Driver Helper Service
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: PGPserv
DISPLAY_NAME: PGPserv
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: PlugPlay
DISPLAY_NAME: Plug and Play
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: PolicyAgent
DISPLAY_NAME: IPSEC Services
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: ProtectedStorage
DISPLAY_NAME: Protected Storage
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: RasAuto
DISPLAY_NAME: Remote Access Auto Connection Manager
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

SERVICE_NAME: RasMan
DISPLAY_NAME: Remote Access Connection Manager
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: RDSessMgr
DISPLAY_NAME: RDSessMgr
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: RemoteAccess
DISPLAY_NAME: Routing and Remote Access
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

SERVICE_NAME: RpcLocator
DISPLAY_NAME: RpcLocator
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: RpcSs
DISPLAY_NAME: Remote Procedure Call (RPC)
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: RRNIXSNR
DISPLAY_NAME: RRNIXSNR
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: RSVP
DISPLAY_NAME: QoS RSVP
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: SABSVC
DISPLAY_NAME: Super Ad Blocker Service
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SamSs
DISPLAY_NAME: Security Accounts Manager
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SCardDrv
DISPLAY_NAME: Smart Card Helper
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

SERVICE_NAME: SCardSvr
DISPLAY_NAME: Smart Card
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

SERVICE_NAME: Schedule
DISPLAY_NAME: Task Scheduler
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1717 (0x6b5)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: seclogon
DISPLAY_NAME: Secondary Logon
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 4 RUNNING
(STOPPABLE,PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SENS
DISPLAY_NAME: System Event Notification
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SharedAccess
DISPLAY_NAME: Internet Connection Firewall (ICF) / Internet Connection
Sharing (ICS)
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

SERVICE_NAME: ShellHWDetection
DISPLAY_NAME: Shell Hardware Detection
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Spooler
DISPLAY_NAME: Print Spooler
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: srservice
DISPLAY_NAME: System Restore Service
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SSDPSRV
DISPLAY_NAME: SSDP Discovery Service
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: stisvc
DISPLAY_NAME: Windows Image Acquisition (WIA)
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: SwPrv
DISPLAY_NAME: MS Software Shadow Copy Provider
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: SysmonLog
DISPLAY_NAME: Performance Logs and Alerts
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: TapiSrv
DISPLAY_NAME: Telephony
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: TermService
DISPLAY_NAME: Terminal Services
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: Themes
DISPLAY_NAME: Themes
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: TrkWks
DISPLAY_NAME: Distributed Link Tracking Client
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: UMWdf
DISPLAY_NAME: Windows User Mode Driver Framework
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: uploadmgr
DISPLAY_NAME: Upload Manager
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: upnphost
DISPLAY_NAME: Universal Plug and Play Device Host
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

SERVICE_NAME: UPS
DISPLAY_NAME: Uninterruptible Power Supply
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: VK
DISPLAY_NAME: VK
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: vsmon
DISPLAY_NAME: TrueVector Internet Monitor
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 4 RUNNING

(NOT_STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: VSS
DISPLAY_NAME: Volume Shadow Copy
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: W32Time
DISPLAY_NAME: Windows Time
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: WebClient
DISPLAY_NAME: WebClient
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: winmgmt
DISPLAY_NAME: Windows Management Instrumentation
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1068 (0x42c)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: WmdmPmSN
DISPLAY_NAME: Portable Media Serial Number Service
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: WmiApSrv
DISPLAY_NAME: WMI Performance Adapter
TYPE : 10 WIN32_OWN_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

SERVICE_NAME: wuauserv
DISPLAY_NAME: Automatic Updates
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: WW
DISPLAY_NAME: WW
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

SERVICE_NAME: WZCSVC
DISPLAY_NAME: Wireless Zero Configuration
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING

(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
 
D

Dave Patrick

That probably explains it. For what it's worth I wouldn't think twice about
it, I'd go for a clean install.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| It took me a while to figure out of the things you wanted me to do but
| after a while it started coming to me. For one after a while I a
| light finally flashed in my mind of where the sc query information was
| going...haha...
|
| Paragraph 1. Eventlog was already set to log on as "Local System
| account."
|
| Paragraph3. As I think back I first started having a problem with a
| software call "Diskeeper" and that had probably been over a year ago.
| That is a hard disk defrag program. I worked with the Diskeeper
| people for quite a while and the problem with using their software
| never really did get solved and I just quit using it. I really can't
| think of any thing that may have caused problems to start. I have
| since had problems with three or four pieces of software since then
| and some newly installed software doesn't seem to work. It seems like
| installing some software takes forever. I have had what seems more
| than the usual run of Malware, in the past, on my computer. Things
| were so bad one time and I had to submit my computer ingo to some
| people on Spywareinfo.com for help to get everything cleaned. I think
| I am now doing about everything possible to protect my computer system
| to the point of being paranoid.
|
| There were three files, named Appevent.Evt, Secevent.Evt and
| Sysevent.Evt and the date and time stamp was the same on all three
| which was 9/1202004 6:21PM.
|
| Paragraph 5. I followed your instructions in P5 to the letter fully
| expecting when I finished that my Eventlog would run but it didn't and
| when I tried to start it manually it gave the same message as before.
|
| Paragraph 2: Here is the info you requested fo the "sc query.
|
| And thanks once again for your help and all the effort you are putting
| into helping me
|
| Jim
| ===
|
| SERVICE_NAME: Alerter
| DISPLAY_NAME: Alerter
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: ALG
| DISPLAY_NAME: Application Layer Gateway Service
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: AppMgmt
| DISPLAY_NAME: Application Management
| 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
|
| SERVICE_NAME: aspnet_state
| DISPLAY_NAME: ASP.NET State Service
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: aswUpdSv
| DISPLAY_NAME: avast! iAVS4 Control Service
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: AudioSrv
| DISPLAY_NAME: Windows Audio
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: avast! Antivirus
| DISPLAY_NAME: avast! Antivirus
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: avast! Mail Scanner
| DISPLAY_NAME: avast! Mail Scanner
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: avast! Web Scanner
| DISPLAY_NAME: avast! Web Scanner
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: BITS
| DISPLAY_NAME: BITS
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Browser
| DISPLAY_NAME: Browser
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: CiSvc
| DISPLAY_NAME: CiSvc
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: ClipSrv
| DISPLAY_NAME: ClipSrv
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: COMSysApp
| DISPLAY_NAME: COM+ System Application
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: CryptSvc
| DISPLAY_NAME: CryptSvc
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Dhcp
| DISPLAY_NAME: DHCP Client
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: dmadmin
| DISPLAY_NAME: Logical Disk Manager Administrative Service
| 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
|
| SERVICE_NAME: dmserver
| DISPLAY_NAME: Logical Disk Manager
| 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
|
| SERVICE_NAME: Dnscache
| DISPLAY_NAME: DNS Client
| 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
|
| SERVICE_NAME: ERSvc
| DISPLAY_NAME: Error Reporting Service
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Eventlog
| DISPLAY_NAME: Eventlog
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: EventSystem
| DISPLAY_NAME: COM+ Event System
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: FastUserSwitchingCompatibility
| DISPLAY_NAME: Fast User Switching Compatibility
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Fax
| DISPLAY_NAME: Fax
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: helpsvc
| DISPLAY_NAME: Help and Support
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: HidServ
| DISPLAY_NAME: Human Interface Device Access
| 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
|
| SERVICE_NAME: ImapiService
| DISPLAY_NAME: ImapiService
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Ip6FwHlp
| DISPLAY_NAME: IPv6 Internet Connection Firewall
| 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
|
| SERVICE_NAME: iPodService
| DISPLAY_NAME: iPod Service
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: lanmanserver
| DISPLAY_NAME: Server
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
| (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: lanmanworkstation
| DISPLAY_NAME: Workstation
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
| (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: LmHosts
| DISPLAY_NAME: TCP/IP NetBIOS Helper
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: LYNMSQVL
| DISPLAY_NAME: LYNMSQVL
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: MDM
| DISPLAY_NAME: Machine Debug Manager
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Messenger
| DISPLAY_NAME: Messenger
| 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
|
| SERVICE_NAME: mnmsrvc
| DISPLAY_NAME: mnmsrvc
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: MSDTC
| DISPLAY_NAME: Distributed Transaction Coordinator
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: MSIServer
| DISPLAY_NAME: Windows Installer
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: NetDDE
| DISPLAY_NAME: Network DDE
| 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
|
| SERVICE_NAME: NetDDEdsdm
| DISPLAY_NAME: Network DDE DSDM
| 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
|
| SERVICE_NAME: Netlogon
| DISPLAY_NAME: Net Logon
| 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
|
| SERVICE_NAME: Netman
| DISPLAY_NAME: Network Connections
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Nla
| DISPLAY_NAME: Network Location Awareness (NLA)
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: NtLmSsp
| DISPLAY_NAME: NT LM Security Support Provider
| 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
|
| SERVICE_NAME: NtmsSvc
| DISPLAY_NAME: Removable Storage
| 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
|
| SERVICE_NAME: NVSvc
| DISPLAY_NAME: NVIDIA Driver Helper Service
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: PGPserv
| DISPLAY_NAME: PGPserv
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: PlugPlay
| DISPLAY_NAME: Plug and Play
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: PolicyAgent
| DISPLAY_NAME: IPSEC Services
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: ProtectedStorage
| DISPLAY_NAME: Protected Storage
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: RasAuto
| DISPLAY_NAME: Remote Access Auto Connection Manager
| 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
|
| SERVICE_NAME: RasMan
| DISPLAY_NAME: Remote Access Connection Manager
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: RDSessMgr
| DISPLAY_NAME: RDSessMgr
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: RemoteAccess
| DISPLAY_NAME: Routing and Remote Access
| 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
|
| SERVICE_NAME: RpcLocator
| DISPLAY_NAME: RpcLocator
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: RpcSs
| DISPLAY_NAME: Remote Procedure Call (RPC)
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: RRNIXSNR
| DISPLAY_NAME: RRNIXSNR
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: RSVP
| DISPLAY_NAME: QoS RSVP
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: SABSVC
| DISPLAY_NAME: Super Ad Blocker Service
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SamSs
| DISPLAY_NAME: Security Accounts Manager
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SCardDrv
| DISPLAY_NAME: Smart Card Helper
| 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
|
| SERVICE_NAME: SCardSvr
| DISPLAY_NAME: Smart Card
| 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
|
| SERVICE_NAME: Schedule
| DISPLAY_NAME: Task Scheduler
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1717 (0x6b5)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: seclogon
| DISPLAY_NAME: Secondary Logon
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 4 RUNNING
| (STOPPABLE,PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SENS
| DISPLAY_NAME: System Event Notification
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SharedAccess
| DISPLAY_NAME: Internet Connection Firewall (ICF) / Internet Connection
| Sharing (ICS)
| 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
|
| SERVICE_NAME: ShellHWDetection
| DISPLAY_NAME: Shell Hardware Detection
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
| (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Spooler
| DISPLAY_NAME: Print Spooler
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: srservice
| DISPLAY_NAME: System Restore Service
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SSDPSRV
| DISPLAY_NAME: SSDP Discovery Service
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: stisvc
| DISPLAY_NAME: Windows Image Acquisition (WIA)
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: SwPrv
| DISPLAY_NAME: MS Software Shadow Copy Provider
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: SysmonLog
| DISPLAY_NAME: Performance Logs and Alerts
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: TapiSrv
| DISPLAY_NAME: Telephony
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
| (STOPPABLE,PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: TermService
| DISPLAY_NAME: Terminal Services
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: Themes
| DISPLAY_NAME: Themes
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: TrkWks
| DISPLAY_NAME: Distributed Link Tracking Client
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: UMWdf
| DISPLAY_NAME: Windows User Mode Driver Framework
| TYPE : 10 WIN32_OWN_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: uploadmgr
| DISPLAY_NAME: Upload Manager
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: upnphost
| DISPLAY_NAME: Universal Plug and Play Device Host
| 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
|
| SERVICE_NAME: UPS
| DISPLAY_NAME: Uninterruptible Power Supply
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: VK
| DISPLAY_NAME: VK
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: vsmon
| DISPLAY_NAME: TrueVector Internet Monitor
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 4 RUNNING
|
| (NOT_STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: VSS
| DISPLAY_NAME: Volume Shadow Copy
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: W32Time
| DISPLAY_NAME: Windows Time
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: WebClient
| DISPLAY_NAME: WebClient
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: winmgmt
| DISPLAY_NAME: Windows Management Instrumentation
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1068 (0x42c)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: WmdmPmSN
| DISPLAY_NAME: Portable Media Serial Number Service
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: WmiApSrv
| DISPLAY_NAME: WMI Performance Adapter
| TYPE : 10 WIN32_OWN_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
|
| SERVICE_NAME: wuauserv
| DISPLAY_NAME: Automatic Updates
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: WW
| DISPLAY_NAME: WW
| TYPE : 110 WIN32_OWN_PROCESS (interactive)
| STATE : 1 STOPPED
|
| (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1077 (0x435)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
| SERVICE_NAME: WZCSVC
| DISPLAY_NAME: Wireless Zero Configuration
| TYPE : 20 WIN32_SHARE_PROCESS
| STATE : 4 RUNNING
|
| (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
| WIN32_EXIT_CODE : 0 (0x0)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
 
J

Jim E

I don't understand what "a clean install" means. Could you expliain
that to me please..

Are you saying there is no hope for repairing my WinXP?

I bought this HP Computer new from Fries and one gets no MS WindowsXP
discs with it like we used to get. But thinking that I was going to
have to do something, something I don't really know anything about I
ordered from HP the recovery discs and they came yesterday. There are
6 discs in the set. They talk about "Standard Recovery" and a Full
System Recovery. And they say the Standard Recovery is "a non
destrucive recovery" while saying the Full System Recovery "erases and
reformats the hard disk."

I have poured 2 years of sweat and blood into getting everything
working like I want with all of the software that I want running on
here. I am a old man about to cry...haha... Especially if I have to
do everything all over again...

If I understood better about backing up the Windows System I would
have backed it up from the start as I have a bigger hard drive than
what is on my computer that is connected by USB. It is a Maxtor drive
that for some reason or rather now the Maxtor software doesn't seem to
want to work If it did I was going to format it with the system and
make it like it would have been a replacement drive but for some
reason or rather I can't seem to get the Maxtor software to work with
this USB drive. OH well the best laid plans of men and mice...haha...

Any last minute advice before I take the plunge.

Thanks again Dave for you help.

Jim
===
 
D

Dave Patrick

Yes backup your data and do a clean install.

Standard Recovery:
This is a non-destructive recovery, which recovers factory- shipped
programs, drivers, and the operating system without affecting any data files
that you may have created since purchasing this PC. Some data files may be
difficult to find after the system recovery, so it is best to back up all
hard disk files before performing a system recovery.

Full Recovery:
This recovery function completely erases and reformats the hard disk. The
program performs a full system recovery to reinstall the operating system,
programs, and drivers from the recovery CDs. However, you must reinstall any
software that was not installed on the computer at the factory. This
includes software that came on the CDs included in the computer accessory
box, and software programs you installed since your purchase

Be sure to apply SP2 or at least these two below to your new install before
connecting to any network.
http://www.microsoft.com/downloads/...be-3b8e-4f30-8245-9e368d3cdb5a&displaylang=en

http://www.microsoft.com/technet/security/bulletin/MS03-043.mspx
http://www.microsoft.com/technet/security/bulletin/MS03-049.mspx

You can try the Standard Recovery though I think you're probably wasting
time. Go for the Full Recovery. It may take you as much as a day to get
things back the way you like them. Just think how nice its going to be that
everything will once again work correctly. (including that Maxtor USB drive)
Be sure to install an anti-virus and anti-spyware solution (if required)
before exposing the machine to any network (note: includes internet)

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I don't understand what "a clean install" means. Could you expliain
| that to me please..
|
| Are you saying there is no hope for repairing my WinXP?
|
| I bought this HP Computer new from Fries and one gets no MS WindowsXP
| discs with it like we used to get. But thinking that I was going to
| have to do something, something I don't really know anything about I
| ordered from HP the recovery discs and they came yesterday. There are
| 6 discs in the set. They talk about "Standard Recovery" and a Full
| System Recovery. And they say the Standard Recovery is "a non
| destrucive recovery" while saying the Full System Recovery "erases and
| reformats the hard disk."
|
| I have poured 2 years of sweat and blood into getting everything
| working like I want with all of the software that I want running on
| here. I am a old man about to cry...haha... Especially if I have to
| do everything all over again...
|
| If I understood better about backing up the Windows System I would
| have backed it up from the start as I have a bigger hard drive than
| what is on my computer that is connected by USB. It is a Maxtor drive
| that for some reason or rather now the Maxtor software doesn't seem to
| want to work If it did I was going to format it with the system and
| make it like it would have been a replacement drive but for some
| reason or rather I can't seem to get the Maxtor software to work with
| this USB drive. OH well the best laid plans of men and mice...haha...
|
| Any last minute advice before I take the plunge.
|
| Thanks again Dave for you help.
|
| Jim
| ===
 
J

Jim E

Ok Dave. I take it from what you are saying that a clean install is
doing the full recovery... Just what I really wanted to do. It might
take you a computer expert a day to get things back the you like them
but I am old (74) and slower than slow...haha... Well one thing I
have is time although at my age I could bust out of here for the after
life anytime. But while I am in the here and now I don't have a whole
lot of other obligations so I am good to go.

By the way my Maxtor drive itself works fine it's just that the Maxtor
software wouldn't do a backup because of it being a USB drive.
Apparently it doesn't work the same as if the drive was inside and
tied to the inside hard drive controller as a secondary (slave) drive.
So I can use it to back up all of my pictures and other data okay.
And the Maxtor software is one of the softwares that doesn't seem to
work correctly.

YES it will be good to have things working at 100% good again though.
I am thinking that since you say I can try the Standard Recovery I may
go ahead and try it since I have time. I have a laptop that I can
use. I also have "Linq-PC" linking the two together when I want to
transfer files back and forth but of course they won't be connected
while doing he recovery..

From what I have read in the HP Recovery package I am supposed to
disconnect everything but the keyboard and mouse from my desktop
computer while doing this recovery. They make it sound so
easy...haha...

I have read the links you posted. I am wondering if it would be okay
to update over the Internet to SP2 after I get everything going?

Thanks again for your help and advice Dave.

Jim
===
 
D

Dave Patrick

You can but don't connect to any network or internet until you have
installed at least these two.

http://www.microsoft.com/technet/security/bulletin/MS03-043.mspx
http://www.microsoft.com/technet/security/bulletin/MS03-049.mspx

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
<snip>
| I have read the links you posted. I am wondering if it would be okay
| to update over the Internet to SP2 after I get everything going?
|
| Thanks again for your help and advice Dave.
|
| Jim
| ===
 
J

Jim E

GRRRRR!!! I am angry enough to bang some HP heads together...haha...

After finally getting my mind psyched into doing this recovery thing
and backing up all of my data and then following the directions for
the starting the recovery and with the #1 recovery CD in, up comes on
the screen "These System Recovery CD's do not support this HP PC
model. Press any key to continue...

Oh well things are bound to get better...haha...

I guess I will find out what kind of service HP will give due to their
mistake ( I am assuming that they gave me the wrong discs and not that
the computer is so screwed up that it doesn't want a restoration done
to it...haha...)

I once had an eMachine computer ( In fact after the good experience I
am about to relate I bought several eMachines and gave them to
different family members) that the power supply went out, due to a
line surge which I told them about, with in the warranty period of
one year. Called them on the phone and they overnighted it to us and
the next morning there was a new eMachines computer sitting on the
porch. I took the hard drive out of the old one and put it in the new
one and away we went...haha... Needless to say I was impressed with
that service.

I guess I will sit back and relax...haha... And being the olddawg
that I am I will have a clear head in the morning because this will be
a nice relaxing sober evening for me and the wife.

For any who read thanks for listening to my rant...haha...

HAPPY NEW YEAR TO ALL OF YOU!!!

Jim
===
 
J

Jim E

I talked to HP yesterday and they said they would ship me another set
of "System Restore CD's." This morning FEDEX knocked on my door and
lo and behold here were my new Sys Restore CD's already. HP
overnigthted them to me. They didn't say that was what they would do
so I was highly surprised... GOOD FOR HP!!!

So probably sometime later today I will try the system restore
again...haha...

Jim
===
 
J

Jim E

Got the right "System Recovery CD's" from HP this time! HURRAY!!

Yesterday when I tried to do the non destructive recovery it didn't
work because of corrupt files so I had to do a full install which
formatted my hard drive. The recovery went fine and it took about an
hour. I had saved everything to my USB hard drive, however, for some
reason or rather the "owner's" file did not save which is now causing
me heartaches in getting some software going...haha...

This is enough to drive one to drink and it makes me feel like I am
the one in "recovery" instead of the computer, except that I don't
"drink"...haha...

However I will say one thing, the WinXP services "Event Log" and "WMI"
are running, well they were the last time I checked. Maybe I better
check them again to make sure they are still running...haha...

ONWORD AND UPWARD!!!

Jim
===
 
D

Dave Patrick

Glad to hear it's sorted.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<Jim E> wrote:
| Got the right "System Recovery CD's" from HP this time! HURRAY!!
|
| Yesterday when I tried to do the non destructive recovery it didn't
| work because of corrupt files so I had to do a full install which
| formatted my hard drive. The recovery went fine and it took about an
| hour. I had saved everything to my USB hard drive, however, for some
| reason or rather the "owner's" file did not save which is now causing
| me heartaches in getting some software going...haha...
|
| This is enough to drive one to drink and it makes me feel like I am
| the one in "recovery" instead of the computer, except that I don't
| "drink"...haha...
|
| However I will say one thing, the WinXP services "Event Log" and "WMI"
| are running, well they were the last time I checked. Maybe I better
| check them again to make sure they are still running...haha...
|
| ONWORD AND UPWARD!!!
|
| Jim
| ===
|
|
|
| On Wed, 04 Jan 2006 13:33:02 -0800, Jim E < > wrote:
|
| >I talked to HP yesterday and they said they would ship me another set
| >of "System Restore CD's." This morning FEDEX knocked on my door and
| >lo and behold here were my new Sys Restore CD's already. HP
| >overnigthted them to me. They didn't say that was what they would do
| >so I was highly surprised... GOOD FOR HP!!!
| >
| >So probably sometime later today I will try the system restore
| >again...haha...
| >
| >Jim
| >===
| >
| >
| >On Sat, 31 Dec 2005 21:20:42 -0800, Jim E < > wrote:
| >
| >>GRRRRR!!! I am angry enough to bang some HP heads together...haha...
| >>
| >>After finally getting my mind psyched into doing this recovery thing
| >>and backing up all of my data and then following the directions for
| >>the starting the recovery and with the #1 recovery CD in, up comes on
| >>the screen "These System Recovery CD's do not support this HP PC
| >>model. Press any key to continue...
 
Joined
Apr 27, 2007
Messages
1
Reaction score
0
WinXP Services are not running

Hi Patrick,

I hope you got resolve your windows XP services problem.

I am also having similar problem, most of the important services are not running. I am not able to access internet, my status bar also not showing, I cannot copy any files through explorer so many problems.


When I try run most of the automatic services using command prompt tool SC returning "The dependency service or group failed to start" message.
Command: sc start wzcsvc

Please let me know how did you resolve this problem. I do not have windows xp OS disk with me. This operating system came with laptop when I purchase.
Please give me some advise.

Thanks, looking forward your response.

Indranath
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top