4795 shaares
50 results
tagged
code
It might be worth trying, but it would only work to control it over Z-wave, not WiFi or online services.
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\root\cimv2:Win32_Process")
objWMIService.Create "notepad.exe", null, null, intProcessID
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\root\cimv2")
Set colMo