10.39 Win7虚拟机冷启动时总是自动全屏
https://scz.617.cn/windows/201610141117.txt
Q:
有一台Win7虚拟机,冷启动时总是自动全屏,检查.vmx,其中包含:
gui.viewModeAtPowerOn = "fullscreen" gui.lastPoweredViewMode = "fullscreen"
将这两条删掉,没用,每次都自动生成。
A:
终极原因不明,有临时解决办法,编辑.vmx,删掉:
gui.viewModeAtPowerOn = "fullscreen" gui.lastPoweredViewMode = "fullscreen"
增加:
gui.fullScreenAtPowerOn = "FALSE"