amardeepsingh Posted February 16, 2005 Posted February 16, 2005 i want to know how to remove items from startupfor ex how to remove softwares that automatically are started at the windows startup
Wraith Posted February 16, 2005 Posted February 16, 2005 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.
Kelsenellenelvian Posted February 16, 2005 Posted February 16, 2005 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.
Kelsenellenelvian Posted February 16, 2005 Posted February 16, 2005 If you want it silent without any windows open this with winrar and change the line where it says:silent=2tosilent=1
durex Posted February 16, 2005 Posted February 16, 2005 I recommend using the sysinternals util called autoruns
MCT Posted February 16, 2005 Posted February 16, 2005 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\RunHKLM\Software\Microsoft\CurrentVersion\RunOnceHKCU\Software\Microsoft\CurrentVersion\RunHKCU\Software\Microsoft\CurrentVersion\RunOnce
amardeepsingh Posted February 16, 2005 Author Posted February 16, 2005 @Wraith buddyi was not at all talking about removing programs from windows startup in windowsi know it is possible through msconfig, system mechanic and many softwaresi was referring it during unattended windows xpi want to how to remove programs automatically from the windows startupfor example i have installed a software say xyz (in my unattended windows )which adds itself to windows startupbut i want it to be removed manually once the unattended xp is completedthats what i was requiringhope u understand
big poppa pump Posted February 16, 2005 Posted February 16, 2005 @Wraith buddyi was not at all talking about removing programs from windows startup in windowsi know it is possible through msconfig, system mechanic and many softwaresi was referring it during unattended windows xpi want to how to remove programs automatically from the windows startupfor example i have installed a software say xyz (in my unattended windows )which adds itself to windows startupbut i want it to be removed manually once the unattended xp is completedthats what i was requiringhope 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.
Astalavista Posted February 16, 2005 Posted February 16, 2005 I didn't even understand what he was saying.if u want to remove stuff from the startup automaticallyu 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.
amardeepsingh Posted February 16, 2005 Author Posted February 16, 2005 @astalavistawhy are u so rude to me
amardeepsingh Posted February 16, 2005 Author Posted February 16, 2005 @wraththanks buddy for replyingbut i want to know how to recognise an entry from registryi dont know much about registry as i am a newbiei 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
Mekrel Posted February 16, 2005 Posted February 16, 2005 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.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 . Do you remove them by removing the .lnk files fron the startup folder?
amardeepsingh Posted February 16, 2005 Author Posted February 16, 2005 @Mekrelthanks Mekrel u r so kindthanks for ur reply
prathapml Posted February 16, 2005 Posted February 16, 2005 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%.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now