I'm working remotely via a VMWare Horizon Client portal to access my Windows 10 desktop. I have zero admin rights to modify registries, install software, access the client's settings, etc. Is there another button combo that replicates the Alt+Tab function? It's driving me crazy popping back to my computer's active windows and not the windows within the client.
Alternative Button Combo for Alt + Tab in VMWare Horizon Client?
1.9k Views Asked by RLee AtThere are 3 best solutions below
On
Maybe you can pin functions to the taskbar and then win+digit. So you can pin many directories in this way and go exact one without sorting like ctrl+tab or win+tab.
for example win+8 -> open Chrome window or D disc
On
If you can run basic exe files inside the instance (that don't require any installation), then you could download AutoHotkey on your own computer, create an ahk script with the following line:
LCtrl & CapsLock::AltTabMenu
Save the file, then compile it to exe using Convert .ahk to .exe (you can find it in your Start Menu after installing AutoHotkey).
Now, assuming you can copy the compiled executable to your instance and run it, you can invoke the Alt-Tab Menu using Left Ctrl + CapsLock.
Note that you can use a different key combination is this one does not work for you. Here you can find the list of all keys.
From the Horizon User Guide:
Enable the Windows key for remote desktops:
The actual instructions may vary depending on the client, but the setting should be there.
You should be able to use Windows + Tab to switch between programs after enabling the setting.
I am unable to test this solution.