Windows 11 Browse For Folder Dialog Issue - Only Desktop

Anonymous
2022-11-02T11:07:17+00:00

In several programs, when I need to set a folder location for example, and open the Browse Dialog, I'm only shown the Desktop folder. I can't access any folder outside of "Desktop". It doesn't make a difference to run the programs as admin.

Specs:

Edition Windows 11 Pro

Version 22H2

Installed on ‎21/‎09/‎2022

OS build 22623.730

Experience Windows Feature Experience Pack 1000.22636.1000.0

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

72 answers

Sort by: Most helpful
  1. Anonymous
    2023-02-24T16:53:11+00:00

    Win11 feedback hub.

    Image:

    Text:

    Microsoft Response: Thanks for taking the time to report this - the team has investigated your issue, and included a fix for it with Dev Channel Build 25267

    Jennifer G - Microsoft engineer

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-11-05T20:38:00+00:00

    Thanks. Can you run a ProcMon trace (while running the script file), save the PML log (all events), zip it, and upload the trace to your OneDrive? I'll compare it with my trace. Instructions: Start ProcMon trace, then run the script file. Once the browse dialog appears, switch to ProcMon and stop the trace.

    Zipped log file for the trace.

    https://1drv.ms/u/s!AszYG_5La9y8je0ARw6ZfIloAb6Mqw?e=qQfeFq

    If there is a way to filter this trace to limit it to the script file execution, I will do that. I did close all the applications that I could before performing the capture.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-11-05T16:33:37+00:00

    I did this, and yes, the same problem happened.

    My Documents was not moved, it is in:

    C:\Users\USERNAME\OneDrive\Desktop

    where it always was.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-11-05T05:02:03+00:00

    Hi Jérôme,

    Here's a small test. Please copy the following code to Notepad and save it as browse.vbs

    '---start here---
    
      Dim oFolder 
    
      Set oFolder = CreateObject("Shell.Application").BrowseForFolder(0,"Select a Folder",0,0) 
    
      If (oFolder Is Nothing) Then 
    
      Else  
    
        msgbox oFolder.Self.Path 
    
      End If
    
    '---end here---
    

    Run browse.vbs. Does the same issue occur?

    Also, please post back if you've relocated the desktop folder to another drive/location.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2022-11-04T22:50:57+00:00

    Hi Elise, thanks for your answer.

    It is not a business or school device.

    Sometimes, the applications use a Browse Dialog which looks exactly like Windows Explorer, which works fine, and some apps use a Browse Dialog which is simpler, where you have just a list of folders and drives (like in the the picture I sent), which sometimes doesn't work.

    Best Regards,

    Jérôme

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments