|
|
|
|
|
|
| |
| |
|
|
From: David Fontaine
Subject: How do I prevent programs from being loaded at startup in Windows98?
Date: 24 Feb 2000 19:22:45
Message: <38B5CABB.AF19EDD0@faricy.net>
|
|
|
| |
| |
|
|
If they're not in the StartUp folder...
--
___ ______________________________________________________
| \ |_ <dav### [at] faricynet> <ICQ 55354965>
|_/avid |ontaine http://www.faricy.net/~davidf/
"Sitting on a cornflake, waiting for the van to come" -Beatles
Post a reply to this message
|
|
| |
| |
|
|
From: Jetlag
Subject: Re: How do I prevent programs from being loaded at startup in Windows98?
Date: 24 Feb 2000 21:49:45
Message: <38b5edc9@news.povray.org>
|
|
|
| |
| |
|
|
Start | Run | "msconfig" | last tab: "Startup"
uncheck at your pleasure.
If its not in there check the system.ini and win.ini tabs (or files).
Still looking? Scan for viruses...
> If they're not in the StartUp folder...
Post a reply to this message
|
|
| |
| |
|
|
From: David Fontaine
Subject: Re: How do I prevent programs from being loaded at startup in Windows98?
Date: 24 Feb 2000 23:23:29
Message: <38B60320.C4CCCE6D@faricy.net>
|
|
|
| |
| |
|
|
This probably should have been in p.o-t...
"thanks for the tip"
--
___ ______________________________________________________
| \ |_ <dav### [at] faricynet> <ICQ 55354965>
|_/avid |ontaine http://www.faricy.net/~davidf/
"Sitting on a cornflake, waiting for the van to come" -Beatles
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wasn't it David Fontaine who wrote:
>How do I prevent programs from being loaded at startup in Windows98?
>If they're not in the StartUp folder...
Well, step 1 is to find out what's starting them. There are several
different things that can do it. To find out which one is doing it use
System Information
[Start -> Programs -> Accessories -> System Tools -> System Information]
Choose the [Software Environment -> Startup Programs] section. The
"Loaded From" column tells you what is loading the program.
If "Loaded From" says "Startup Group", then it should mean that the
program is in the StartUp folder.
If "Loaded From" says "Win.ini" then you need to edit Windows\Win.ini.
Look for a line like "load=******.EXE" and clobber it (having saved a
copy first, just in case).
If "Loaded From" says "Registry (...)", then you need to edit the
registry. Editing the registry is a bit of a black art, and I can't
possibly describe how to do it here, but the main tool you will need is
windows\regedit.exe.
As far as I know, there may be other possible values of "Loaded From".
--
Mike Williams * ##
Gentleman of Leisure
Post a reply to this message
|
|
| |
| |
|
|
From: John VanSickle
Subject: Re: How do I prevent programs from being loaded at startup in Windows98?
Date: 25 Feb 2000 18:38:23
Message: <38B714C4.70063A08@erols.com>
|
|
|
| |
| |
|
|
David Fontaine wrote:
>
> If they're not in the StartUp folder...
Back up your data. Reformat the drive. Install Linux.
--
ICQ: 46085459
Post a reply to this message
|
|
| |
| |
|
|
From: David Fontaine
Subject: Re: How do I prevent programs from being loaded at startup in Windows98?
Date: 26 Feb 2000 16:40:13
Message: <38B8479A.FB63A66E@faricy.net>
|
|
|
| |
| |
|
|
John VanSickle wrote:
> David Fontaine wrote:
> >
> > If they're not in the StartUp folder...
>
> Back up your data. Reformat the drive. Install Linux.
Problem is, I only have a Zip drive, and I figure all the stuff I'd
wanna keep is more than the four disks I have (zipped up, 100M disks).
--
___ ______________________________________________________
| \ |_ <dav### [at] faricynet> <ICQ 55354965>
|_/avid |ontaine http://www.faricy.net/~davidf/
"Sitting on a cornflake, waiting for the van to come" -Beatles
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 25 Feb 2000 15:19:21 +0000, Mike Williams <mik### [at] nospamplease>
wrote:
>
>If "Loaded From" says "Registry (...)", then you need to edit the
>registry. Editing the registry is a bit of a black art, and I can't
>possibly describe how to do it here, but the main tool you will need is
>windows\regedit.exe.
>
>As far as I know, there may be other possible values of "Loaded From".
You must check for lines under
HKEY_CURRENT_USER/software/microsoft/windows/currentversion/run
HKEY_CURRENT_USER/software/microsoft/windows/currentversion/runservices
HKEY_LOCAL_MACHINE/software/microsoft/windows/currentversion/run
HKEY_LOCAL_MACHINE/software/microsoft/windows/currentversion/runservices
HKEY_USERS/DEFAULT/software/microsoft/windows/currentversion/run
HKEY_USERS/DEFAULT/software/microsoft/windows/currentversion/runservices
Don't delete that pseudofolders, but the associated keys you want in
each one.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |