4

How can I remove a (portable) program from windows 10 startup permanently? (It has an option at first run to include it in windows startup.)

I can disable startup items from its corresponding tab in Task Manager, but I can't delete an item from there permanently.

Also note that in Windows 10, the msconfig startup just refer to the task manager again. The msconfig in older versions of windows show the location of startup item (eg the registry address) but this info is not shown in task manager. Also, I prefer to find an easy way to do it without searching through the registry.

5
  • 1
    Remove invalid entries from Task Manager Startup tab
    – w32sh
    Commented Feb 6, 2018 at 10:26
  • @Win32Guy Thanks, yes, registry editing was always an option, but it is time consuming and dangerous. I'm looking for a better/easier way Commented Feb 6, 2018 at 10:38
  • 1
    Many of us would utilize Autoruns to disable or remove Windows startup items.
    – Run5k
    Commented Feb 6, 2018 at 13:55
  • @Run5k Yes it is a very good tool. Thanks for mentioning it! Commented Feb 10, 2018 at 6:17
  • To remove the entry from the registry is not so dangerous if you are able to follow the instructions. Most tweaks out there do not refer to system critical settings and you can always make a backup first. It's like editing any configuration file. There is much to much awe out there for the Windows registry. Commented Mar 5, 2019 at 10:19

1 Answer 1

3

There are several best free tools for this purpose:

  • Autoruns: a good light weight utility (under 1 MB) which enable you to disable or delete startup items. "It has the most comprehensive knowledge of auto-starting locations, shows you what programs are configured to run during system bootup, and when you start various built-in Windows apps in your startup folder, Run, RunOnce, and other Registry keys. Autoruns reports Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start Services, and much more."

  • CCleaner: a general tool that do many cleanings (like as clean up the registry, cookies, other undesirable elements), and it also allows you to delete entries from the startup file.

  • Startup Delayer: remove applications from your startup, also it has the ability to delay the launching of startup apps (to get better performance just after you start the windows). "Startup Delayer gives you the power to optimize Startup Process by delaying applications from starting up as soon as you log into your computer. By delaying the applications during start up, your computer becomes usable a lot faster. Startup Delayer will then start launching your delayed applications when your computer is more idle."

  • MsConfig in windows prior to Windows 10 (typing "msconfig" in the run dialogue Win+R) provide a way to remove unwanted apps from startup.

1
  • autoruns worked when other "conventional" windows options didn't
    – syonip
    Commented Mar 28, 2019 at 13:32

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .