The error message during the creation of a scheduled task

balubeto

Member
Member
Messages
173
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
 

My Computer

System One

  • OS
    Windows 8
info in image is not in english
 

My Computer

System One

  • OS
    win8.1.1 enterprise
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Hinze57
    CPU
    AMD FX 6100 6core 3.30gHz
    Motherboard
    gigibyte ga-78lmy-s2p
    Memory
    4gig ddr3
    Graphics Card(s)
    Radon hd5000 Series
    Sound Card
    onboard realtek hd
    Monitor(s) Displays
    19" viewsonic/ 22"Samsung
    Screen Resolution
    1680x1050
    Hard Drives
    128gig ssd Kingston
    80gig WD 10000 rpm spinner
    Case
    micro
    Keyboard
    microsoft curve 200
    Mouse
    Logitech wireless M215
    Internet Speed
    high speed 20
    Browser
    ie 11
    Antivirus
    windows defender
    Other Info
    updated enterprise apr 2/14
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
 

My Computer

System One

  • OS
    Windows 8
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
 

My Computer

System One

  • OS
    Windows 8
Back
Top