Task Manager getting rid of processes

G

Guest

When I look at my Task Manager there are lots of "Processes" that seem to be
there and using resources (e.g. Kodak Software, iPodService and goodness
knows what else). How can I prevent these "Processes" from starting when I
start my machine? Is there any easy way of identifying the
important/critical "Processes" vs the junk? Many thanks.
 
M

Mak

When you say *resources*, what exactly do you mean by that?
What problem do you have with your computer?
 
W

Wesley Vogel

Items that are running like Kodak Software should have an icon in the
Notification Area, by your clock.

Right click the appropriate icon and look in Options, Settings,
Preferences, Properties or similar. Look to see if there is an option
like: Load at startup, or: Start when Windows starts or similar.
Uncheck or de-select these options.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Wes, thanks for the tip. Unfortuantely in the Preferences there is no such
option for me to prevent running at start-up. Is there a Start-up
folder/script where Windows generally stores what programs to run at start-up
that I can edit to take it out of? Thx.
 
G

Guest

Mak Slow to start-up and lots of hard drive activity. I have 512MB DDR2
memory. But the question was more general; how do I identify and prevent
non-critical programs from loading at start-up (I know the ones I mentioned
below are non-critical)? I prefer to have the machine run lean rather than
throwing more memory etc into it. thx.
 
W

Wesley Vogel

Some programs use...
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup

With some programs there is no option to stop this. The only way is
with editing the Registry. My suggestion would be to download, install
and run Startman or an equivalent start manager.

[[StartMan is a startup manager created to address some of the
shortcomings in Microsoft's original System Configuration Utility
(MSCONFIG.EXE). MSCONFIG is primarily a troubleshooting tool, not a
startup manager, and as such it does not permit the permanent removal of
startups - they can only be disabled.]]

Startman will show what the startup programs are and allow you to
disable their startup properties. It shows how or where a program is
started. If a program is started from Registry entry, it shows the
path, so you can go there and edit (delete) the entry. There is also an
option that sends you to Pacman's Portal to show a recommendation if a
particular program should or should not start at startup.

Startman 1.3.96 is available here:
http://www.pt.lu/comnet/desc/startman.html

StartMan is a GOOD Utility, I use it all the time, especially after
installing software. Everything you install wants to run at startup.
StartMan shows where something starts from. Check out the Help in
StartMan also! You can either have StartMan disable startups or just
use it to find where something is loading from. Best thing is, it only
runs when you start it. StartMan does not run in the background.

Startup Control Panel is another pretty good application.

[[Startup Control Panel is a nifty control panel applet that allows you to
easily configure which programs run when your computer starts. It's simple
to use and, like all my programs, is very small and won't burden your
system. A valuable tool for system administrators!]]

Download the EXE Version and just extract the executable wherever you want.

Startup Control Panel
http://www.mlin.net/StartupCPL.shtml

These are the two most likely registry keys...
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

With Windows XP, There are 13+ places that programs can start from and
they are executed in the following order:

Before Logon
1)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
2) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

After Logon
3)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
4) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
5) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
6) WIN.INI [Windows] Load
7) WIN.INI [Windows] Run
8) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup
12) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
13) As a Scheduled Task set to run at startup.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Wes: thanks very much for these. Let me have a look and if I have any
further issues I will get back to you. Many thanks for the help. Saludos.

Wesley Vogel said:
Some programs use...
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup

With some programs there is no option to stop this. The only way is
with editing the Registry. My suggestion would be to download, install
and run Startman or an equivalent start manager.

[[StartMan is a startup manager created to address some of the
shortcomings in Microsoft's original System Configuration Utility
(MSCONFIG.EXE). MSCONFIG is primarily a troubleshooting tool, not a
startup manager, and as such it does not permit the permanent removal of
startups - they can only be disabled.]]

Startman will show what the startup programs are and allow you to
disable their startup properties. It shows how or where a program is
started. If a program is started from Registry entry, it shows the
path, so you can go there and edit (delete) the entry. There is also an
option that sends you to Pacman's Portal to show a recommendation if a
particular program should or should not start at startup.

Startman 1.3.96 is available here:
http://www.pt.lu/comnet/desc/startman.html

StartMan is a GOOD Utility, I use it all the time, especially after
installing software. Everything you install wants to run at startup.
StartMan shows where something starts from. Check out the Help in
StartMan also! You can either have StartMan disable startups or just
use it to find where something is loading from. Best thing is, it only
runs when you start it. StartMan does not run in the background.

