Questions tagged [virtual-drive]

39 questions
0
votes
0 answers

File in emulated DVD image exists, until you try to run it

I don't even know where to begin with this one. I guess I can illustrate my flabbergastedness with this screenshot: Operation failed successfully? I don't know what happened here -- this was run direct from the original disc and failed on the first…
0
votes
3 answers

How do I write a driver for a Virtual CD Drive or a CD Emulation drive?

I want to develop driver for a Virtual CD Drive or a CD Emulation drive. How do I go about starting? I found these links these links from the MSDN: Windows Driver Kit Introduction to the Windows Driver Model (WDM) Will this information be…
0
votes
0 answers

Is there any way to create a virtual Speaker or Mic in C#?

And then the final Speaker/Mic can be specified through the api. Or I should ask, what is more reasonable to describe the technology or product that can do this?
Victor
  • 141
  • 1
  • 11
0
votes
2 answers

Why does installing a device driver from a virtual drive fail in Windows 7?

I have a driver that needs to be installed from a virtual drive. I am able to install this driver (*.sys) from the normal directory, but when I try to install it from a virtual drive it does not happen. Is there any constraint on installing Windows…
Daniel
  • 1
  • 1
0
votes
2 answers

Save off env: drive and later revert

I am running multiple scripts from the powershell console. These scripts add/modify variables in the env: drive. Between running each script, I would like to reset the env: drive to what it was when I opened up the console. Is there a way to save…
horns
  • 1,843
  • 1
  • 19
  • 26
0
votes
1 answer

How to change the file read, create , write operations in specific folder on windows? what is the analog of OSXFUSE in windows?

I want to change the file read, write, copy, delete operations in specific folders on my windows? On macos there is a OSXFUSE allowing to mount the desired folders and change the behavior of these operations. How to do the same on windows?
0
votes
1 answer

How to add a drive letter to a Combo Box based on a Device ID string of SCSI

Based on my query How to find the true CD-Rom drive letter when a virtual drive is also installed? And the suggestion I got from here How to identify if a drive is virtual or physical I'd like to just fill a Combo Box of virtual drive letters when…
Exception
  • 71
  • 1
  • 9
0
votes
3 answers

How to check drive is it virtual, Powershell

How to check drive is it a virtual (created using subst command)? Get-VirtualDisk doesn't work(powershell 3.0)
Sergey
  • 180
  • 1
  • 9
-4
votes
2 answers

C# "Inject" drive to Windows explorer

is there a way to "inject" a drive into explorer? What I want to achieve: When opening the explorer there should be a drive that looks like a normal partition of a HDD or a network drive (only difference: without capacity information (if possible),…
Hidden
  • 19
  • 1
  • 4
1 2
3