I'm trying to simulate Win+D (show desktop) in a .vbs file, but I can't use the Windows key. I tried using Ctrl+Esc, but that doesn't work. I'm running Windows 10.
Here's my code right now:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "windows key + d ?????"