Making VMware player fullscreen in windows?

8

How can I make VMware player run the VM in full screen in windows? I'm using VMware Player 4.0.2.

Rajat Gupta

Posted 2012-01-30T06:56:43.020

Reputation: 613

@Rajat what is the guest os? – Menuka Ishan – 2019-11-21T05:34:27.950

4@wizlog please don't edit questions in such a way that you change the original meaning. The user had asked how to put it into fullscreen, and you changed it to say maximized, which led to some answers below that misinterpreted that. – nhinkle – 2012-01-31T02:36:31.040

@user Apologies, I (mistakenly) thought the only difference was the word choice, not the meaning of the question. – wizlog – 2012-01-31T17:48:08.490

1@nhinkle Now I realize how easy it is to change the meaning of the question, and will be more careful going forward. – wizlog – 2012-01-31T17:48:20.237

Answers

16

You can use the maximize button on the top right hand side of the window:

enter image description here

You'll also need VMWare Tools installed on the guest in order to have the VM resize the desktop accordingly.

Nils Magne Lunde

Posted 2012-01-30T06:56:43.020

Reputation: 2 154

that doesn't make it fullscreen & it only makes use of half of screen & the rest area is just black.. – Rajat Gupta – 2012-01-30T07:15:39.937

6@user It works on my machine. Are you sure you have VMWare Tools installed on the VM? – Nils Magne Lunde – 2012-01-30T07:24:24.403

9

You can use Ctrl-Alt-Enter shortcut. If you have vmware tools in guest installed it will change screen resolution to match one of host.

ZaB

Posted 2012-01-30T06:56:43.020

Reputation: 2 365

If only it did... mine used to do that, after installing and then removing VMWare tools it's stuck in a resolution and refuses to fullscreen / maximise or anything else. – Owl – 2018-09-10T15:07:46.660

1

I just had the same problem as you did. Here is my solution:

I installed Ubuntu in the VMware player. You just right click, and click "Change Desktop Background", and click "all setting" at upper left corner. Click "Displays" and change the resolution to 2560 by 1600.

Hope this solves your problem. Thanks

user459546

Posted 2012-01-30T06:56:43.020

Reputation: 11

Does this work if Windows (or any other OS) is installed on the VM? Does the resolution have to be 2560x1600, or can it be the max resolution of the monitor? – Cfinley – 2015-06-16T20:17:58.333

0

If the above does not work (my VMWare Workstation 12 does not have this under "change desktop background"), try Display (either on desktop or in menu)

VMWare menu: System/Preferences/Display

change Resolution to 1280 x 800 or more, hit Apply, Keep, Close enter image description here

enter image description here

Sasha Bond

Posted 2012-01-30T06:56:43.020

Reputation: 111

I don't have any of these menus :/ – Owl – 2018-09-10T15:09:15.080

0

I had the same issue trying to play a Windows XP virtual machine on Windows 10. I somewhat solved it by going to the control panel, then display, then changing the settings. I'm using 1440x900 which shows a little black on the sides and requires me to scroll down to see the bottom, but it's better than looking at a very small VM screen.

Paul Harrington

Posted 2012-01-30T06:56:43.020

Reputation: 1

0

I will post here the solution for Ubuntu guest os installed on windows

In the Ubuntu, get terminal (Ctrl + Alt + T) run below command and press Y then Enter

sudo apt install open-vm-tools

After installation completed run below command in the terminal.

sudo apt install open-vm-tools-desktop

after installation restarts the vm. Then press Ctrl + Alt + Enter to go full screen.

Menuka Ishan

Posted 2012-01-30T06:56:43.020

Reputation: 125

-1

It works by changing resolution of monitor. Keep monitor resolution as your system configuration

vaibhav

Posted 2012-01-30T06:56:43.020

Reputation: 1

1What works by changing monitor resolution? What do you mean by "keep monitor resolution as your system configuration"? How is this a solution to the question? – fixer1234 – 2016-06-10T06:04:23.520

Welcome to Super User. Please be aware you have posted an answer to a question that is very old and has an accepted answer. Although there is nothing wrong with doing so, just be aware you may not get a response. – CharlieRB – 2016-06-10T13:30:01.547

-1

I just had the same problem as you did. Here is my solution:

  1. Edit>Preferences
  2. Click "display" on left menu
  3. in the middle part, select "stretch guest"
  4. return to your virtual OS and click on "Full-Screen"

M.Rahmati

Posted 2012-01-30T06:56:43.020

Reputation: 1