-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release-pdf
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Windows Virtual Monitor | ||
|
||
Here is the procedure to add a virtual monitor to your system (Windows 10 and Higher!) | ||
|
||
Download our virtual display driver from <https://www.amyuni.com/downloads/usbmmidd_v2.zip> | ||
Unpack the zip file to an empty folder, e.g. c:\temp\usbmmidd_v2 | ||
Make sure you read the License.txt file as with any other software product | ||
Open a command prompt window as Administrator (you cannot add a device to your system unless you "Run As Administrator") | ||
Run the following commands: | ||
|
||
```bash | ||
cd c:\temp\usbmmid_v2 # (or whatever destination folder you chose) | ||
deviceinstaller64 install usbmmidd.inf usbmmidd | ||
# Make sure you see the message that the drivers are signed by Amyuni Technologies Inc. This is a confirmation that the drivers went through Microsoft driver signing procedure and are virus free | ||
deviceinstaller64 enableidd 1 | ||
``` |