
磁盘管理无法在电脑上启动虚拟磁盘管理服务(VDS)? 5
2016-01-07 · 知道合伙人数码行家

2、如果上面的还是不管用,一般可以肯定是装了UltraISO软件,软件给卸载了就能打开了。在装这个软件时应该给可选项都给勾选了,所以会默认打开虚拟磁盘,但是系统又没有虚拟磁盘所以也就找不到。
1
右键点击计算机 选属性——管理——服务找到virtual disk服务 双击将其开启 禁用的话 就用下拉列表选择手动
2
如果上面的还是不管用,一般可以肯定你是装了UltraISO软件,软件给卸载了就能打开了。你在装这个软件时应该给可选项都给勾选了,所以会默认打开虚拟磁盘,但是你系统又没有虚拟磁盘所以也就找不到。
方法2:打开服务界面找到optimize drives项,设置为启动
进入服务界面的方法:win+r,然后输入services.msc
如果手动启动VDS服务提示关联服务被禁用无法启动的话,可以试试管理员运行cmd后,输入命令:sc config vds start= demand,正常提示“[SC] ChangeServiceConfig 成功”的话,再在服务里启动vds即可启动成功了。
参考:
Dependencies
Virtual Disk cannot be started under any conditions, if the Remote Procedure Call (RPC) service is disabled.
Restore Default Startup Configuration for Virtual Disk
Before you begin doing this, make sure that all the services on which Virtual Disk depends are configured by default and function properly. See the list of dependencies above.
1. Run the Command Prompt as an administrator.
2. Copy the command below, paste it into the command window and press ENTER:
sc config vds start= demand
3. Close the command window and restart the computer.
The vds service is using the vds.exe file that is located in the %WinDir%\System32 folder. If the file is changed, damaged or deleted, you can restore its original version from Windows 10 installation media.