I need info on how to use ScriptKey1.
Please someone give me a example file or something of how to use it
Could I write a script to create a registry entry that increases # at end of key? (read next section below)
And adds it to winapp2.ini file?
does CCleaner read from the script file or does it run the script & the script writes entries to winapp2.ini ?
K I have made a winapp2.ini file.
I have programs like editpad pro & others that remember recently search history.
And it will make a new registry key for each search.
all of the search history folders need to be deleted but I'm not wanting to add 40 or 50 entries to winapp2.ini
it wont let me use hkcu\Software\JGsoft\EditPadPro6\SearchHistory* to get rid of all the keys
Search history
HKEY_CURRENT_USER\Software\JGsoft\EditPadPro6\SearchHistory
stores the number of searches also search & replace text.
And it also creates key to remember each searches options.
HKEY_CURRENT_USER\Software\JGsoft\EditPadPro6\SearchHistory0HKEY_CURRENT_USER\Software\JGsoft\EditPadPro6\SearchHistory1
adds number each search & creates new key
.
.