Registry First Aid
#1
Posted 04 October 2004 - 07:44 AM
#2
Posted 04 October 2004 - 08:00 AM
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
#3
Posted 04 October 2004 - 11:02 AM
#4
Posted 04 October 2004 - 11:59 PM
#5
Posted 05 October 2004 - 12:49 AM
/qn is a *.msi file switch
#6
Posted 05 October 2004 - 12:57 AM
drthawhizkid, on Oct 4 2004, 10:32 PM, said:
Probably (since I don't use it).
And as a pre-emptive strike - this is the switch for Inno setup-based installers:
/VERYSILENT /SP-
#7
Posted 05 October 2004 - 06:21 PM
#8
Posted 05 October 2004 - 07:09 PM
@prathapml that /VERYSILENT /SP- switch doesn't work registry first aid, even though it is an inno based installer.
#9
Posted 05 October 2004 - 07:14 PM
Ghettochild, on Oct 6 2004, 06:39 AM, said:
Okay then, does "/SILENT /SP-" work?
#11
Posted 07 October 2004 - 02:45 PM
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
#12
Posted 08 October 2004 - 05:25 PM
#13
Posted 08 October 2004 - 06:38 PM
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



Help
Back to top









