Adding a registry key to be cleaned

Hello Forum,

please help a bit.

I want to add a registry key to be cleaned in

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

"iFunBox Fast App Install Handler"="C:\\Program Files (x86)\\i-Funbox DevTeam\\iFunBox_x64.exe /tray"

I have read the Topic piriform „Adding Custom Programs to Be Cleaned but it did not work for me“

My System = Win7x64 SP1 with Administrator rights.

Thank you;)

Removing a Run entry which could possibly remake/reinstall itself really isn't the proper way of handling it.

Perhaps instead try to disable "iFunBox Fast App Install Handler" using:

Windows: Start > Run > MSCONFIG

MSCONFIG allows you to only enable/disable.

-or-

In CCleaner: Tools > Startup

CCleaner allows you to enable/disable/delete. Use delete with extreme caution as it could mean having to reinstall a software that requires a Run entry to function such as an anti-virus, security programs, drivers for the system, etc.

Thank you for advise Andavari :)

The problem is iFunbox allways create a Run entry if i start the program.

You can´t disable it in iFunbox.

So if i forget to disable it in CCleaner Autostart menu, iFunbox allways run at windows start.

My last action before i shut down my PC is allways run CCleaner, so i need a hint please to clean this iFunbox Run entry automaticly before shut down PC.

Thank you

This is an example/template you can convert for your uses, you'll have to input the correct paths, etc. Use at your own risk because if you make a mistake it could cause issues:

[some Software (Disable Startup)*]
LangSecRef=3021
Detect=HKLM\SOFTWARE\Some Software
DetectFile=%ProgramFiles%\Some Software\SomeSoftware.exe
Default=False
Warning=Disables Some Software from automatically starting with Windows. Note: Everytime you use Some Software it will automatically re-enable itself to start with Windows.
RegKey1=HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run|SomeSoftwareStartup
RegKey2=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run|SomeSoftwareStartup

Thank you very much Andavari :D