Questions tagged [mapped-drive]

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

From wikipedia:

Drive mapping is how Microsoft Windows and OS/2 associate a local drive letter (A through Z) with a shared storage area to another computer over a network.

169 questions
-1
votes
1 answer

can i possible to execute a single method as current user privileges in the application that running as administrator?

In my application, i need all logical drives including mapped network drives. Its working fine without run as administrator. But my application by default run as administrator and i am not able to mapped network drives. I know that why its…
Jitesh Byahut
  • 57
  • 1
  • 7
-2
votes
1 answer

blocking all mapping drives and direct shared access programmatically

Due to the nature of the project, I am assigned to implement a stand-alone C# application to block all mapped network drives as well as direct shared access. The requirement needs to have only one way in and one way out. That way, the Sys Admin…
JPL
  • 47
  • 2
  • 10
-2
votes
1 answer

Environment Variables in Batch from Mapped Drive

I'm having problems accessing custom environment variables from a local mapped drive. When I run the batch file from my C drive, the variables display correctly, but when I run them from the mapped drive, they're all blank. I've tried running it…
-4
votes
1 answer

How to check mapped network drive if exist by hostname C#

I have a problem in my code C#. I can not check mapped network drive if exist by host name. I can check by ip address with ping function. But actual problem is not ip address. I need to check a hostname. Ping ping = new Ping(); var reply =…
1 2 3
11
12