VMware Communities
ssvdpeter
Contributor
Contributor
Jump to solution

Do not start up in full screen mode

Hi,

I have made a script initiating a virtual machine when booting

vmrun -T ws start "C:\Virtual Machines\Image\test.vmx"

The script is placed in the start up menu.... but when the virtual machine is started is is not starting in full screen.

How to I ensure the virtual machine is always started in full screen?

Tags (1)
1 Solution

Accepted Solutions
louyo
Virtuoso
Virtuoso
Jump to solution

In my .vmx file:

gui.lastPoweredViewMode = "fullscreen"

gui.viewModeAtPowerOn = "fullscreen"

View solution in original post

2 Replies
louyo
Virtuoso
Virtuoso
Jump to solution

In my .vmx file:

gui.lastPoweredViewMode = "fullscreen"

gui.viewModeAtPowerOn = "fullscreen"

ssvdpeter
Contributor
Contributor
Jump to solution

It worked, thanks a lot Smiley Happy

0 Kudos