Mapped network drive with
New-PsDrive -Name Z -PSProvider filesystem -Root "\\localhost\C$\Users\Keith\Documents\Project" -Persist
In cmd and powershell I can navigate to Z:\, but the drive does not appear in file explorer and I cannot navigate to the drive in file explorer. Any solutions?