Startup Control Panel is another pretty good application.

[[Startup Control Panel is a nifty control panel applet that allows you to
easily configure which programs run when your computer starts. It's simple
to use and, like all my programs, is very small and won't burden your
system. A valuable tool for system administrators!]]

Download the EXE Version and just extract the executable wherever you want.

Startup Control Panel
http://www.mlin.net/StartupCPL.shtml

These are the two most likely registry keys...
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

With Windows XP, There are 13+ places that programs can start from and
they are executed in the following order:

Before Logon
1)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
2) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

After Logon
3)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
4) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
5) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
6) WIN.INI [Windows] Load
7) WIN.INI [Windows] Run
8) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup
12) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
13) As a Scheduled Task set to run at startup.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
help8400 said:
Wes, thanks for the tip. Unfortuantely in the Preferences there is no
such option for me to prevent running at start-up. Is there a Start-up
folder/script where Windows generally stores what programs to run at
start-up that I can edit to take it out of? Thx.
 
W

Wesley Vogel

You bet. Keep having fun. :)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
help8400 said:
Wes: thanks very much for these. Let me have a look and if I have any
further issues I will get back to you. Many thanks for the help. Saludos.

Wesley Vogel said:
Some programs use...
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup

With some programs there is no option to stop this. The only way is
with editing the Registry. My suggestion would be to download, install
and run Startman or an equivalent start manager.

[[StartMan is a startup manager created to address some of the
shortcomings in Microsoft's original System Configuration Utility
(MSCONFIG.EXE). MSCONFIG is primarily a troubleshooting tool, not a
startup manager, and as such it does not permit the permanent removal of
startups - they can only be disabled.]]

Startman will show what the startup programs are and allow you to
disable their startup properties. It shows how or where a program is
started. If a program is started from Registry entry, it shows the
path, so you can go there and edit (delete) the entry. There is also an
option that sends you to Pacman's Portal to show a recommendation if a
particular program should or should not start at startup.

Startman 1.3.96 is available here:
http://www.pt.lu/comnet/desc/startman.html

StartMan is a GOOD Utility, I use it all the time, especially after
installing software. Everything you install wants to run at startup.
StartMan shows where something starts from. Check out the Help in
StartMan also! You can either have StartMan disable startups or just
use it to find where something is loading from. Best thing is, it only
runs when you start it. StartMan does not run in the background.

Startup Control Panel is another pretty good application.

[[Startup Control Panel is a nifty control panel applet that allows you
to easily configure which programs run when your computer starts. It's
simple to use and, like all my programs, is very small and won't burden
your system. A valuable tool for system administrators!]]

Download the EXE Version and just extract the executable wherever you
want.

Startup Control Panel
http://www.mlin.net/StartupCPL.shtml

These are the two most likely registry keys...
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

With Windows XP, There are 13+ places that programs can start from and
they are executed in the following order:

Before Logon
1)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
2)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

After Logon
3)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
4) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
5)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
6) WIN.INI [Windows] Load 7) WIN.INI [Windows] Run
8) HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
9) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
10) C:\Documents and Settings\All Users\Start Menu\Programs\Startup
or %allusersprofile%\Start Menu\Programs\Startup
11) C:\Documents and Settings\Your Name Here\Start Menu\Programs\Startup
or %homepath%\Start Menu\Programs\Startup
12) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
13) As a Scheduled Task set to run at startup.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
help8400 said:
Wes, thanks for the tip. Unfortuantely in the Preferences there is no
such option for me to prevent running at start-up. Is there a Start-up
folder/script where Windows generally stores what programs to run at
start-up that I can edit to take it out of? Thx.

:

Items that are running like Kodak Software should have an icon in the
Notification Area, by your clock.

Right click the appropriate icon and look in Options, Settings,
Preferences, Properties or similar. Look to see if there is an option
like: Load at startup, or: Start when Windows starts or similar.
Uncheck or de-select these options.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In help8400 <[email protected]> hunted and pecked:
When I look at my Task Manager there are lots of "Processes" that seem
to be there and using resources (e.g. Kodak Software, iPodService and
goodness knows what else). How can I prevent these "Processes" from
starting when I start my machine? Is there any easy way of
identifying the important/critical "Processes" vs the junk? Many
thanks.
 

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