Okay, so I figured out a while ago how to do something like this:
Is there any way I can use the same .SendKeys command to activate keyboard shortcuts such as Ctrl+Alt+Del or Win+L or Fn+F5 etc?
Code:
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "Hey, I need some help!"