What's new

The error message "unsupported request" is displayed during the scheduled task

balubeto

New Member
In Windows 8, I am creating a scheduled task:



When confirm all dialog windows, the error message "unsupported request" is displayed. How come?

Thanks

Bye
 
OP
B

balubeto

New Member
In practice, in the XML tab of the window "edit event filter", this query:
Code:
<QueryList>
  <Query Id="0" Path="Microsoft-Windows-Winlogon/Diagnostic">
    <Select Path="Microsoft-Windows-Winlogon/Diagnostic">*[System[Provider[@Name='Microsoft-Windows-Winlogon'] and (Level=4 or Level=0) and Task = 1102 and (EventID=7002)]]</Select>
    <Select Path="Microsoft-Windows-Winlogon/Operational">*[System[Provider[@Name='Microsoft-Windows-Winlogon'] and (Level=4 or Level=0) and Task = 1102 and (EventID=7002)]]</Select>
    <Select Path="System">*[System[Provider[@Name='Microsoft-Windows-Winlogon'] and (Level=4 or Level=0) and Task = 1102 and (EventID=7002)]]</Select>
  </Query>
</QueryList>
is displayed.
When, but, confirm all dialog windows, the error message "unsupported request" is displayed. How come?
Thanks
Bye
 
OP
B

balubeto

New Member
I should make sure that, when Windows 8 performs the winlogon process with the 7002 (1102) event, it modifies a system entry of its registry with a reg command.
This activity must be applied for each user.
Thanks
Bye
 
Top