Windows 10 Save As prompt doesn't show filename or type.

ShakyJakey

New Member
Joined
Apr 27, 2021
Messages
2
Most programs "Save as..." does not show the filename nor the type of file extensions, unlike the open prompt. Some programs open/save fine (see image), some use the older prompt, others use the default, how it should look.

(http://imgur.com/a/yvo3NWT)
I've been pulling my hair out. I've edited in the registry. I've reset the BAGS/MRU, reset and deleted registry entries (tried SFC /SCANNOW) no good. Nothing seems to change it.
Is there a default CIDSave registry entry someone can post so I can try that? I recently took a default clean install, that had the prompt there fine and stole its registry:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CIDSave]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CIDSave\Modules]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CIDSave\Modules\GlobalSettings]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CIDSave\Modules\GlobalSettings\ProperTreeModuleInner]
"ProperTreeModuleInner"=hex:9c,00,00,00,98,00,00,00,31,53,50,53,05,d5,cd,d5,9c,\
  2e,1b,10,93,97,08,00,2b,2c,f9,ae,3b,00,00,00,2a,00,00,00,00,4e,00,61,00,76,\
  00,50,00,61,00,6e,00,65,00,5f,00,43,00,46,00,44,00,5f,00,46,00,69,00,72,00,\
  73,00,74,00,52,00,75,00,6e,00,00,00,0b,00,00,00,00,00,00,00,41,00,00,00,30,\
  00,00,00,00,4e,00,61,00,76,00,50,00,61,00,6e,00,65,00,5f,00,53,00,68,00,6f,\
  00,77,00,4c,00,69,00,62,00,72,00,61,00,72,00,79,00,50,00,61,00,6e,00,65,00,\
  00,00,0b,00,00,00,ff,ff,00,00,00,00,00,00,00,00,00,00

But no go. I'm at a complete loss here. Help.

Thanks.
 
Solution
It seems like you're trying to restore the default "Save as" dialog behavior in Windows for programs that don't display the filename and file type extension. While your attempt at resetting the registry entries didn't yield the expected result, we can try a different approach. Here are steps to help you potentially fix this issue:

Reset Dialog Settings:​

  1. Open Registry Editor:
    • Press Win + R, type regedit, and hit Enter.
    []Backup Registry:
    • Before making changes, export your current settings.
    [
    ]Navigate to Dialog Settings:
    • Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.

      Create a New Registry Key:​

    ...
It seems like you're trying to restore the default "Save as" dialog behavior in Windows for programs that don't display the filename and file type extension. While your attempt at resetting the registry entries didn't yield the expected result, we can try a different approach. Here are steps to help you potentially fix this issue:

Reset Dialog Settings:​

  1. Open Registry Editor:
    • Press Win + R, type regedit, and hit Enter.
    []Backup Registry:
    • Before making changes, export your current settings.
    [
    ]Navigate to Dialog Settings:
    • Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.

      Create a New Registry Key:​

    []Create New Key:
    • Right-click on Explorer, choose New > Key.
    • Name the new key CIDSave.
    [
    ]Create "GlobalSettings" Key:
    • Right-click on CIDSave, select New > Key and name it Modules.
    • Inside Modules, create another key named GlobalSettings.

      Add Registry Values:​

  2. Add "ProperTreeModuleInner":
    • Select the GlobalSettings key.
    • Right-click in the right pane, choose New > Binary Value.
    • Name it ProperTreeModuleInner.
    • Double-click it and add the hexadecimal data provided in your post to the value data field.

      Restart and Check:​

      • Restart your computer and see if the changes have taken effect.
      • Test the "Save as" dialog in various programs that were previously not displaying the filename and file type extension.

      Final Notes:​

      • Make sure the binary data is correct and matches the expected format.
      • Any changes in the registry can impact system behavior, so proceed with caution and consider seeking further assistance if needed.
      Hopefully, these steps help resolve the issue with your "Save as" dialog prompt in Windows. Let me know if you encounter any difficulties or need further instructions.
 
Solution