Forum Discussion
Matthew_8
Feb 07, 2024Copper Contributor
File Explorer bug re UNC paths
In the past few months a bug has appeared in File Explorer: when I enter a server UNC path in the address box, e.g. \\myserver\e$ and hit Return often nothing happens (no error), when what should h...
Rosenbrown
May 11, 2024Copper Contributor
As a workaround, you can try accessing the UNC path using Command Prompt or PowerShell and manually entering your credentials using the "net use" command or the "New-PSDrive" cmdlet, respectively.