A IT support technician needs to configure a Windows 11 workstation so that a corrective maintenance script automatically runs whenever a specific critical system error occurs. The technician plans to use built-in administrative tools to link the event entry directly to an automated task. Arrange the administrative steps required to accomplish this configuration in the correct sequential order from first to last.
- 1Open Event Viewer (eventvwr.msc) and expand Windows Logs to navigate to the System log.
- 2Locate and right-click an instance of the specific critical event entry, then select 'Attach Task To This Event...'.
- 3Proceed through the Create Basic Task Wizard to name the task and confirm the pre-populated event trigger settings.
- 4Select 'Start a program' as the task action and input the file path to the corrective maintenance script.
- 5Review the summary and click Finish to register the new automated action into the Task Scheduler Library.
Cevap
The correct sequence starts with opening Event Viewer to locate the System log, right-clicking the target event to choose 'Attach Task To This Event...', completing the wizard trigger configuration, specifying 'Start a program' with the script path, and finally saving the task to the Task Scheduler Library.
The proper administrative workflow begins in Event Viewer where the technician identifies the specific event log entry. Using the 'Attach Task To This Event...' context option automatically launches the Create Basic Task Wizard with the log name and Event ID pre-filled as the trigger. The technician then configures the action to 'Start a program', inputs the script path, and completes the wizard to register the task in the Task Scheduler Library.
Adım Adım Çözüm
Anahtar Kavram
Linking Event Viewer events to automated Task Scheduler actions for system administration automation.