10.0
Table Of Contents
- Using VMware Fusion
- Contents
- Using VMware Fusion
- Getting Started with Fusion
- Understanding Fusion
- Virtual Machines and What Fusion Can Do
- Navigating and Taking Action by Using the Fusion Interface
- VMware Fusion Toolbar
- Perform Actions on Your Virtual Machines from the Virtual Machine Library Window
- Using the Home Pane to Create a Virtual Machine or Obtain One from Another Source
- Using the Fusion Applications Menu
- Using Different Views in the Fusion Interface
- Resize the Virtual Machine Display to Fit
- Using Multiple Displays
- Configuring Fusion
- Setting Fusion Preferences
- Set General Preferences
- Select a Keyboard and Mouse Profile
- Set Key Mappings on the Keyboard and Mouse Preferences Pane
- Set Mouse Shortcuts on the Keyboard and Mouse Preference Pane
- Enable or Disable Mac Host Shortcuts on the Keyboard and Mouse Preference Pane
- Enable Fusion Shortcuts on the Keyboard and Mouse Preference Pane
- Set Fusion Display Resolution Preferences
- Set Default Applications Preferences
- Creating Custom Networks
- Enable Dictation
- Join or Leave the Customer Experience Improvement Program
- Customizing the Fusion Display
- Keep a Windows Application in the Mac Dock
- Set a Virtual Machine Application to Open When You Log in to Your Mac
- Contents of the Virtual Machine Package
- Work with Virtual Machine Packages
- Setting Fusion Preferences
- Creating Virtual Machines
- Create a Virtual Machine
- Creating a Microsoft Windows Virtual Machine
- Creating a Linux Virtual Machine in Fusion
- Creating a macOS Virtual Machine in Fusion
- Creating a Shared Virtual Machine in Fusion
- Create a Virtual Machine from a Mac Recovery Partition
- Create a Virtual Machine on a Remote Server
- Create a Virtual Machine for Any Supported Operating System
- Power On the Boot Camp Partition as a Virtual Machine
- Activate Windows in a Virtual Machine
- Upload a Virtual Machine to a Remote Server
- Download a Virtual Machine from a Remote Server
- Migrate an Existing Physical PC to a Virtual Machine
- Set Up Your Mac to Accept the Transfer of Files from Your PC
- Connect to Your PC for Migration
- Disable UAC for Windows Vista and Later Before Migrating
- Install and Run the Fusion PC Migration Agent on Your PC
- Run the Migration Assistant on Your Mac
- Ensure that VMware Tools is Installed in the Migrated Virtual Machine
- Importing Windows Virtual Machines
- Export a Virtual Machine to OVF Format
- Installing and Using VMware Tools
- Cloning Virtual Machines with Fusion Pro
- Create a Virtual Machine
- Working with Your Virtual Machines
- Scan for Virtual Machines to Add to the Virtual Machine Library
- Running Fusion and Virtual Machines
- Open an Existing Virtual Machine
- Browse for a Virtual Machine
- Open a Virtual Machine From the Finder
- Start a Virtual Machine's Operating System
- Open a Virtual Machine Without Powering On
- Shut Down a Virtual Machine's Operating System
- Suspend and Resume a Virtual Machine in Fusion
- Cancel a Resume Command
- Power on a Virtual Machine to Firmware in Fusion Pro
- Pause a Virtual Machine
- Restart a Virtual Machine
- Reset a Virtual Machine
- Uninstall a Virtual Machine by Using the Finder
- Uninstall a Virtual Machine by Using the Virtual Machine Library
- Send the Ctrl-Alt-Delete Command to a Virtual Machine
- Send Special Key Commands to a Windows or Linux Virtual Machine
- Special Key Commands
- Switch Power Commands from the Default Options
- Options for Fusion Power Commands
- Open a Windows Application While You Are in Unity View
- Open a Windows Application from the Applications Menu
- Moving and Sharing Files with Your Mac
- Sharing Applications Between Your Mac and Your Windows Virtual Machines
- Keep a Windows Application in the Mac Dock
- Switch Between Virtual Machines That Are Powered On
- Using Mac Input Devices in a Virtual Machine
- Force Virtual Machines to Grab Keyboard and Mouse Input
- Sharing Files Between Windows and Your Mac
- Protecting Your Virtual Machines
- Configuring Your Virtual Machines
- Fusion General System Settings
- Set a Virtual Machine to Start When Fusion Starts
- Setting Virtual Processors and Memory
- Enable Default Applications
- Configuring Keyboard and Mouse Profiles
- Enable a CD/DVD Drive on a Remote Virtual Machine
- Enable a Floppy Drive on a Remote Virtual Machine
- View the Status of a Server or Remote Virtual Machine
- Configuring Display Resolution Settings
- Enable Hot Keys for Virtual Machines
- Configure Discrete Graphics Management
- Set the Default Printer for a Virtual Machine
- Add a Device
- Configuring the Network Connection
- Managing Virtual Hard Disks
- Configuring the CD/DVD Drive
- Configuring a Floppy Device
- Configuring the Sound Card
- Add a Camera to a Virtual Machine
- Configuring the USB Controller and Connecting USB Devices
- Add the USB Controller
- Remove the USB Controller
- Choose Where to Connect a USB Device When You Plug It In
- Set the Default Plug-In Action for a USB Device
- Connect and Disconnect USB Devices
- Connect and Disconnect a USB Device Using the Virtual Machine Toolbar
- Connect a USB Smart Card Reader
- USB Connection Dialog Box Disappears Before Connection Can Be Made
- Add a Parallel Port
- Add a Serial Port
- Sharing Bluetooth Devices with a Virtual Machine
- Configuring a Trusted Platform Module Device
- Select a Startup Device
- Encrypting and Restricting a Virtual Machine
- Virtual Machine Compatibility
- Configuring Guest Isolation Options for a Virtual Machine
- Managing Advanced Settings
- Configure Time Synchronization Between Guest and Host Operating Systems
- Show the Mac Power Supply Status in the Virtual Machine
- Troubleshooting Your Virtual Machine
- Change Hard Disk Buffering
- Set Password Requirement for Opening a Boot Camp Virtual Machine
- Enable a VNC Client to Access the Virtual Machine Remotely
- Configure Virtual Machine Power Options
- Enable Verbose USB Debugging
- Enable Microsoft Virtualization-Based Security
- Configure a Firmware Type
- Using the vmrun Command to Control Virtual Machines
- Using VMware Fusion REST API
- Upgrading Fusion
Option Parameters Description
runProgramInGuest path to .vmx file
[ -noWait |
-activeWindow |
-interactive ]
program name
[ program
arguments ]
Runs a specified program in the guest operating system. The -noWait
option returns a prompt immediately after the program starts in the guest,
rather than waiting for it to finish. This option is useful for interactive
programs. The -activeWindow option ensures that the Windows GUI is
visible, not minimized. It has no effect on Linux. The -interactive
option forces interactive guest login. The option is useful for Windows
Vista and Windows 7 or later guests to make the program visible in the
console window. You must provide the full pathname of a program
accessible to the guest. Also provide fully accessible path names for any
files specified in the program arguments, according to the requirements
of the program. VMware Tools and a valid guest login are required.
fileExistsInGuest path to .vmx file
Checks whether the specified file exists in the guest operating system.
VMware Tools and a valid guest login are required.
directoryExistsInGuest path to .vmx file
directory path on
guest
Checks whether the specified directory exists in the guest operating
system. VMware Tools and a valid guest login are required.
setSharedFolderState path to .vmx file
share name
path to folder on
host
writable | readonly
Modifies the writability state of a specified folder shared between the host
and a guest virtual machine. The value for the share name parameter is
a mount point in the guest file system. The value for the path to
folder on host parameter is the exported directory on the host. To
make a shared folder writable or read-only, include the writable or
readonly parameter.
addSharedFolder path to .vmx file
share name
path to folder on
host
Adds a folder to be shared between the host and guest. The virtual
machine must be running for the addSharedFolder option to take effect.
The value for the share name parameter is a mount point in the guest file
system. The value for the path to folder on host parameter is the
exported directory on the host. On Windows guests, a delay might occur
before shared folders are visible to the runProgramInGuest,
fileExistsInGuest, and directoryExistsInGuest options.
removeSharedFolder path to .vmx file
share name
Removes the guest virtual machine’s access to a shared folder on the
host. The virtual machine must be running for the removeSharedFolder
option to take effect. The value for the share name parameter is a mount
point in the guest file system.
enableSharedFolders path to .vmx file
[runtime]
Allows the guest virtual machine, specified by the .vmx file, to share
folders with its host. After enabling, run the addSharedFolder option to
specify each host folder to share. The optional [runtime] argument
limits the sharing of folders until the virtual machine is powered off.
Otherwise, the setting persists at the next power-on.
Note The enableSharedFolders option takes effect after the shut-
down and restart of the guest. No error message appears.
disableSharedFolders path to .vmx file
[runtime]
Prevents the guest virtual machine, specified by the .vmx file, from
sharing folders with its host. The optional [runtime] argument limits the
stop applied to the sharing of folders until the virtual machine is powered
off. Otherwise, the setting persists at next power on.
Note The disableSharedFolders option takes effect after the shut-
down and restart of the guest. No error message appears.
Using VMware Fusion
VMware, Inc. 166










