'How to send a combination of WIN+SHIFT+O using sendkeys in VBScript

I am trying to send combination of keys WIN+SHIFT+O in order to answer an incoming Skype for business call. Any ideas ? Are there any other hot keys that I can use in order to answer an incoming call on Skype for business



Solution 1:[1]

you can youse this code vvv

set ws=wscript.createobject("wscript.shell")
ws.sendkeys "^{esc}~o"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 dede ganteng