Quick memory/resource management question

T

TarMaC

I'm trying to conserve resources.

A svchost on my PC uses 24k many times and then reduces to 4k some times. I
understand basically
what a svchost is and does, and I know it may consists of many items, as in
this case.

My question is, how can I find out if those items it runs are really
necessary?

Below is what the svchost runs and what my situation/specs are. I'd
appreciate any advice on what's necessary or where I can find out more about
what's necessary.

My situation...
I run a non-networked, single user PC with online connection via Bellsouth
DSL (no hub or router).

This is what "tasklist" shows the one suspicious svchost runs...
AudioSrv, Browser, CryptSvc, Dhcp, EventSystem,
FastUserSwitchingCompatibility, helpsvc, HidServ, lanmanserver,
lanmanworkstation, Netman, Nla, RasMan, Schedule, seclogon, SENS,
SharedAccess, ShellHWDetection, srservice, TapiSrv, Themes, TrkWks, W32Time,
winmgmt, wscsvc, wuauserv, WZCSVC

My specs...
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Manufacturer Dell Computer Corporation
System Model Dimension 8100
System Type X86-based PC
Processor x86 Family 15 Model 0 Stepping 10 GenuineIntel ~1483 Mhz
BIOS Version/Date Dell Computer Corporation A09, 10/2/2001
SMBIOS Version 2.3
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2180
(xpsp_sp2_rtm.040803-2158)"
Total Physical Memory 512.00 MB
Available Physical Memory 225.27 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 1.22 GB
 
R

R. McCarty

Most all of the Processes/Services that run from within a SvcHost
are still controlled by the MMC Services. For example, SecLogon
is Secondary Logon. Svchost instances are bundled by Registry
settings where they are started at System Boot.
When you disable the Service that starts via SvcHost then it will
not appear in a Tasklist /SVC next time the PC boots.
Your best guide for how to modify Windows XP services is still
Black Viper's Web site. One word of Advice, Before changing the
Start Modes export the Services list as a reference to how they
were originally set.
http://www.blackviper.com/WinXP/servicecfg.htm
 
T

TarMaC

I'll check that out. Thanks for the advice.

R. McCarty said:
Most all of the Processes/Services that run from within a SvcHost
are still controlled by the MMC Services. For example, SecLogon
is Secondary Logon. Svchost instances are bundled by Registry
settings where they are started at System Boot.
When you disable the Service that starts via SvcHost then it will
not appear in a Tasklist /SVC next time the PC boots.
Your best guide for how to modify Windows XP services is still
Black Viper's Web site. One word of Advice, Before changing the
Start Modes export the Services list as a reference to how they
were originally set.
http://www.blackviper.com/WinXP/servicecfg.htm
 
A

Al Dykes

I'm trying to conserve resources.

A svchost on my PC uses 24k many times and then reduces to 4k some times. I
understand basically
what a svchost is and does, and I know it may consists of many items, as in
this case.

My question is, how can I find out if those items it runs are really
necessary?

Below is what the svchost runs and what my situation/specs are. I'd
appreciate any advice on what's necessary or where I can find out more about
what's necessary.

My situation...
I run a non-networked, single user PC with online connection via Bellsouth
DSL (no hub or router).

This is what "tasklist" shows the one suspicious svchost runs...
AudioSrv, Browser, CryptSvc, Dhcp, EventSystem,
FastUserSwitchingCompatibility, helpsvc, HidServ, lanmanserver,
lanmanworkstation, Netman, Nla, RasMan, Schedule, seclogon, SENS,
SharedAccess, ShellHWDetection, srservice, TapiSrv, Themes, TrkWks, W32Time,
winmgmt, wscsvc, wuauserv, WZCSVC

My specs...
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Manufacturer Dell Computer Corporation
System Model Dimension 8100
System Type X86-based PC
Processor x86 Family 15 Model 0 Stepping 10 GenuineIntel ~1483 Mhz
BIOS Version/Date Dell Computer Corporation A09, 10/2/2001
SMBIOS Version 2.3
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2180
(xpsp_sp2_rtm.040803-2158)"
Total Physical Memory 512.00 MB
Available Physical Memory 225.27 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 1.22 GB

You've got plenty of memory unless you are running a heavy application that
you know required more than 256MB.

Here's my list of XP services that can be safely turned off. It predates
SP2 and I'd appreciate any thoughts as to what can be added or deleted.


Automatic Updates
Messenger Service
TCP/IP Netbios Helper
Wireless Zero Config (unless have a WiFI adapter in the machine)
Upload Manager
Task Scheduler Server
Error Reporting
Remote Registery
Server Service
Computer Browser

Turn off some of the GUI crap;

Start->Properties Select "classsic" IMHO

Start -> Control Panel > System -> Advanced
-> Performance -> Settings

Select "adjust for best performance"

Also

XP Tuning
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308417
 

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