After starting this small apps series called “FindMe” i got keen on. I coded the next one pretty fast to be honest. This one is called “FindMe Startup” and all it does is it lists all the items on the two registry stratup locations “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run” and “HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run“. Obviously, this way, you can manage the applications that are launched on system startup (delete/add). As always there is no obvious reason why not to edit registry by hand with regedit rather than this way all items are grouped in one place and you can easily perform tasks on them. So, with this small app you can list all the entries and then select which ones to delete. You can also add a new entry on current user’s run on on the local machine’s. Nice and simple.

As always i welcome your feedback. Try it out and let me know if you find out any bugs or have any suggestions.

Download: [download#5#size]