Skip to content

Commit

Permalink
Merge branch 'main' into release-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh4464 committed Jul 10, 2024
2 parents d43c711 + 9a39432 commit ee7c145
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions daily_logs/windows_virtual_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
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

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
# 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
```

0 comments on commit ee7c145

Please sign in to comment.