1.win10 vmware tools怎么安装
freebsd”、“linux”、“netware”、“solaris”、“windows”这五个我们99.9%用到的都是windows.iso这个文件,因为虚拟机的版本不一样,所以设置可能不太相同,如果是VM5,在你进入安装好的系统以后(一定是进入系统后),点击菜单栏上面的“虚拟机”,里面有“安装VM工具”,虚拟机会自动将“windows.iso”虚拟成光盘,直接打开我的电脑,打开光盘安装就行了。
如果没有windows.iso,你就需要下载一个了,注意版本要一直才行。
2.虚拟机安装了win10,安装tools时出现“安装程序无法继续
2019.07.22 更新
看了那么多回答,好像都不能解决我的问题。因为我在服务的列表里根本没有找到 Windows Installer 这个服务,更谈何启动。下面是我的方法,是成功了的。
一、按住 Win键 + R 进入运行界面,输入 cmd ,运行
二、输入 msiexec /regserver 命令,回车。
(如果按回车后弹出文本一个窗口,说明你指令打错了,指令中间有空格,斜杠是左斜杠。如果没弹出窗口也没任何提示,说明执行成功。)
三、再右键我的电脑-管理-服务和应用程序-服务,就能找到windows installer这个服务了,右键该服务,启动!现在离胜利只剩一步之遥了!
四、启动服务后,即可在VMware上安装VMware Tools 了,找到VMware左侧边栏的 'Windows XP Professional。',右键,点击安装 VMware Tools(图片有误因为我已经安装了),即可成功进入安装界面!
3.求教怎样安装VMware Tools
第2步:安装VMwareTools功能增加包(请用root用户登陆系统):创建/media/cdrom目录:[root@linuxprobe ~]# mkdir -p /media/cdrom将光驱设备挂载到该目录上:[root@linuxprobe ~]# mount /dev/cdrom /media/cdrom进入到该挂载目录:[root@linuxprobe ~]# cd /media/cdrom将功能增强包复制到/home目录中:[root@linuxprobe cdrom]# cp VMwareTools-9.9.0-2304977.tar.gz /home进入到/home目录中:[root@linuxprobe cdrom]# cd /home解压功能增强包:root@linuxprobe home]# tar xzvf VMwareTools-9.9.0-2304977.tar.gzvmware-tools-distrib/vmware-tools-distrib/FILESvmware-tools-distrib/doc/vmware-tools-distrib/doc/open_source_licenses.txtvmware-tools-distrib/doc/INSTALLvmware-tools-distrib/doc/READMEvmware-tools-distrib/installer/vmware-tools-distrib/installer/services.shvmware-tools-distrib/installer/guestproxy-ssl.confvmware-tools-distrib/installer/thinprint.shvmware-tools-distrib/installer/upstart-job.conf………………此处省略解压过程细节………………进入解压文件夹中:[root@linuxprobe home]# cd vmware-tools-distrib/运行安装脚本并加上参数-d,代表默认安装:[root@linuxprobe vmware-tools-distrib]# ./vmware-install.pl -dThe installer has detected an existing installation of open-vm-tools on thissystem and will not attempt to remove and replace these user-spaceapplications. It is recommended to use the open-vm-tools packages provided bythe operating system. If you do not want to use the existing installation ofopen-vm-tools and attempt to install VMware Tools, you must uninstall theopen-vm-tools packages and re-run this installer.The installer will next check if there are any missing kernel drivers. Type yesif you want to do this, otherwise type no [yes]………………省略部分安装过程………………当您看到这个字样后,重启后即可正常使用VmwareTools啦。
Creating a new initrd boot image for the kernel.Starting Virtual Printing daemon: doneStarting vmware-tools (via systemctl): [ OK ]The configuration of VMware Tools 9.9.0 build-2304977 for Linux for thisrunning kernel completed successfully.Enjoy,--the VMware team第3步:重新启动系统后生效:[root@linuxprobe ~]# reboot搜索《linux就该这么学》1章节里面。
4.求助贴,win10下vmware虚拟机安装ubuntu16.04的vmware tools
ubuntu 16.04怎么安装到vmware workstation 10
安装步骤如下:
一、准备工作:
1、下载安装VMware Workstation并安装。
2、下载一个Linux ubuntu 15.04系统镜像。
二、新建虚拟机:
1、打开VMware,新建一个虚拟机。
2、选择“典型(推荐)(T)”,点“下一步”。
3、选择“稍后安装操作系统”,点“下一步”。
4、选择Ubuntu系统,点“下一步”。
5、设置“虚拟机名称”跟虚拟机的存放“位置”,点“下一步”。
6、设置“最大磁盘大小”,选择“将虚拟磁盘存储为单个文件”,点“下一步”。
三、安装:
1、在CD/DVD处加载第一步下载的Linux ubuntu 15.04系统镜像文件。
2、点击虚拟机的电源键,然后按照步骤提示进行安装,完成后即可使用虚拟机了。
转载请注明出处windows之家 » 虚拟机win10安装vmtools