How To Disable Applications To Start Automatically Removing items from startup
#1
Posted 15 February 2005 - 11:28 PM
for ex
how to remove softwares that automatically are started at the windows startup
#2
Posted 15 February 2005 - 11:32 PM
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
Posted 15 February 2005 - 11:37 PM
Here is a pre-made silent installer of it just double click and then open your control panel, it will be in there.
#4
Posted 15 February 2005 - 11:39 PM
silent=2
to
silent=1
#6
Posted 16 February 2005 - 08:24 AM
HKLM\Software\Microsoft\CurrentVersion\Run
HKLM\Software\Microsoft\CurrentVersion\RunOnce
HKCU\Software\Microsoft\CurrentVersion\Run
HKCU\Software\Microsoft\CurrentVersion\RunOnce
#7
Posted 16 February 2005 - 08:27 AM
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
Posted 16 February 2005 - 08:33 AM
amardeepsingh, on Feb 16 2005, 08:27 AM, said:
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
Posted 16 February 2005 - 09:15 AM
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.
#11
Posted 16 February 2005 - 12:01 PM
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
Posted 16 February 2005 - 12:20 PM
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.

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
#13
Posted 16 February 2005 - 12:43 PM
thanks Mekrel
u r so kind
thanks for ur reply
#14
Posted 16 February 2005 - 03:01 PM
Mekrel, on Feb 16 2005, 11:50 PM, said:
del /S /Q "%AllUsersProfile%\Start Menu\Programs\Startup\*.lnk"
Or if its user-specifioc, then %userprofile%.
#16
Posted 18 February 2005 - 03:03 PM
It was working on this basis:
wmic startup where Caption="name" get Location
#17
Posted 20 February 2005 - 01:26 AM
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)
-
startup.jpg (51.9K)
Number of downloads: 23
#18
Posted 20 February 2005 - 01:35 AM
#19
Posted 20 February 2005 - 01:43 AM
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
Posted 20 February 2005 - 02:35 AM
Most likely the programs that run at startup which aren't in the registry can be found there. Just delete the shortcut.



Help
Back to top









