Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Registry First Aid

Featured Replies

Hi, i am having trouble getting my registry first aid 3.3 to run from my runonceex. Does anyone know what application switch i should use. It is driving me nuts. All my apps work except for this one. please help

  • Author

LOL.....I found out how to do it 10 minutes later. You don't need any application switches for Registry First Aid 3.3x .

I also can add the serial number successfully. Just copy & paste to a text file and rename it to xxxx.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.3]

"Name"="xxx xxxxx"

"Data"="xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxx"

"Just insert the name and serial number"

This is my runonceex sample.

REG ADD %KEY%\065 /VE /D "Registry First Aid 3.3" /f

REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\registry\setup.exe

REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %CDROM%\Software\registry\rfa.reg" /f

  • Author

I wouldn't know at this stage cos' i have the 3.3.1 build 425. I think it still might work though, if not use the /qn" /f or /s" /f command. That seems to work on alot of things.

lol "seems to work"

/qn is a *.msi file switch :P so it should work on MOST msi files, nothing else :)

The new versions of Registry First Aid uses Inno Setup so you would use the switches for Inno Setup.

Probably (since I don't use it).

And as a pre-emptive strike - this is the switch for Inno setup-based installers:

/VERYSILENT /SP-

  • Author

@ MCT, i don't think you know what you're talking about. I use that switch to install my Kazaa lite resurrection plus some other programs and that in itself is not an msi file..........LOL

@prathapml that /VERYSILENT /SP- switch doesn't work registry first aid, even though it is an inno based installer.

that /VERYSILENT /SP- switch doesn't work registry first aid, even though it is an inno based installer.

Okay then, does "/SILENT /SP-" work?

Here is what I added to to RunOnceEx to get it to install silently...

REG ADD %KEY%\042 /VE /D "Registry First Aid 3.4" /f

REG ADD %KEY%\042 /V 1 /D "%systemdrive%\Install\Applications\RegistryFirstAid3\rfasetup.exe /SILENT /SP-" /f

REG ADD %KEY%\042 /V 2 /D "taskkill.exe /F /IM reg1aid.exe" /f

Anyone figure out how to turn off the Check for Update Online after the initial install from RunOnceEX? This and having the Stupid Tray Icon (until you remove it from within Registry First Aid) are starting to p*** me off.

Maybe Exporting the whole reg entry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4]
"Data"="XXXXXXXX"
"Name"="XXXXXXX"
"OutWidth"="131"
"SaveUndo"="1"
"DefaultAction"="1"
"SearchCaseSensitive"="0"
"SearchAny"="0"
"ShowWarningOnSrchStr"="1"
"SearchRegIn"="7"
"WindowState"="2"
"Width"="634"
"Height"="466"
"Left"="88"
"Top"="88"
"UndoPath"="C:\\Program Files\\RFA\\Backups\\"
"LastTextDir"="C:\\Program Files\\RFA\\"
"LastFullBackupDate"="38245"
"Version"="3.4.0.514"
"ProgPath"="C:\\Program Files\\RFA\\"
"LVBC0Width"="150"
"LVBC1Width"="150"
"LVBC2Width"="150"
"TreeViewSettingsWidth"="136"
"NeverCreateFullBackup"="0"
"ShowHelpOnStart"="0"
"ShowScanRegKeys"="0"
"ShowScanDirs"="1"
"ShowRegKeysAdding"="1"
"UseRegThreads"="0"
"UseDirThreads"="1"
"UseCountRegThreads"="1"
"UseCountDirThreads"="1"
"WarningTotalFoundEntries"="1"
"PeriodFullRegBackup"="1"
"PeriodCheckVersion"="0"
"PeriodRegistryScanNotyfy"="0"
"ScanFor"="101111101110"
"DateLastCheckVersion"="0"
"DateLastRegistryScan"="38245.6772937037"
"AgentShowTrayIcon"="0"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_apps_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_dlls_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_drvs]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_empty_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_exts_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_fonts_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_hlps_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths]
"\\BOOTWIZ\\"="1"
"\\RECYCLED\\"="1"
"\\RECYCLER\\"="1"
"\\Temporary Internet Files\\"="1"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_runs_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_smenu_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_softemp_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_srch_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Searching_paths]
"C:\\"="1"
"D:\\"="1"
"E:\\"="1"
"H:\\"="1"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\SearchWords]

Or just add thes entries to the regfile you have

"ShowHelpOnStart"="0"

"PeriodCheckVersion"="0"

"AgentShowTrayIcon"="0"

just a suggestion aint had a chance to try it yet

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.