Hi @Ron Sipherd ,
You can try to use FolderBrowserDialog.SelectedPath Property to set the initial directory displayed by the folder browser dialog.
FolderBrowserDialog1.SelectedPath = "C:\Users\Administrator\Desktop"
before showdialog.
Best Regards.
Jiachen Li
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.