Top "Mapped-drive" questions

Association of a drive letter (A through Z) with a remote storage in Microsoft Windows and OS/2

Map a network drive to be used by a service

Suppose some Windows service uses code that wants mapped network drives and no UNC paths. How can I make the …

windows windows-services unc system-administration mapped-drive
Find UNC path of a network drive?

I need to be able determine the path of the network Q drive at work for a WEBMethods project. The …

windows networking unc mapped-drive
Why "net use * /delete" does not work but waits for confirmation in my PowerShell script?

I have a script where I want to disconnect from the mapped drives before I create a new PSDrive. Otherwise …

.net powershell mapped-drive net-use
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed

Using Windows 2008 R2. On our server we get this error: "Multiple connections to a server or shared resource by the …

drive disconnect mapped-drive
Determine Domain and username used to map a network drive

Using Windows 7 Enterprise with SP1, but I'm hoping to get a generic answer that would apply to Windows XP/2003/2008/Vista/7. …

windows authentication wmic mapped-drive
recover disconnected mapped drive

Is there anyway to recover a mapped drive that was disconnected without knowing the server address or name? I do …

networking mapped-drive
Mapping a network drive and checking for its existence in VBScript

I need to map a network drive into a network path using VBScript. The network path is read directly from …

vbscript network-drive mapped-drive
Java WatchService not generating events while watching mapped drives

I implemented a file watcher but I noticed that java nio file watcher doesn't generate events for files being copied …

java file nio mapped-drive watchservice
Mapped Network Drives

I have mapped a network drive to a computer in my home network. Now I am trying to access it …

php filesystems unc shared-directory mapped-drive
Cannot access files on drive mapped network share from a Windows service

I have a network shared folder mapped to a drive letter, which is accessible from Windows Explorer, from the command …

c# windows-services network-share mapped-drive