kgschlosser wrote:OK I am not personally running Windows 10. so you will have to walk me through exactly what you are trying and what is/is not working. Windows 10 has caused a lot of hiccups in EG and we are trying to work through them. Microsoft likes to change their API and we might have to make some adjustments. So lets go through exactly what you are trying to do step by step.
if you can copy and paste the macro you are trying to run into a post that would help. also if you can dun eventghost from the command line with the -debug switch and post you %appdata%/EventGhost/Log.txt file that would help also.
Sorry for delay, I had some other projects I had to get wrapped up. Here is a past from my macro. Your monitor off macro worked shutting monitor down and turning it back on but Windows Lock screen comes on which won't work for me. Using Windows 10 Home and tried setting register to disable lock screen but it did not work. If I could figure that out I would be good. So I tried Windows Screen Saver instead and activating it does work however I cannot get anything to wake the system up. See below. Adding debug too.
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="0.5.0-rc4">
<Macro Name="Re-enable monitor" XML_Guid="{9BA5907F-085A-49D9-8DCC-6F9FA86F0B09}" Expanded="True">
<Event Name="HTTP.ST.Light Bakers Rack.switch.on" XML_Guid="{280932C5-BFE8-49AE-967A-5247484C2A31}" />
<Action XML_Guid="{5E9713BA-C02E-421F-9107-2AF6E442A798}">
Window.SendKeys(u'{ESC}', False, 2)
</Action>
<Action Enabled="False" XML_Guid="{1871206B-2142-4F1B-BBD8-F11F35AB2D96}">
System.MonitorPowerOn()
</Action>
<Action XML_Guid="{8A4DB3F4-10B3-45C2-AD40-5FDD857D1ED4}">
Mouse.LeftDoubleClick()
</Action>
<Action XML_Guid="{C5236EDE-B879-4165-A201-4D0FFF1C76A7}">
Mouse.LeftButton()
</Action>
<Action XML_Guid="{40D49B72-EB31-4CDD-991A-4EA66C9DF67A}">
Window.SendKeys(u'{Up}', False, 2)
</Action>
</Macro>
</EventGhost>
