QUOTE (Andavari @ Nov 4 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.
CODE
[*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
CODE
[*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