Created
October 28, 2015 14:14
-
-
Save StefanLage/f545abdb10f4824bfa93 to your computer and use it in GitHub Desktop.
VMWare Fusion 6 and later - Disable "Auto fit"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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