查看: 2244|回复: 6
收起左侧

[已解决] vmware7 开机究竟有几个进程,请版主出手解决下,谢谢了

 关闭 [复制链接]
xghjf000
发表于 2011-2-8 01:15:39 | 显示全部楼层 |阅读模式
vmware7究竟有几个开机进程,有不有vmount2这个进程呀!


小宋版主的批处理很好,但是好像在7下,有些问题,能不能给修改下呢?
@echo off
title VMware服务控制程序
color 5f
cls
echo.
echo.
echo A——设置VMware服务启动方式为自动
echo.
echo S——启动VMware服务
echo.
echo M——设置VMware服务启动方式为手动
echo.
echo T——停止VMware服务
echo.
echo.
echo               小宋制作
echo    欢迎访问卡饭论坛:bbs.kafan.cn
echo.
SET t=
SET /P t=请选择(A/S/M/T):
IF /I '%t:~0,1%'=='a' GOTO auto
IF /I '%t:~0,1%'=='s' GOTO start
IF /I '%t:~0,1%'=='m' GOTO demand
IF /I '%t:~0,1%'=='t' GOTO stop
exit
:auto
cls&&echo 正在修改服务启动方式为自动,请稍候...
sc config VMAuthdService start= auto>nul
sc config VMnetDHCP start= auto>nul
sc config "VMware NAT Service" start= auto>nul
sc config vmount2 start= auto>nul
sc config VMUSBArbService start= auto>nul
echo 全部VMware服务已经更改为自动。
goto finish
:start
cls&&echo 正在启动服务,请稍候...
net start VMAuthdService>nul
net start VMnetDHCP>nul
net start "VMware NAT Service">nul
net start vmount2>nul
net start VMUSBArbService>nul
echo VMware服务启动完毕。
goto finish
:stop
cls&&echo 正在停止服务,请稍候...
net stop VMAuthdService>nul
net stop VMnetDHCP>nul
net stop "VMware NAT Service">nul
net stop vmount2>nul
net stop VMUSBArbService>nul
taskkill /im vmware-tray.exe /f
echo VMware服务已经全部停止。
goto finish
:demand
cls&&echo 正在修改服务启动方式为手动,请稍候...
sc config VMAuthdService start= demand>nul
sc config VMnetDHCP start= demand>nul
sc config "VMware NAT Service" start= demand>nul
sc config vmount2 start= demand>nul
sc config VMUSBArbService start= demand>nul
echo 全部VMware服务已经更改为手动启动。
:finish
echo.&&echo.&&echo.
echo 操作成功,按任意键退出。
echo.
echo               By 小宋
pause>nul&&exit
reizhi
发表于 2011-2-8 01:55:56 | 显示全部楼层
本帖最后由 reizhi 于 2011-2-8 01:58 编辑

下面的是google来的
  1. The Service VMount2.exe is used by the importer part of the product to mount images to import into a virtual machine. It's based on the VMware DiskMount utilityThis is a Windows installer for the VMware DiskMount utility. With the VMware DiskMount utility, a VMware virtual disk file can be mounted as a Windows drive letter for read/write access to the files it contains. VMware DiskMount can run on Windows 2000/XP/2003 hosts
复制代码

大意是说加载镜像用的一个辅助服务。不过在我电脑上倒是没发现这个服务

2011-02-08_014656.jpg 打开虚拟机之后,有这么几个进程
2011-02-08_015503.jpg


评分

参与人数 1经验 +3 收起 理由
107 + 3 感谢解答: )

查看全部评分

sobee
发表于 2011-2-8 10:37:08 | 显示全部楼层
虚拟机就是偶尔用用,常驻进程很烦
小朱朱onlyAI
发表于 2011-2-8 15:45:40 | 显示全部楼层
所以我选VBOX
怜心
发表于 2011-2-9 11:52:15 | 显示全部楼层
回复 3楼 sobee 的帖子

也正因为有后台,VM才能自动检测USB设备的更改(VB不行,设备拔出后,右击状态栏上的USB设备图标,还是显示有那个设备)
nazisoft
发表于 2011-2-9 13:39:32 | 显示全部楼层
VMWare虽好,但是常驻进程很令人讨厌。
hlytg
发表于 2011-2-10 08:11:21 | 显示全部楼层
VMware Workstation7不有vmount2这个进程,其他版本不知
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-25 10:58 , Processed in 0.140370 second(s), 21 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表