Re: Saving file to folder
If you want to reset the Save-as location, just delete this registry key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU]
I created this reg file to run at start-up that sets my own locations for
Save-as. It can be complicated to create, but is worth it. This is it:
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU]
"a"=hex:6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,00,\
00,43,00,3a,00,5c,00,44,00,6f,00,77,00,6e,00,6c,00,6f,00,61,00,64,00,00,00
"MRUList"="dcba"
"b"=hex:57,00,4f,00,52,00,44,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,00,\
00,43,00,3a,00,5c,00,44,00,6f,00,77,00,6e,00,6c,00,6f,00,61,00,64,00,00,00
"c"=hex:49,00,45,00,58,00,50,00,4c,00,4f,00,52,00,45,00,2e,00,45,00,58,00,45,\
00,00,00,43,00,3a,00,5c,00,44,00,6f,00,77,00,6e,00,6c,00,6f,00,61,00,64,00,\
00,00
"d"=hex:72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,00,\
00,43,00,3a,00,5c,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\
20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\
00,5c,00,54,00,72,00,6f,00,79,00,20,00,4e,00,65,00,77,00,74,00,6f,00,6e,00,\
5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*]
"a"="C:\\Download\\txt.txt"
"MRUList"="fedcba"
"b"="C:\\Download\\wri.wri"
"c"="C:\\Download\\rtf.rtf"
"d"="C:\\Download\\mht.mht"
"e"="C:\\Download\\htm.htm"
"f"="C:\\Documents and Settings\\Troy Newton\\Desktop\\reg.reg"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\htm]
"a"="C:\\Download\\htm.htm"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\mht]
"a"="C:\\Download\\mht.mht"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\reg]
"a"="C:\\Documents and Settings\\Troy Newton\\Desktop\\reg.reg"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\rtf]
"a"="C:\\Download\\rtf.rtf"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\txt]
"a"="C:\\Download\\txt.txt"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\wri]
"a"="C:\\Download\\wri.wri"
"MRUList"="a"
ju.c
"Maff" <Maff@discussions.microsoft.com> wrote in message news:8404B3F3-B87B-4623-9AEB-31E5EE1B3558@microsoft.com...
> When save -as is opened the folder that the current file is from does not
> open. It opens the last folder that I saved an item to. Any ideas how to
> change. It always worked before, something changed can't find the correction