How do you send Ctrl+Alt+Delete to Windows in VMWare Player

10

2

I run VMWare player 2.5.0-118166 from Ubuntu 8.10 using Gnome 2.24.1.

  • I can find no menu options to send the combination to the welcome screen.
  • Ctrl+Alt is being picked up by VMWare Player and releases input, so Ctrl+Alt+Del/Ctrl+Alt+Ins can't be typed in directly.
  • Ctrl+Alt+Space should suppress VMWare Player from picking up the next keyboard input, but following this with Ctrl+Alt+Del or Ctrl+Alt+Ins does not seem to work.

So I'm stuck, not able to log in to my Windows image.. How can I send a Ctrl+Alt+Del to Windows within VMWare Player?

Alf

Posted 2008-11-04T09:50:31.483

Reputation:

someone has proposed closing this as a duplicate of http://superuser.com/questions/108109/ctrl-alt-delete-doesnt-unlock-pc-when-vmplayer-is-on , but i think that one should be closed as a duplicate of this one.

– quack quixote – 2010-03-17T09:08:12.793

Answers

20

Ctrl+Alt+Insert. In my experience with VMware products (Workstation and Server; I must say I have not tried Player, but I can't see any reason why it differs), Ctrl+Alt only has special effects if you press and release them on their own, without an accompanying key.

Oh yes, I remember. It only works when the input is grabbed, or not (I can't remember which). Try grabbing/ungrabbing the input and doing that keystroke again.


Edit (gleaned from other answers; thanks!): If Ctrl+Alt+Ins doesn't work, try:

  • Crtl+Alt+PrtSc
  • Ctrl+Alt+End

VMware has some really funky keyboard mapping issues (at least on some versions, and at least on some platforms).

Chris Jester-Young

Posted 2008-11-04T09:50:31.483

Reputation: 2 116

1Don't work for me. Maybe Gnome eats the key combination? – None – 2008-11-04T09:54:40.413

I can't remember if it requires input to be grabbed first, or ungrabbed. I don't have VMware working on my computer at the moment, but try both and see. – Chris Jester-Young – 2008-11-04T09:56:50.127

Both tried. Neither works. – None – 2008-11-04T09:57:35.900

Soooo odd. Even the VMware person thinks C-A-I should work: http://communities.vmware.com/thread/23712

– Chris Jester-Young – 2008-11-04T10:04:42.110

7

After some more googling I finally found the solution.
It seems that the key combination is Ctrl+Alt+Print_Screen.

It might be that Ctrl+Alt+Insert works on other platforms.

Alf

Posted 2008-11-04T09:50:31.483

Reputation:

Wow! That's bizarre! I'll favourite this post so I can refer people to it. – Chris Jester-Young – 2008-11-04T10:05:18.270

Works for me as well. – None – 2009-09-25T09:27:00.127

2

If you have trouble with Ctrl+Alt+Insert, try Ctrl+Alt+End.

ChristianLinnell

Posted 2008-11-04T09:50:31.483

Reputation: 386

Worked for me! Note that I was remote desktoped into a computer which was then running vmware player. Ctrl-Alt-End sent the ctrl-alt-del to the remote desktop, which caused both it and the VM to respond. Thanks! – Scott Whitlock – 2009-11-17T18:30:50.093

2

Definitely works for VM Player: Ctrl+Alt+the period on the number pad.
If you have a laptop without seperate number pad (as I do) then press Ctrl+Alt+Fn then >

The host will take the focus as though it did not work, but after you click cancel you go back to the VNC session and it now displays the login prompt.

atomicG

Posted 2008-11-04T09:50:31.483

Reputation: 21

Great! This works for me!!!!!!!!!!!!!!!!!!!!!!!!! – tmow – 2013-02-05T16:26:27.710

2

VMware has the menu bar at the top. Select Virtual Machine, then in the drop down you will see the command - send Ctrl-Alt-Del

Stewart

Posted 2008-11-04T09:50:31.483

Reputation: 21

Doesn't work for fullscreen mode. – Pacerier – 2015-02-28T15:21:25.327

1

I'm RDPed into a VMWare Essentials host server and was having issues with Ctrl+Alt+Insert because the cursor was released from the console.

If you're having this issue just click/focus back in the console and hit Ctrl+Alt+Insertagain.

If that doesn't work try Ctrl + Alt + End and you should be able to get to the logon screen. This happened to me on a different VM.

David

Posted 2008-11-04T09:50:31.483

Reputation: 11

0

I usually access my VMs via UltraVNC, which has a CAD (Control + Alt + Delete) button in its toolbar.

One mouse click sends the three-finger salute.

Adam Liss

Posted 2008-11-04T09:50:31.483

Reputation: 306

0

Ctrl+Alt+NumDel (the one that also acts as a period on the numpad) also works perfectly.

brian

Posted 2008-11-04T09:50:31.483

Reputation:

0

On Ubuntu (x64, 8.10) and VMWare Player 2.5: Ctrl+Alt+Del can be emulated as Jon and brian already answered:

  1. Ctrl+Alt+PrtScr
  2. Ctrl+Alt+NumDel

Don't release Ctrl+Alt keys before pressing third one, or You will lose keyboard focus.

ChAr

Posted 2008-11-04T09:50:31.483

Reputation:

0

Mind notebooks/keyboards with the Fn function for keys. Push it together with Ctrl+Alt+PR_SCREEN.

grmbl

Posted 2008-11-04T09:50:31.483

Reputation:

0

I'm running an XP VM in VMWare Player 2.5.1 on Vista 64bit via Remote Desktop.

The only one that worked for me was Ctrl+Alt+End.
It took me to the shutdown screen for Vista but when I cancelled that the VM was at the login dialog. I pressed Ctrl+G first, not sure if that was vital or not.

MickWoods

Posted 2008-11-04T09:50:31.483

Reputation:

0

Ctrl+Alt+Print-Screen works perfectly in Ubuntu 9.04.

Eddy

Posted 2008-11-04T09:50:31.483

Reputation:

0

USE EASE OF ACCESS ON THE VM SCREEN TO TURN ON THE OSK (On Screen Keyboard).

OMG finally figured it out - nothing above worked.....Windows 2012 R2 server copied a VM from site1 to site 2....NIC IP different so vSphere console will not open.

Used IE or Chrome to get to the console...but no option to press CTRL+ALT+DEL.

On the VM screen ==> LOWER LEFT corner ==> EASE OF ACCESS > on screen keyboard ==> CTRL+ALT+DEL.

Get that...you're using the OSK in the IE/Chrome window, NOT the host VM you're logged into, like you would IF you were using RDC.

John Morton

Posted 2008-11-04T09:50:31.483

Reputation: 1

0

If you are on a Macbook Pro, there is no Ins key or Print Screen. Instead: Fn+Control+Alt+Delete

Does the trick to open up the login screen.

hellatan

Posted 2008-11-04T09:50:31.483

Reputation: 101

-1

The "Host" key is whatever is assigned in File / Preferences / Input / "Host Key Combination". The default for Oracle VM VirtualBox (running Win7 in my case), is the "Right Ctrl" key. So, the key sequence to unlock the Ctrl+Alt+Del screen would be RightCtrl+Del.

Don Davis

Posted 2008-11-04T09:50:31.483

Reputation: 1

1The question is about VMWare... – davidbaumann – 2019-03-13T12:54:34.057