Link to home
Start Free TrialLog in
Avatar of ezeflyer
ezeflyer

asked on

prevent an app from executing on startup

I installed a utility that dials the modem, connects to the internet, and sets the clock as soon as Windows98 starts. I don't want it anymore. How do I remove it from the group of apps that execute on Windows startup?
Avatar of ezeflyer
ezeflyer

ASKER

Edited text of question.
BTW, I used "Add/remove Programs" in Control Panel, and removed the program. Successfully, so said Win98. The program STILL executes on Win98 Startup!
check your registry in sections:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\

the Run, RunOnce, RunOnceEx, RunServices, and RunServicesOnce keys.  If you see a value that looks like the program you described, delete it.

Also, check the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\   for Run and RunOnce
open the program tree from the start button, and remove from the start menu.
kjanx
ASKER CERTIFIED SOLUTION
Avatar of RockWolf
RockWolf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dew_associates
Rockwolf, how about posting a comment like everyone else and let the questioner decide.

Ezeflyer, Rockwolf's proposed answer does not remove it from your system, but BeedleGuis's comment does remove it completely presuming that it is in that section of the registry. The registry and startup is where it needs to be removed.
Dennis
Dew : He never said he wanted to remove it completely from his system !
He just wants to remove it from the group that executes at startup.
And If I think my answer is correct, I post it as an answer.
He can always reject if he doesn't like it.

And how about you stop telling someones answer is not good...are you god or what?
Rockwolf, how about reading the entire thread in the future before just jumping on an answer:

His first post: "I don't want it anymore. How do I remove it from the group of apps that execute on Windows startup?"

His follow-up post 3 minutes later: "BTW, I used "Add/remove Programs" in Control Panel, and removed the program. Successfully, so said Win98. The program STILL executes on Win98 Startup!"

Need I say any more?
Dennis

Like I said, let him decide if the answer is good or not. I don't care if it gets rejected. And I don't wanna start argueing about this problem.

cheers.
Thanks to all! Rockwolf's suggestion was good, and I learned more abt. MSCONFIG. Thanks also to BeetleGuis for helping me learn more abt. the Registry. I solved the problem myself anyway, though, by continuing to explore, and found the startup folder where the program was "hiding" -- C:\Windows\profiles\ezeflyer\Start Menu\Programs\StartUp. Deleted it there, problem solved. I still don't know why the Win98 Uninstall procedure seemed to work, but in fact didn't uninstall a doggone thing! I deleted the program's folder manually, and cleaned up the registry.

Well done ezeflyer!
hmm ... so that would mean kjanx had the right answer, right?
I agree BeedleGuis, it was Kjanx's idea not RockWolf. I think Rockwolf owes Kjanx some points here.
Well, Kjanx may have had the right answer, ironically I can't precisely judge since I deleted the program in the user profile startup, solving the problem, before I could test his answer. I DID delete everything in the C:\Windows\Start Menu\Programs\StartUp folder, getting at it through Windows Explorer, that was the first thing I tried that didn't work. Would Kjanx's suggestion have taken me to the StartUp folder under my *profile*, which is the actual StartUp that was launching the app? All in all, I've learned more about Win98, and where all the different StartUp folders hide, and again thanks to BeedleGuis for the registry info.