<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640" Guid="{2A9FF9D9-1DA4-467E-91AB-DFFD04CE86D5}" Time="1395889510.28">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin Identifier="Task" Guid="{D1748551-C605-4423-B392-FB77E6842437}" File="Task">
            gAIpLg==
        </Plugin>
    </Autostart>
    <Folder Name="Display" Expanded="True">
        <Macro Name="Disable Monitor Sleeping on Winamp Starting" Expanded="True">
            <Event Name="Task.Created.winamp" />
            <Action Name="Start Program: powercfg (High Performance)">
                System.Execute(u'C:\\Windows\\System32\\powercfg', u'-s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c', 3, False, 2, u'C:\\Windows\\System32', False, False)
            </Action>
        </Macro>
        <Macro Name="Enable Monitor Sleeping on Winamp Closing" Expanded="True">
            <Event Name="Task.Destroyed.winamp" />
            <Action>
                Window.FindWindow(u'winamp.exe', None, None, None, None, None, False, 0.0, 1)
            </Action>
            <Action Name="Start Program: powercfg (Power Saver)">
                System.Execute(u'c:\\windows\\system32\\powercfg', u'-s a1841308-3541-4fab-bc81-f71556f20b4a', 3, False, 2, u'C:\\Windows\\System32', False, False)
            </Action>
        </Macro>
    </Folder>
</EventGhost>
