Is there a way to activate task view programmatically in windows 10?
There was a way to activate Flip3D programmatically in win7 using the following copied from VBScript SendKeys CTRL+LWIN+TAB?
CreateObject("WScript.Shell").Run "rundll32 DwmApi #105"
I just want to make a .vbs or .bat file that activates windows 10 Task View.