How to make folder shortcuts act like folders inside File Open dialogs


  1. Posts : 37
    Windows 10
       #1

    How to make folder shortcuts act like folders inside File Open dialogs


    Hello everyone

    I don't store all my files in the Documents folder, but in various other nested folders on various other drives, e.g. D:\Folder1\Folder2\Folder3\Folder4 etc. I have a shortcuts on my Desktop to frequently used folders, e.g. a shortcut called "My Favourite Folder" that gets me to D:\Folder1\Folder2\Folder3\Folder4 quickly.

    Under Windows 7 and earlier, I was able to open files directly from various programs' "File Open" dialogs using those shortcuts on my desktop. In other words, in e.g. MS Word, I could go Ctrl+O, click the Desktop shortcut, then click "My Favourite Folder" (which is not a folder but a shortcut to a folder), which instantly navigates me to D:\Folder1\Folder2\Folder3\Folder4, where I can then click e.g. "My File.doc" inside that folder, to open that file.

    I can no longer do that, in Windows 10. Shortcuts to files and folders no longer appear in a File Open dialog. (Oh, I can change the filter to "All files", and then the shortcuts do show up, but they don't act as shortcuts.)

    A frustrating workaround that I currently use is to double-click the e.g. "My Favourite Folder" shortcut on the Desktop, then click in its breadcrumbs field, Ctrl+C, and then go to Word, Ctrl+O, click in the File field, Ctrl+V, and click "Open", which navigates to that folder.

    Is there some kind of setting in Windows 10 that brings back the Windows 7 behaviour?

    Thanks
    Samuel

    Windows 10.0.18362 N/A Build 18362
      My Computer


  2. Posts : 43,009
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, here's Wordpad- can't get much more basic and standard:
    How to make folder shortcuts act like folders inside File Open dialogs-1.png

    You can see a shortcut to a folder Win 10 upgrade problems

    If I click on that, I see the files:
    How to make folder shortcuts act like folders inside File Open dialogs-2.png

    Shortcuts to files and folders no longer appear in a File Open dialog.
    - am I misunderstanding something? Or perhaps you could illustrate with a screenshot?

    Like you, using build 1903 as you can see.
      My Computers


  3. Posts : 31,681
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #3

    ugcheleuce said:
    I can no longer do that, in Windows 10. Shortcuts to files and folders no longer appear in a File Open dialog.

    Like @dalchina, I cannot reproduce the problem you describe. Everything I have tried (Notepad, Word 2010, Word 2007, even Firefox) shows shortcuts in the Open dialog, and will navigate to the folder when clicking on a shortcut. (Windows 10, 2004)


    How to make folder shortcuts act like folders inside File Open dialogs-shortcuts-open-dialog.png
      My Computers


  4. Posts : 37
    Windows 10
    Thread Starter
       #4

    Thanks, everyone... your comments made me look more closely at my problem, and it appears that the problem is with one program only, namely Microsoft Word 2003.

    I now see that Word 2003 uses a different File Open dialog than other programs. This is weird... I did not have this problem with Word 2003 on Windows 7. Of course, I can't really remember how other programs' File Open dialogs looked on Windows 7.

    How to make folder shortcuts act like folders inside File Open dialogs-fod-word-2003.jpg
    Word 2003

    How to make folder shortcuts act like folders inside File Open dialogs-fod-word-2016.jpg
    Other programs (Word 2016 shown here)
      My Computer


  5. Posts : 43,009
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #5

    I would hope shortcuts would behave normally as shown in the right pane for the (obsolete) 2003 version.

    (Not all open/save dialogues are implemented by file explorer - even when they look like it).
      My Computers


  6. Posts : 31,681
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #6

    ugcheleuce said:
    Thanks, everyone... your comments made me look more closely at my problem, and it appears that the problem is with one program only, namely Microsoft Word 2003.

    I now see that Word 2003 uses a different File Open dialog than other programs. This is weird... I did not have this problem with Word 2003 on Windows 7. Of course, I can't really remember how other programs' File Open dialogs looked on Windows 7.

    Ah, you are correct, Word 2003 uses its own bespoke Open Dialog which is known to be too old to understand W10 shortcuts. Virtually all other apps will use the open dialog provided by explorer.exe so will be able to use the latest features including the new format for shortcuts.

    Bree said:
    Office 2003 just doesn't know how to handle Windows 10's shortcuts. You see, the File Open/Save dialogs that Office 2003 uses is part of the Office software itself. From Office 2007 onwards the File Open/Save dialog is provided by Windows (as it is for all other apps) so any app can see and use the shortcuts....

    ...There is, as far as I can see, no workaround that can make Office 2003 or earlier versions of Office see a W10 shortcut, its code is just too old to understand them
    Office Word 2003 "Save As" - post #10
      My Computers


  7. Posts : 31,681
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #7

    dalchina said:
    I would hope shortcuts would behave normally as shown in the right pane for the (obsolete) 2003 version.

    No, I'm afraid not. There seems to have been a change* in the format of a shortcut between Windows 7 and Windows 10. The result is that Office 2003 dialogs can recognise and use W7 shortcuts, but cannot see W10 shortcuts, as demonstrated here for Excel 2003 compared with Notepad. It can however still see Junctions, such as My Music.





    * Edit: documented in the pdf for the .LNK format from here: https://docs.microsoft.com/en-us/ope...d-bf1d6cc0f943

    which records a major change coinciding with the release of W10: "6/30/2015 ... Significantly changed the technical content."
    Last edited by Bree; 06 Oct 2020 at 11:14.
      My Computers


  8. Posts : 989
    Microsoft Windows 10 Home
       #8

    I don't have Word 2003 for testing, but you might be able to work around this issue with a Folder Shortcut, a trick of the WIndows Shell that differs from a .lnk shortcut to a folder and behaves more like a "real" folder.

    A Folder Shortcut is a folder with two files:
    • "Target.lnk": A "normal"shortcut to the target folder that must be named "Target". (extension only visible via cmd.exe or PowerShell)
    • "deskotp.ini": A text file with the following contents:


    Code:
    [.ShellClassInfo]
    CLSID2={0AFACED1-E828-11D1-9187-B532F1E9575D}
    Flags=2
    Windows will only process a folder's desktop.ini file if the folder's Read-only or System attribute is set. You can accomplish this is several ways.
    • Set a acustom icon for the folder. This will add the icon specification to the desktop.ini file & set the folder's Read-only attribuate.
    • Open a PowerShell window to the folder & type: (gi .).Attributes += 'ReadOnly'


    How to make folder shortcuts act like folders inside File Open dialogs-screenshot-851-.png
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:38.
Find Us




Windows 10 Forums