# 向日葵远程无显示器后分辨率最小 WIN版虚拟显示器usbmmidd\_v2

在没有物理显示器的情况下，通过远程软件向日葵或者todesk连接主机，默认显示640\*640分辨率，而且无法修改。

### 下载

软件下载 [usbmmidd\_v2.zip](https://www.amyuni.com/downloads/usbmmidd_v2.zip)

### 使用方法

#### 方法1

右键单击usbmmid.bat和“以管理员身份运行”

#### 方法2

下载软件包后解压，通过管理员身份打开命令提示符，然后依次输入以下命令:

```shell
cd c:\download\usbmmid_v2 (解压的目录)
deviceinstaller64 install usbmmidd.inf usbmmidd
deviceinstaller64 enableidd 1
```

如果是在Windows 10中添加4个虚拟显示器，最多可以运行最后一条命令4次。

如果你使用的是32位系统，将"deviceinstaller64"替换为"deviceinstaller"

包含的批处理文件usbmmid.bat会自动运行这些命令，并在32位或64位版本的设备安装程序之间进行选择。

#### 停用

要停用虚拟监视器，请运行以下命令：

```shell
deviceinstaller64 enableidd 0
```

（如果添加了多个虚拟显示器，请多次运行此命令）

重新激活它：

```shell
deviceinstaller64 enableidd 1
```

#### 卸载

要从系统中完全删除驱动程序，

1.设备管理器并卸载“USB Mobile Monitor Virtual Display”，

2.或者运行以下命令：

```shell
deviceinstaller64 stop usbmmidd
deviceinstaller64 remove usbmmid 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chjina.com/it-zhi-shi-ku/xi-tong-pei-zhi-he-you-hua/windows/xiang-ri-kui-yuan-cheng-wu-xian-shi-qi-hou-fen-bianlzui-xiao-win-ban-xu-ni-xian-shi-qi-usbmmiddv2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
