View Single Post
  #3  
Old June 13th 04, 03:29 AM
Alan Edwards
external usenet poster
 
Posts: n/a
Default Permanent Removal of Startup Items from Listing

Disabling is not removal. If you remove them, then they are gone and
not listed.
Enable them in Msconfig and then remove them from where they a

The places Win9x uses to load at Startup:

-the load= and run= lines in the win.ini,
-the [386Enh] section of the SYSTEM.INI (.386 and .vxd files),
-the Startup folder, C:\WINDOWS\Start Menu\Programs\StartUp
-the AllUsers folder C:\Windows\All Users\Start Menu\Programs\Startup

-the registry keys (in order of likeliness)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServicesOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunOnce\Setup
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunOnceEx

....Alan

--
Alan Edwards, MS MVP W95/98 Systems
http://dts-l.org/index.html


In microsoft.public.win98.gen_discussion, (HKEK)
wrote:

I understand how to disable items shown in the startup list (run,
msconfig, startup, regedit, etc., etc.); however, how do I permanently
remove them from the listing under startup? Once these items are
disabled and removed from directories or the registry, they are still
listed as potential startup items. I believe the case is the same for
XP. How is the startup list generated, i.e., where is the actual list
stored and how is edited to permanently remove items that are of no
interest for future use? -- Thanks!