• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Can't Open Network Folder with Programs

hat

Enthusiast
Joined
Nov 20, 2006
Messages
21,755 (3.21/day)
Location
Ohio
System Name Starlifter :: Dragonfly
Processor i7 2600k 4.4GHz :: i5 10400
Motherboard ASUS P8P67 Pro :: ASUS Prime H570-Plus
Cooling Cryorig M9 :: Stock
Memory 4x4GB DDR3 2133 :: 2x8GB DDR4 2400
Video Card(s) PNY GTX1070 :: Integrated UHD 630
Storage Crucial MX500 1TB, 2x1TB Seagate RAID 0 :: Mushkin Enhanced 60GB SSD, 3x4TB Seagate HDD RAID5
Display(s) Onn 165hz 1080p :: Acer 1080p
Case Antec SOHO 1030B :: Old White Full Tower
Audio Device(s) Creative X-Fi Titanium Fatal1ty Pro - Bose Companion 2 Series III :: None
Power Supply FSP Hydro GE 550w :: EVGA Supernova 550
Software Windows 10 Pro - Plex Server on Dragonfly
Benchmark Scores >9000
I have a shared folder on one of my computers here. I can go in and out of it with Explorer just fine, but if I click on that computer in the left-hand pane in the 'select files' window that comes up, it says it can't access it. I can manually type \\dragonfly\trunk in the address bar though, and it works fine. What's up?
 
It could be saved credentials. Run the below in command prompt, clear any saved credentials for that machine and see what happens:

Code:
rundll32 keymgr.dll,KRShowKeyMgr
 
  • Like
Reactions: hat
is it mapped as a drive or a "network location"
 
  • Like
Reactions: hat
It could be saved credentials. Run the below in command prompt, clear any saved credentials for that machine and see what happens:

Code:
rundll32 keymgr.dll,KRShowKeyMgr

Not sure what I'm looking at here. I removed everything anyway, but it seems to have no effect. Not sure what I did there.

is it mapped as a drive or a "network location"

I was just going through the network location "DRAGONFLY" listed under "Network" in the left-hand pane. Even my desktop shortcut just pointed to \\dragonfly\trunk. Following your train of thought, I went ahead and went to This PC > Map Network Drive, and set it up that way. Now my desktop shortcut to said folder now points to Z:\ and I seem to be able to reliably access it through Handbrake and other tools I've been using recently. Strange... but it works, so...
 
Yeah windows has always been wonky with just simple "network locations" so drive mapping is more reliable for that.
 
Yeah windows has always been wonky with just simple "network locations" so drive mapping is more reliable for that.
Even with it mapped as a network drive, not every application is going to see it. There have been a handful of instances where I couldn't read/write to a network drive using the file "select" dialog box.

For example, LiLi USB Creator won't read ISOs off a network drive and won't even show network drives, even if they're mapped. However, typing in the full share name seems to work even if you don't see it as the OP described.
 
Not sure what I'm looking at here. I removed everything anyway, but it seems to have no effect. Not sure what I did there.

This is just cached credentials for your machine. Every time you get that prompt in Windows for credentials and you check the "save my credentials" box, this is where is stores them.

I was just going through the network location "DRAGONFLY" listed under "Network" in the left-hand pane. Even my desktop shortcut just pointed to \\dragonfly\trunk. Following your train of thought, I went ahead and went to This PC > Map Network Drive, and set it up that way. Now my desktop shortcut to said folder now points to Z:\ and I seem to be able to reliably access it through Handbrake and other tools I've been using recently. Strange... but it works, so...

It's probably using the machine account through the network browser on the left (likely just a service running under the NETWORK SERVICE account), where as when you type the path it will use your user credentials. Windows was largely designed around the existence of a Domain and Domain Controller, the absence of one yields some strange behaviours.
 
Back
Top