Top "Unc" questions

A UNC path unambiguously specifies the location of a volume, directory, file or other local or remote resource on Windows.

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
How to run batch file from network share without "UNC path are not supported" message?

I am trying to run a batch file from a network share, but I keep getting the following message: "UNC …

windows batch-file unc
Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

We've run into an interesting situation that needs solving, and my searches have turned up nill. I therefore appeal to …

c# windows unc file-sharing
Linking a UNC / Network drive on an html page

Just a basic html link question. I have an intranet setup, and I need to link to some network drives. …

html hyperlink unc
Cannot access network drive in PowerShell running as administrator

I'm running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a …

powershell uac unc
Workaround for href="file://///..." in Firefox

On an intranet site, let's say I want to link to a file on a share using UNC, at: \\servername\…

html firefox unc
An attempt to attach an auto-named database for file ....database1.mdf failed

I am getting the following error while debugging my visual studio 2010 website: An attempt to attach an auto-named database for …

asp.net vb.net sql-server-2008 asp.net-4.0 unc
Copy-Item copies directory as well as contents to UNC path

I'm trying to take the contents of a folder and copy it to another using PowerShell 1.0. Pretty simple stuff and …

powershell unc powershell-1.0
Is there a way to map a UNC path to a local folder on Windows 2003?

I know that I can map a UNC path to a local drive letter. However, I am wondering if there …

windows path local unc