Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick Macros service is not running. Reinstall Quick Macros
#5
You can see service startup type change events in Windows event viewer. It does not show the reason, but shows the time. Also you can schedule a task to run then.

Folder: Event Viewer (Local) -> Windows Logs -> System.
Event: Level=Information, Source=Service Control Manager, ID=7040, text="The start type of the Quick Macros service was changed from auto start to demand start."

If you create a task, its custom event filter XML for only Quick Macros can be:
Code:
Copy      Help
<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[System[Provider[@Name='Service Control Manager'] and (Level=4 or Level=0) and (EventID=7040)]] and *[EventData[Data[1]='Quick Macros']]</Select>
  </Query>
</QueryList>


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)