Hi i was making additions to winapp2.ini but the following code neither displays or finds any keys even when I change what ccleaner is supposed to detect to something I know works maybe i am really tired and made a mistake some where but the code looks fine to me can anyone figure out what i am doing wrong here?
[**Open & Save Mru]
LangSecRef=3025
Detect=RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\ComDlg32\OpenSaveMRU
Default=True
RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\ComDlg32\OpenSaveMRU
Can anyone find what I am wrong here? (winapp.ini related)
Started by Cloud Strife, Nov 04 2009 07:14 AM
7 replies to this topic
#1 OFFLINE
Posted 04 November 2009 - 07:14 AM
#2 OFFLINE
Posted 04 November 2009 - 07:27 AM
You have no detect line, it just merges right into Regkey1, and you have Regkey 1 duplicated twice, and you have ComDlg32\OpenSaveMRU duplicated as well.
The below code indeed does work, but it also removes the whole ComDlg32 key along with the LastVisitedMRU location. Windows will recreate them automatically when opening something like a text document though, and it doesn't matter which one you use below they have the same exact effect.
The below code indeed does work, but it also removes the whole ComDlg32 key along with the LastVisitedMRU location. Windows will recreate them automatically when opening something like a text document though, and it doesn't matter which one you use below they have the same exact effect.
[*Open & Save Mru] LangSecRef=3025 Detect=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU|*.* Default=True
[*Open & Save Mru] LangSecRef=3025 Detect=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU Default=True
#3 OFFLINE
Posted 04 November 2009 - 07:41 AM
Andavari, on Nov 4 2009, 07:27 AM, said:
You have no detect line, it just merges right into Regkey1, and you have Regkey 1 duplicated twice, and you have ComDlg32\OpenSaveMRU duplicated as well.
The below code indeed does work, but it also removes the whole ComDlg32 key along with the LastVisitedMRU location. Windows will recreate them automatically when opening something like a text document though, and it doesn't matter which one you use below they have the same exact effect.
The below code indeed does work, but it also removes the whole ComDlg32 key along with the LastVisitedMRU location. Windows will recreate them automatically when opening something like a text document though, and it doesn't matter which one you use below they have the same exact effect.
[*Open & Save Mru] LangSecRef=3025 Detect=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU|*.* Default=True
[*Open & Save Mru] LangSecRef=3025 Detect=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU RegKey1=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU Default=True
I just noticed that when i posted but that isn't the problem I copied the code you sent me, saved winapp2.ini and it still doesn't work for me. are you able to get it to work on your end?
also is removing the whole ComDlg32 Key a Problem? i am not aware of it being needed for anything... yes i know that windows will recreate them automatically (i will look in to stopping windows from regenerating that tomorrow)
thank you for reading my post
#4 OFFLINE
Posted 04 November 2009 - 07:47 AM
Cloud Strife, on Nov 4 2009, 01:41 AM, said:
I just noticed that when i posted but that isn't the problem I copied the code you sent me, saved winapp2.ini and it still doesn't work for me. are you able to get it to work on your end?
also is removing the whole ComDlg32 Key a Problem? i am not aware of it being needed for anything... yes i know that windows will recreate them automatically (i will look in to stopping windows from regenerating that tomorrow)
thank you for reading my post
also is removing the whole ComDlg32 Key a Problem? i am not aware of it being needed for anything... yes i know that windows will recreate them automatically (i will look in to stopping windows from regenerating that tomorrow)
thank you for reading my post
I don't know if removing that whole ComDlg32 will cause any damage or not, hence the reason I restored my registry using an ERUNT backup.
#5 OFFLINE
Posted 04 November 2009 - 08:31 AM
what's ERUNT ? meh i just backed up the whole system partition to a hidden partition so i have everything if something goes wrong.
doubtful i am an administrator running Xp i wouldn't touch vista with a 10 foot pole. but you are right that you have to be an administrator in vista to do just about anything.
ok the code you sent me works the problem was that the registry key i wanted ccleaner to detect kept vanishing for some reason probably me accidentally deleting it while i was tinkering around with ccleaner.
but the good news it that now the option shows up when that registry key is present and ccleaner does seem to clean it. even though it doesn't show up in the when click the analyze *which is probably why I deleted it unknowingly*. is there anyway i can get it too show up in the analysis list when you right click on it's tick box and click analyze? because right now the list is empty and it says there is 0 bytes to remove but if you clean the big clean button on the bottom of the screen it actually deletes it.
on a side note i think i might just change the detection line to a more stable key that i know works so that the check box doesn't appear and disappear between cleaning.
thank you for all of your help.
doubtful i am an administrator running Xp i wouldn't touch vista with a 10 foot pole. but you are right that you have to be an administrator in vista to do just about anything.
ok the code you sent me works the problem was that the registry key i wanted ccleaner to detect kept vanishing for some reason probably me accidentally deleting it while i was tinkering around with ccleaner.
but the good news it that now the option shows up when that registry key is present and ccleaner does seem to clean it. even though it doesn't show up in the when click the analyze *which is probably why I deleted it unknowingly*. is there anyway i can get it too show up in the analysis list when you right click on it's tick box and click analyze? because right now the list is empty and it says there is 0 bytes to remove but if you clean the big clean button on the bottom of the screen it actually deletes it.
on a side note i think i might just change the detection line to a more stable key that i know works so that the check box doesn't appear and disappear between cleaning.
thank you for all of your help.
#6 OFFLINE
Posted 04 November 2009 - 09:12 PM
Cloud Strife, on Nov 4 2009, 01:31 AM, said:
...it doesn't show up in the when click the analyze *which is probably why I deleted it unknowingly*. is there anyway i can get it too show up in the analysis list when you right click on it's tick box and click analyze?
Cloud Strife, on Nov 4 2009, 01:31 AM, said:
On a side note i think i might just change the detection line to a more stable key that i know works so that the check box doesn't appear and disappear between cleaning.
#7 OFFLINE
Posted 04 November 2009 - 10:38 PM
Cloud Strife, on Nov 4 2009, 08:31 AM, said:
what's ERUNT ? meh i just backed up the whole system partition to a hidden partition so i have everything if something goes wrong.
Makes a backup of the complete registry once per day at first boot, and can be configured for example, to keep the most recent 3 or whatever you choose:
ERUNT:
The Legend Of Woody Guthrie
How To Get Into Safe Mode | Returnil 2008 | Sandboxie | ERUNT GUI | TestDisk | MiniTool Partition Wizard - Home Edition
How To Get Into Safe Mode | Returnil 2008 | Sandboxie | ERUNT GUI | TestDisk | MiniTool Partition Wizard - Home Edition
#8 OFFLINE
Posted 08 November 2009 - 09:57 PM
@Disk4mat: Ah I see. they should fix that, CCleaner really should include any registry keys it finds and/or Cleans in the results from analyzing/cleaning your computer. i kind of consider it a bug that it doesn't. maybe they fix that in the next update?
thanks for the tip about the detection line.
@ DennisD
thanks for the information.
semi on off topic.
does anyone know how to delete the open and save locations of Firefox? the key i just added to CCleaner seems to delete the recent open and save locations of most programs but unfortunately Firefox seems to store that information in a different place. does anyone know where so that i can add it to CCleaner. the fact that Firefox remembers the last place i saved stuff has been annoying me for a while.
thanks for the tip about the detection line.
@ DennisD
thanks for the information.
semi on off topic.
does anyone know how to delete the open and save locations of Firefox? the key i just added to CCleaner seems to delete the recent open and save locations of most programs but unfortunately Firefox seems to store that information in a different place. does anyone know where so that i can add it to CCleaner. the fact that Firefox remembers the last place i saved stuff has been annoying me for a while.












