MSFN Forum: How To Disable Applications To Start Automatically - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How To Disable Applications To Start Automatically Removing items from startup Rate Topic: -----

#1 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 15 February 2005 - 11:28 PM

i want to know how to remove items from startup
for ex
how to remove softwares that automatically are started at the windows startup


#2 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 15 February 2005 - 11:32 PM

Maybe you should be searching for all these questions you have instead of posting.
I've seen you post a heap of questions, and practically all of them could've been solved if you searched, both on MSFN or google.
This one is especially generic, if you can't find this question on google, then you probably shouldn't be doing unattended installations.

#3 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,756
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2005 - 11:37 PM

There are many tools out there in the wide world... Like tweaknow powerpack, system mechanic or if you are just lookin for a startup manager mike lin created a lovely little too called startup control panel.

Here is a pre-made silent installer of it just double click and then open your control panel, it will be in there.

#4 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,756
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2005 - 11:39 PM

If you want it silent without any windows open this with winrar and change the line where it says:

silent=2

to

silent=1

#5 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 16 February 2005 - 08:05 AM

I recommend using the sysinternals util called autoruns

#6 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 16 February 2005 - 08:24 AM

id recommend autoruns normally too, but amardeepsingh seems kinda new 2 this.. & id bet it'd make him screw something up, id suggest u going 2 regedit (yes i know, its not n00b proof) but try in there first..

HKLM\Software\Microsoft\CurrentVersion\Run
HKLM\Software\Microsoft\CurrentVersion\RunOnce
HKCU\Software\Microsoft\CurrentVersion\Run
HKCU\Software\Microsoft\CurrentVersion\RunOnce

#7 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 16 February 2005 - 08:27 AM

@Wraith

buddy
i was not at all talking about removing programs from windows startup in windows
i know it is possible through msconfig, system mechanic and many softwares

i was referring it during unattended windows xp
i want to how to remove programs automatically from the windows startup

for example
i have installed a software say xyz (in my unattended windows )which adds itself to windows startup
but i want it to be removed manually once the unattended xp is completed
thats what i was requiring

hope u understand

#8 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 16 February 2005 - 08:33 AM

amardeepsingh, on Feb 16 2005, 08:27 AM, said:

@Wraith

buddy
i was not at all talking about removing programs from windows startup in windows
i know it is possible through msconfig, system mechanic and many softwares

i was referring it during unattended windows xp
i want to how to remove programs automatically from the windows startup

for example
i have installed a software say  xyz (in my unattended windows )which adds itself to windows startup
but i want it to be removed manually once the unattended xp is completed
thats what i was requiring

hope u understand
<{POST_SNAPBACK}>


And thats exactly what he was talking about. Removing programs from windows startup is basically deleting entries from your registry. For that matter a simple search in google will tell you how to delete registry keys with a registry file. The registry file is applied the same way as all other registry file in the unattended method.

#9 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 16 February 2005 - 09:15 AM

I didn't even understand what he was saying.

if u want to remove stuff from the startup automatically

u hv to do it via the registry sample yahoo

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Yahoo! Pager"=-


that disables yahoo from auto launching.

and no i dont knw whatever your going to ask next.
and the next answer to your question is still no. :thumbup

#10 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 16 February 2005 - 11:56 AM

@astalavista
why are u so rude to me

#11 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 16 February 2005 - 12:01 PM

@wrath
thanks buddy for replying

but i want to know how to recognise an entry from registry
i dont know much about registry as i am a newbie

i just want to know that all the programs which starts automatically with windows lie in this registry path
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
plz tell me

#12 User is offline   Mekrel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 372
  • Joined: 17-November 04

Posted 16 February 2005 - 12:20 PM

Ok lads calm down. I know people should search but he seems to want to know what the key is doing, not just that it does what he wants.

Here is a small explanation.

The startup entries in windows XP are stored in different keys, you will find most of them in HKLM\Software\Microsoft\Windows\Run, some of them may be in HKCU\Software\Microsoft\Windows\Run because some programs may start up depending on what user logs on. Just check both of them for the ones which you want to remove. It cant be any simpler.

Here is a screenshot of my registry. As you can see I have 3 things starting up when i logon. But what programs do they represent? Well the key give info to which program it is launching, and I have highlighted this with a red box. So I know the key for Microsoft Anti Spyware is gcasServe. So to stop it from starting up, i need to remove this from the registry.

Posted Image

So how do you remove keys unattended from the registry?

Well in note pad create the file like in the picture, with the key branch the key is stored in (in the picture that is [HKLM\Software\Microsoft\Windows\Run]) and then the key we want to remove.

To remove a key you put

"keyname"=- (using - in regedit removes a value)

Save this file as startup.reg and in a batch file or form runonceEx (after all the programs have installed) put REGEDIT /S startup.reg.

Also guys, how do you remove startup programs which are called Common startup in msconfig? They dont seem to have registry keys, unless im being a moron :lol: . Do you remove them by removing the .lnk files fron the startup folder?

#13 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 16 February 2005 - 12:43 PM

@Mekrel

thanks Mekrel
u r so kind
thanks for ur reply

#14 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 February 2005 - 03:01 PM

Mekrel, on Feb 16 2005, 11:50 PM, said:

Also guys, how do you remove startup programs which are called Common startup in msconfig? They dont seem to have registry keys. Do you remove them by removing the  .lnk files fron the startup folder?<{POST_SNAPBACK}>
Correct.
del /S /Q "%AllUsersProfile%\Start Menu\Programs\Startup\*.lnk"



Or if its user-specifioc, then %userprofile%.

#15 User is offline   lazyskillz 

  • Group: Members
  • Posts: 5
  • Joined: 29-November 04

Posted 18 February 2005 - 02:48 PM

Gotta search first nubs.

#16 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 18 February 2005 - 03:03 PM

Once I had written script for independent removal of startup items...
It was working on this basis:

wmic startup where Caption="name" get Location


#17 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 20 February 2005 - 01:26 AM

thanks buddies for help
but the problem with me is that
there are some programs which are not shown in run registry
but are still starting with windows

i have attached the image of startup
plz help

Attached File(s)



#18 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 20 February 2005 - 01:35 AM

Scroll to the right, and it TELLS YOU the path to the registry key to delete.

#19 User is offline   amardeepsingh 

  • Unattended XP Freak
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 26-January 05

Posted 20 February 2005 - 01:43 AM

they are all in run registry
but when i run regedit
and go to the same registry entry i.e run
i cant find anything except a default field

are there any other places except the run registry
if no then how can i remove these programs from startup
post comments

#20 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 20 February 2005 - 02:35 AM

Yes there is. From Start --> All programs --> Startup

Most likely the programs that run at startup which aren't in the registry can be found there. Just delete the shortcut. ;)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy