- 上一篇:移動客戶端如何安裝
- 下一篇:VDrive卸載后重新安裝提示已經安裝
出現的問題,如下圖:
sc create VdriveSvr binpath= "C:Program Files (x86)安裝地址VDriveSvr.exe" type= share start= auto displayname= "VdriveSvr"
sc config 服務名 start= demand //手動
sc config 服務名 start= auto //自動
sc config 服務名 start= disabled //禁用
sc start 服務名
sc stop 服務名