Skip to content

Instantly share code, notes, and snippets.

@StefanLage
Created October 28, 2015 14:14
Show Gist options
  • Save StefanLage/f545abdb10f4824bfa93 to your computer and use it in GitHub Desktop.
Save StefanLage/f545abdb10f4824bfa93 to your computer and use it in GitHub Desktop.
VMWare Fusion 6 and later - Disable "Auto fit"
edit VMware preference file : ~/Library/Preferences/VMware\ Fusion/preferences
add these two lines:
pref.autoFitGuestToWindow = "FALSE"
pref.autoFitFullScreen = "stretchGuestToHost"
The 1st line disables auto fit for Single Window mode.
The 2nd one disable it for Full Screen mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment