diff --git a/docs/support/docs/HOBL_Scenarios.md b/docs/support/docs/HOBL_Scenarios.md
index 0ccc481c..e3d27b65 100644
--- a/docs/support/docs/HOBL_Scenarios.md
+++ b/docs/support/docs/HOBL_Scenarios.md
@@ -21,6 +21,41 @@ Collect various system logs.
Nonfuctional. Needs to be updated for new architecture.
+## consumer_multitasker
+
+Use the HOBL UI to run the `ConsumerMultitasker_v0.5` workload. The scenario name exposed in the UI is `consumer_multitasker`.
+
+### Prerequisite: Enable diagnostic data
+
+To enable PerfMetrics collection, turn on diagnostic data on the DUT:
+
+1. Open PowerPoint.
+2. Open the **File** tab.
+3. Select **Account** in the lower-left section.
+4. Select **Manage Settings**.
+5. Check **Send Diagnostic Data**.
+6. Select **OK**.
+7. Close PowerPoint.
+
+### Run the workload
+
+1. Open the HOBL UI and create a new job.
+2. Add the `consumer_multitasker` scenario and configure it as follows:
+
+ | Setting | Value |
+ | --- | --- |
+ | Enabled | Yes |
+ | Tools | `perf_utc` (performance data), `power_light` (power data), `run_report` (results rollup) |
+ | Parameters | `enterprise_collab:perf_run=1`
`perf_utc:cm=1` |
+
+3. Submit the job. The HOBL UI automatically adds and runs the required prep scenarios before the measured workload.
+
+Results are written under the `result_dir` configured in the selected device profile. Each iteration produces:
+
+* PerfMetrics in `consumer_multitasker__PerfMetrics.csv`.
+* Power metrics in `consumer_multitasker__power_light_summary.csv`.
+
+The `power_light` tool requires the DUT to have a supported Maxim chipset. If the DUT does not have a supported Maxim chipset, use the battery rundown method to measure power instead.
## iperf3
Runs iperf3 network throughput tests against a remote server while measuring power.
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_launch/__init__.py b/scenarios/windows/_library/enterprise_collab/copilot_launch/__init__.py
deleted file mode 100644
index 03dcc400..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_launch/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .copilot_launch import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.json b/scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.json
deleted file mode 100644
index 4b54b0c8..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.json
+++ /dev/null
@@ -1,55 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-19",
- "description": "",
- "enabled": true,
- "id": "1HX7TLR",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HX7U60",
- "include_path": "scenarios\\windows\\_library\\misc\\capture_taskbar",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HX8XWF",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "CopilotLaunch"
- }
- ],
- "type": "Include"
- },
- {
- "capture_id": "TYH95X",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HX7U1P.png"
- ],
- "id": "1HX7U1P",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_launch/image_1HX7U1P.png b/scenarios/windows/_library/enterprise_collab/copilot_launch/image_1HX7U1P.png
deleted file mode 100644
index 53a76c83..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_launch/image_1HX7U1P.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/__init__.py b/scenarios/windows/_library/enterprise_collab/copilot_query/__init__.py
deleted file mode 100644
index 1dd0e73e..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .copilot_query import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293H6.py b/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293H6.py
deleted file mode 100644
index a1152ee2..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293H6.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1E293H6.py')
- logging.error('Generating copilot response failed.')
- scenario.fail('Copilot did not respond within expected timeframe')
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293XV.py b/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293XV.py
deleted file mode 100644
index 3965e40e..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1E293XV.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1E293XV.py')
- scenario._kill("M365Copilot.exe")
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN35U.py b/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN35U.py
deleted file mode 100644
index b1bc8e21..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN35U.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HKN35U.py')
- logging.info('Copilot Query Executed Successfully')
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN3YX.py b/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN3YX.py
deleted file mode 100644
index 3f7d63ee..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN3YX.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HKN3YX.py')
- logging.warning('Copilot Query failed')
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN6N7.py b/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN6N7.py
deleted file mode 100644
index a7a2dc3a..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/code_1HKN6N7.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HKN6N7.py')
- logging.warning('Copilot Query Failed')
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.json b/scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.json
deleted file mode 100644
index a777d9f9..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.json
+++ /dev/null
@@ -1,274 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-01-21",
- "description": "",
- "enabled": true,
- "id": "1E28JE1",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6U6NR",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "Microsoft 365 Copilot"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": ""
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1H6WEN7",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1FW39VM.png"
- ],
- "h": "0.407",
- "id": "1FW39VM",
- "recapture": false,
- "type": "Capture",
- "w": "0.688",
- "x": "0.002",
- "y": "0.005"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1E2EWF2.png"
- ],
- "h": "0.532",
- "id": "1E2EWF2",
- "recapture": false,
- "type": "Capture",
- "w": "0.698",
- "x": "0.219",
- "y": "0.129"
- },
- {
- "capture_id": "1FW39VM",
- "children": [],
- "delay": "2",
- "description": "New Chat",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1E28L0L.png"
- ],
- "id": "1E28L0L",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "capture_id": "1E2EWF2",
- "children": [],
- "delay": "2",
- "description": "Message Copilot",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1E28LMC.png"
- ],
- "id": "1E28LMC",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Query",
- "enabled": true,
- "id": "1E28MKW",
- "text": "What\ue00dare\ue00dthe\ue00dtop\ue00d5\ue00dthings\ue00dcopilot\ue00dcan\ue00ddo?",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1FW3CP6.png"
- ],
- "h": "0.633",
- "id": "1FW3CP6",
- "recapture": false,
- "type": "Capture",
- "w": "0.731",
- "x": "0.231",
- "y": "0.164"
- },
- {
- "capture_id": "1FW3CP6",
- "children": [],
- "delay": "2",
- "description": "Go",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1E28NL8.png"
- ],
- "id": "1E28NL8",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "10",
- "description": "",
- "enabled": true,
- "id": "1E295KJ",
- "type": "Delay"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "2",
- "description": "",
- "direction": "down",
- "enabled": true,
- "id": "1FL1FK6",
- "type": "Scroll",
- "x": "0.718",
- "y": "0.424"
- }
- ],
- "count": "5",
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1H852YC",
- "type": "Loop"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H852YE",
- "type": "End Loop"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1FL1F1H.png"
- ],
- "h": "0.514",
- "id": "1FL1F1H",
- "recapture": false,
- "type": "Capture",
- "w": "0.771",
- "x": "0.228",
- "y": "0.111"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HKN23K",
- "type": "Try"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Failure Log",
- "enabled": true,
- "file_name": [
- "code_1HKN6N7.py"
- ],
- "id": "1HKN6N7",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HKN23L",
- "type": "Except"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Success Log",
- "enabled": true,
- "file_name": [
- "code_1HKN35U.py"
- ],
- "id": "1HKN35U",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HKN23M",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HKN23N",
- "type": "End Try"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Copilot",
- "enabled": true,
- "file_name": [
- "code_1E293XV.py"
- ],
- "id": "1E293XV",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/default_params.py b/scenarios/windows/_library/enterprise_collab/copilot_query/default_params.py
deleted file mode 100644
index 46eeea00..00000000
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/default_params.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\start_app_launch')
- return
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28L0L.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28L0L.png
deleted file mode 100644
index 77ffb6d0..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28L0L.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28LMC.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28LMC.png
deleted file mode 100644
index b99d602a..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28LMC.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28NL8.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28NL8.png
deleted file mode 100644
index 7bf65c0a..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28NL8.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28PAU.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28PAU.png
deleted file mode 100644
index 832bb26f..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E28PAU.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2EWF2.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2EWF2.png
deleted file mode 100644
index b761a742..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2EWF2.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2F536.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2F536.png
deleted file mode 100644
index c889b2b0..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1E2F536.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1F1H.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1F1H.png
deleted file mode 100644
index c86c503e..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1F1H.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1MCN.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1MCN.png
deleted file mode 100644
index cf8faf2c..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FL1MCN.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN5TE.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN5TE.png
deleted file mode 100644
index 347f5c8d..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN5TE.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN685.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN685.png
deleted file mode 100644
index 1b6680ca..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN685.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN70P.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN70P.png
deleted file mode 100644
index 7363317c..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN70P.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7EU.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7EU.png
deleted file mode 100644
index bb5246c2..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7EU.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7T8.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7T8.png
deleted file mode 100644
index d5e95cdd..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVN7T8.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVNAX3.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVNAX3.png
deleted file mode 100644
index 2f033e88..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FVNAX3.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW39VM.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW39VM.png
deleted file mode 100644
index 75c22dad..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW39VM.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3CP6.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3CP6.png
deleted file mode 100644
index ce8d6e98..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3CP6.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3M4V.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3M4V.png
deleted file mode 100644
index 21ca360a..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3M4V.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3P33.png b/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3P33.png
deleted file mode 100644
index 3c1451f5..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/copilot_query/image_1FW3P33.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/default_params.py b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/default_params.py
index 37e61f34..ea322d36 100644
--- a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/default_params.py
+++ b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/default_params.py
@@ -1,15 +1,15 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from core.parameters import Params
-from utilities.open_source.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/diagnostics_disable.json b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/diagnostics_disable.json
index cdbc8228..33bf66c7 100644
--- a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/diagnostics_disable.json
+++ b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/diagnostics_disable.json
@@ -1,207 +1,223 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2025-12-03",
- "description": "",
- "enabled": true,
- "id": "19LRMJ5",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19LU40N",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait till open",
- "enabled": true,
- "id": "19LRNE2",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Account Section",
- "enabled": true,
- "file_name": [
- "image_1ALL9MN.png"
- ],
- "h": "0.144",
- "id": "19X3TY0",
- "recapture": false,
- "type": "Capture",
- "w": "0.073",
- "x": "0.017",
- "y": "0.779"
- },
- {
- "capture_id": "19X3TY0",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1ALLJR1.png"
- ],
- "id": "1ALLJR1",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Manage Settings Region",
- "enabled": true,
- "file_name": [
- "image_1CE9365.png"
- ],
- "h": "0.408",
- "id": "1CE9365",
- "recapture": false,
- "type": "Capture",
- "w": "0.376",
- "x": "0.004",
- "y": "0.090"
- },
- {
- "capture_id": "1CE9365",
- "children": [],
- "delay": "2",
- "description": "Manage Settings Button",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WRX02.png"
- ],
- "id": "19WRX02",
- "match_threshold": "0.5",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Privacy Settings Dialouge Box",
- "enabled": true,
- "file_name": [
- "image_1CE941M.png"
- ],
- "h": "0.879",
- "id": "1CE941M",
- "recapture": false,
- "type": "Capture",
- "w": "0.845",
- "x": "0.106",
- "y": "0.060"
- },
- {
- "children": [
- {
- "capture_id": "1CE941M",
- "children": [],
- "delay": "2",
- "description": "Uncheck Send Diagnostics",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WT1FC.png"
- ],
- "id": "1ALM12P",
- "match_threshold": "0.85",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19LT69P",
- "type": "Try"
- },
- {
- "children": [
- {
- "capture_id": "1CE941M",
- "children": [],
- "delay": "2",
- "description": "Diagnostics Option Unchecked",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1ALM12P.png"
- ],
- "h": "0.034",
- "id": "19LTRTX",
- "match_threshold": "0.6",
- "scale": "",
- "type": "Check",
- "w": "0.018",
- "x": "0.294",
- "y": "0.647"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19LT69R",
- "type": "Except"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19LT69T",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19LT69U",
- "type": "End Try"
- },
- {
- "capture_id": "1CE941M",
- "children": [],
- "delay": "2",
- "description": "OK",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WT4AP.png"
- ],
- "id": "19WT4AP",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19LU89C",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
- "type": "Include"
- }
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2025-12-03",
+ "description": "",
+ "enabled": true,
+ "id": "19LRMJ5",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19LU40N",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait till open",
+ "enabled": true,
+ "id": "19LRNE2",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Account Section",
+ "enabled": true,
+ "file_name": [
+ "image_1NA0KEK.png"
+ ],
+ "h": "0.323",
+ "id": "1NA0KEK",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.329",
+ "x": "0.001",
+ "y": "0.626"
+ },
+ {
+ "capture_id": "1NA0KEK",
+ "children": [],
+ "delay": "2",
+ "description": "",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1NA0KXT.png"
+ ],
+ "id": "1NA0KXT",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Manage Settings Region",
+ "enabled": true,
+ "file_name": [
+ "image_1CE9365.png"
+ ],
+ "h": "0.408",
+ "id": "1CE9365",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.376",
+ "x": "0.004",
+ "y": "0.090"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "",
+ "enabled": true,
+ "file_name": [
+ "image_1NA0LRM.png"
+ ],
+ "h": "0.398",
+ "id": "1NA0LRM",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.334",
+ "x": "0.001",
+ "y": "0.043"
+ },
+ {
+ "capture_id": "1NA0LRM",
+ "children": [],
+ "delay": "2",
+ "description": "Manage Settings Button",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1NA0NW0.png"
+ ],
+ "id": "1NA0NW0",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Privacy Settings Dialouge Box",
+ "enabled": true,
+ "file_name": [
+ "image_1CE941M.png"
+ ],
+ "h": "0.879",
+ "id": "1CE941M",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.845",
+ "x": "0.106",
+ "y": "0.060"
+ },
+ {
+ "children": [
+ {
+ "capture_id": "1CE941M",
+ "children": [],
+ "delay": "2",
+ "description": "Uncheck Send Diagnostics",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_19WT1FC.png"
+ ],
+ "id": "1ALM12P",
+ "match_threshold": "0.85",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69P",
+ "type": "Try"
+ },
+ {
+ "children": [
+ {
+ "capture_id": "1CE941M",
+ "children": [],
+ "delay": "2",
+ "description": "Diagnostics Option Unchecked",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1ALM12P.png"
+ ],
+ "h": "0.034",
+ "id": "19LTRTX",
+ "match_threshold": "0.6",
+ "scale": "",
+ "type": "Check",
+ "w": "0.018",
+ "x": "0.294",
+ "y": "0.647"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69R",
+ "type": "Except"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69T",
+ "type": "On Success"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69U",
+ "type": "End Try"
+ },
+ {
+ "capture_id": "1CE941M",
+ "children": [],
+ "delay": "2",
+ "description": "OK",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_19WT4AP.png"
+ ],
+ "id": "19WT4AP",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19LU89C",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
+ "type": "Include"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_19WRX02.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_19WRX02.png
deleted file mode 100644
index ef566c85..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_19WRX02.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALL9MN.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALL9MN.png
deleted file mode 100644
index 17963520..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALL9MN.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALLJR1.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALLJR1.png
deleted file mode 100644
index 98f0aeb6..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1ALLJR1.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KEK.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KEK.png
new file mode 100644
index 00000000..62e35940
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KEK.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KXT.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KXT.png
new file mode 100644
index 00000000..6c1e9d4f
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0KXT.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0LRM.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0LRM.png
new file mode 100644
index 00000000..ad0c8b29
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0LRM.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0NW0.png b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0NW0.png
new file mode 100644
index 00000000..92e6a457
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_disable/image_1NA0NW0.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/default_params.py b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/default_params.py
index 37e61f34..ea322d36 100644
--- a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/default_params.py
+++ b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/default_params.py
@@ -1,15 +1,15 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from core.parameters import Params
-from utilities.open_source.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/diagnostics_enable.json b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/diagnostics_enable.json
index 8a3f4e88..71a431d3 100644
--- a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/diagnostics_enable.json
+++ b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/diagnostics_enable.json
@@ -1,207 +1,207 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2025-12-03",
- "description": "",
- "enabled": true,
- "id": "19LRMJ5",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19LU40N",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait till open",
- "enabled": true,
- "id": "19LRNE2",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Account Section",
- "enabled": true,
- "file_name": [
- "image_1ALL9MN.png"
- ],
- "h": "0.144",
- "id": "19X3TY0",
- "recapture": false,
- "type": "Capture",
- "w": "0.073",
- "x": "0.017",
- "y": "0.779"
- },
- {
- "capture_id": "19X3TY0",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1ALLJR1.png"
- ],
- "id": "1ALLJR1",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Manage Settings",
- "enabled": true,
- "file_name": [
- "image_1CE9250.png"
- ],
- "h": "0.394",
- "id": "1CE9250",
- "recapture": false,
- "type": "Capture",
- "w": "0.394",
- "x": "0.004",
- "y": "0.099"
- },
- {
- "capture_id": "1CE9250",
- "children": [],
- "delay": "2",
- "description": "Manage Settings Button",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WRX02.png"
- ],
- "id": "19WRX02",
- "match_threshold": "0.5",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Diagnostics Option",
- "enabled": true,
- "file_name": [
- "image_1CE8X8L.png"
- ],
- "h": "0.856",
- "id": "1CE8X8L",
- "recapture": false,
- "type": "Capture",
- "w": "0.861",
- "x": "0.096",
- "y": "0.069"
- },
- {
- "children": [
- {
- "capture_id": "1CE8X8L",
- "children": [],
- "delay": "2",
- "description": "Send Diagnostics",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1ALM12P.png"
- ],
- "id": "1ALM12P",
- "match_threshold": "0.85",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19LT69P",
- "type": "Try"
- },
- {
- "children": [
- {
- "capture_id": "1CE8X8L",
- "children": [],
- "delay": "2",
- "description": "Diagnostics Option Checked",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WT1FC.png"
- ],
- "h": "0.034",
- "id": "19LTRTX",
- "match_threshold": "0.6",
- "scale": "",
- "type": "Check",
- "w": "0.018",
- "x": "0.294",
- "y": "0.647"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19LT69R",
- "type": "Except"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19LT69T",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19LT69U",
- "type": "End Try"
- },
- {
- "capture_id": "1CE8X8L",
- "children": [],
- "delay": "2",
- "description": "OK",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_19WT4AP.png"
- ],
- "id": "19WT4AP",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19LU89C",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
- "type": "Include"
- }
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2025-12-03",
+ "description": "",
+ "enabled": true,
+ "id": "19LRMJ5",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19LU40N",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait till open",
+ "enabled": true,
+ "id": "19LRNE2",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Account Section",
+ "enabled": true,
+ "file_name": [
+ "image_1NA076E.png"
+ ],
+ "h": "0.312",
+ "id": "1NA076E",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.351",
+ "x": "0.000",
+ "y": "0.643"
+ },
+ {
+ "capture_id": "1NA076E",
+ "children": [],
+ "delay": "2",
+ "description": "",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1NA07MV.png"
+ ],
+ "id": "1NA07MV",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Manage Settings",
+ "enabled": true,
+ "file_name": [
+ "image_1NA08AX.png"
+ ],
+ "h": "0.534",
+ "id": "1NA08AX",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.320",
+ "x": "0.004",
+ "y": "0.041"
+ },
+ {
+ "capture_id": "1NA08AX",
+ "children": [],
+ "delay": "2",
+ "description": "Manage Settings Button",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1NA0AUH.png"
+ ],
+ "id": "1NA0AUH",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "Diagnostics Option",
+ "enabled": true,
+ "file_name": [
+ "image_1CE8X8L.png"
+ ],
+ "h": "0.856",
+ "id": "1CE8X8L",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.861",
+ "x": "0.096",
+ "y": "0.069"
+ },
+ {
+ "children": [
+ {
+ "capture_id": "1CE8X8L",
+ "children": [],
+ "delay": "2",
+ "description": "Send Diagnostics",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1ALM12P.png"
+ ],
+ "id": "1ALM12P",
+ "match_threshold": "0.85",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69P",
+ "type": "Try"
+ },
+ {
+ "children": [
+ {
+ "capture_id": "1CE8X8L",
+ "children": [],
+ "delay": "2",
+ "description": "Diagnostics Option Checked",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_19WT1FC.png"
+ ],
+ "h": "0.034",
+ "id": "19LTRTX",
+ "match_threshold": "0.6",
+ "scale": "",
+ "type": "Check",
+ "w": "0.018",
+ "x": "0.294",
+ "y": "0.647"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69R",
+ "type": "Except"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69T",
+ "type": "On Success"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19LT69U",
+ "type": "End Try"
+ },
+ {
+ "capture_id": "1CE8X8L",
+ "children": [],
+ "delay": "2",
+ "description": "OK",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_19WT4AP.png"
+ ],
+ "id": "19WT4AP",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19LU89C",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
+ "type": "Include"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_19WRX02.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_19WRX02.png
deleted file mode 100644
index ef566c85..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_19WRX02.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALL9MN.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALL9MN.png
deleted file mode 100644
index 17963520..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALL9MN.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALLJR1.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALLJR1.png
deleted file mode 100644
index 98f0aeb6..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1ALLJR1.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1CE9250.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1CE9250.png
deleted file mode 100644
index f0b8ed15..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1CE9250.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA076E.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA076E.png
new file mode 100644
index 00000000..5f704720
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA076E.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA07MV.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA07MV.png
new file mode 100644
index 00000000..f071fdb4
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA07MV.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA08AX.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA08AX.png
new file mode 100644
index 00000000..3bc6df74
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA08AX.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA0AUH.png b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA0AUH.png
new file mode 100644
index 00000000..92e6a457
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/diagnostics_enable/image_1NA0AUH.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/file_explorer_launch/__init__.py b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/__init__.py
new file mode 100644
index 00000000..6dabf51b
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/__init__.py
@@ -0,0 +1 @@
+from .file_explorer_launch import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/file_explorer_launch/default_params.py b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/default_params.py
new file mode 100644
index 00000000..1e604e15
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/default_params.py
@@ -0,0 +1,17 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\switchto_file_explorer')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.json b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.json
new file mode 100644
index 00000000..ba4d1e91
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.json
@@ -0,0 +1,85 @@
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-05-07",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH4M9",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH4U8",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LEKJTH",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "FileExplorerLaunch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH514",
+ "include_path": "scenarios\\windows\\_library\\misc\\switchto_file_explorer",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH4WE",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "invalid"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "invalid"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH5KX",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Kill Alt+F4",
+ "enabled": true,
+ "id": "1LCH53U",
+ "text": "\ue00a\ue034",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ }
+]
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/mincp_base.py b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.py
similarity index 95%
rename from scenarios/windows/mincp_base/mincp_base.py
rename to scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.py
index 37306215..892e343a 100644
--- a/scenarios/windows/mincp_base/mincp_base.py
+++ b/scenarios/windows/_library/enterprise_collab/file_explorer_launch/file_explorer_launch.py
@@ -5,13 +5,12 @@
from core.parameters import Params
import logging
import os
-import time
from . import default_params
# Description:
# Automatically generated standard scenario.
-class MincpBase(core.app_scenario.Scenario):
+class FileExplorerLaunch(core.app_scenario.Scenario):
# Set default parameters:
default_params.run()
@@ -19,7 +18,7 @@ class MincpBase(core.app_scenario.Scenario):
def setUp(self):
# Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "mincp_base.json")
+ actions_json = os.path.join(os.path.dirname(__file__), "file_explorer_launch.json")
self.actions = self.load_action_json(actions_json)
# Execute Setup actions, if they exist
@@ -37,7 +36,7 @@ def runTest(self):
if runtest_action is not None:
self.run_actions(runtest_action["children"])
return
-
+
# If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
setup_action = self._find_next_type("Setup", json=self.actions)
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -57,5 +56,4 @@ def tearDown(self):
def kill(self):
# In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/__init__.py b/scenarios/windows/_library/enterprise_collab/live_captions_setup/__init__.py
deleted file mode 100644
index c1d4f4b9..00000000
--- a/scenarios/windows/_library/enterprise_collab/live_captions_setup/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .live_captions_setup import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/default_params.py b/scenarios/windows/_library/enterprise_collab/live_captions_setup/default_params.py
deleted file mode 100644
index 2f178fad..00000000
--- a/scenarios/windows/_library/enterprise_collab/live_captions_setup/default_params.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\start_live_captions')
- return
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRCY.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRCY.png
deleted file mode 100644
index e588100e..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRCY.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRLW.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRLW.png
deleted file mode 100644
index c5e4bb05..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1E0WRLW.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1E.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1E.png
deleted file mode 100644
index b373977b..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1E.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1H.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1H.png
deleted file mode 100644
index b1dc6774..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82T1H.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XN9.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XN9.png
deleted file mode 100644
index 94404546..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XN9.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XNA.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XNA.png
deleted file mode 100644
index 870af3ad..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H82XNA.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMU.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMU.png
deleted file mode 100644
index e1a8889a..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMU.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMV.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMV.png
deleted file mode 100644
index 5fc8e2e7..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89FMV.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC4.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC4.png
deleted file mode 100644
index 05368eca..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC4.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC5.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC5.png
deleted file mode 100644
index 8c20b580..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89HC5.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLM.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLM.png
deleted file mode 100644
index 7e9fae5c..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLM.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLP.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLP.png
deleted file mode 100644
index 5375c943..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JLP.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JVR.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JVR.png
deleted file mode 100644
index fb5c19eb..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1H89JVR.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1HM5CTC.png b/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1HM5CTC.png
deleted file mode 100644
index 79e8286b..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/live_captions_setup/image_1HM5CTC.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.json b/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.json
deleted file mode 100644
index 8e6e89a6..00000000
--- a/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.json
+++ /dev/null
@@ -1,258 +0,0 @@
-[
- {
- "author": "",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-06",
- "description": "",
- "enabled": true,
- "id": "1H89C2F",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HLWAAK",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\start_live_captions",
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "2",
- "description": "First time download - Type Ctrl",
- "enabled": true,
- "id": "1H82T0M",
- "text": "\ue009",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "First time download - Capture Yes continue",
- "enabled": true,
- "file_name": [
- "image_1H82T1E.png"
- ],
- "h": "1",
- "id": "1H82T1E",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "1H82T1E",
- "children": [],
- "delay": "2",
- "description": "First time download - Click Yes continue",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H82T1H.png"
- ],
- "id": "1H82T1H",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "2",
- "description": "First time download - Type Ctrl",
- "enabled": true,
- "id": "1H82X4L",
- "text": "\ue009",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "First time download - Capture Continue",
- "enabled": true,
- "file_name": [
- "image_1H82XN9.png"
- ],
- "h": "1",
- "id": "1H82XN9",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "1H82XN9",
- "children": [],
- "delay": "2",
- "description": "First time download - Click Continue",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H82XNA.png"
- ],
- "id": "1H82XNA",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HFTN8P",
- "type": "Try"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HEHN09",
- "type": "Except"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HEHN0A",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HEHN0C",
- "type": "End Try"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1H89HC4.png"
- ],
- "h": "1",
- "id": "1H89HC4",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "1H89HC4",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H89HC5.png"
- ],
- "id": "1H89HC5",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1H89JLM.png"
- ],
- "h": "1",
- "id": "1H89JLM",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "1H89JLM",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H89JLP.png"
- ],
- "id": "1H89JLP",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1H89JVR.png"
- ],
- "h": "1",
- "id": "1H89JVR",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "id": "1HM2UL1",
- "type": "Delay"
- },
- {
- "capture_id": "1H89JVR",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HM5CTC.png"
- ],
- "id": "1HM5CTC",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Close Live Captions",
- "enabled": true,
- "id": "1HM5HLP",
- "text": "\ue00a\ue034",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.py b/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.py
deleted file mode 100644
index 91066c5d..00000000
--- a/scenarios/windows/_library/enterprise_collab/live_captions_setup/live_captions_setup.py
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class LiveCaptions(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "live_captions_setup.json")
- self.actions = self.load_action_json(actions_json)
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute all actions (flat structure - no Setup/Run Test/Teardown blocks)
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/perf_setup/code_1HX80P5.py b/scenarios/windows/_library/enterprise_collab/perf_setup/code_1HX80P5.py
index cfcb65af..73b73047 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_setup/code_1HX80P5.py
+++ b/scenarios/windows/_library/enterprise_collab/perf_setup/code_1HX80P5.py
@@ -2,11 +2,25 @@
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
import logging
+from core.parameters import Params
def run(scenario):
logging.debug('Executing code block: code_1HX80P5.py')
- scenario._upload("utilities\\ParseUtc\\UtcPerftrack.xml", "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload")
- scenario._upload("utilities\\ParseUtc\\DisableAllUploads.json", "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload")
+ sideload_dir = "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload"
+ minwin_workloads = Params.get("enterprise_collab", "minwin_workloads")
+ logging.info(f"enterprise_collab:minwin_workloads='{minwin_workloads}'")
+
+ if minwin_workloads and len(minwin_workloads.strip()) > 0:
+ logging.info("Setting enterprise_collab:simple_office_launch=0 because mincp_workloads has entries")
+ Params.setParam("enterprise_collab", "simple_office_launch", "0")
+ logging.info("Sideloading ConsumerMultitaskerPTs.xml because mincp_workloads is set")
+ scenario._upload("utilities\\proprietary\\ParseUtc\\ConsumerMultitaskerPTs.xml", sideload_dir)
+ scenario._call(["cmd.exe", f'/C copy /Y "{sideload_dir}\\ConsumerMultitaskerPTs.xml" "{sideload_dir}\\UtcPerftrack.xml"'])
+ else:
+ logging.info("Sideloading UtcPerftrack.xml for enterprise _collab run")
+ scenario._upload("utilities\\proprietary\\ParseUtc\\UtcPerftrack.xml", sideload_dir)
+
+ scenario._upload("utilities\\proprietary\\ParseUtc\\DisableAllUploads.json", sideload_dir)
scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 3 /f > null 2>&1'])
scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" /v DisableWerUpload /t REG_DWORD /d 1 /f > null 2>&1'])
scenario._sleep_to_now()
diff --git a/scenarios/windows/_library/enterprise_collab/perf_setup/default_params.py b/scenarios/windows/_library/enterprise_collab/perf_setup/default_params.py
index 59f30a9a..91b35053 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_setup/default_params.py
+++ b/scenarios/windows/_library/enterprise_collab/perf_setup/default_params.py
@@ -1,17 +1,15 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/perf_setup/perf_setup.json b/scenarios/windows/_library/enterprise_collab/perf_setup/perf_setup.json
index 944d85eb..b9c86318 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_setup/perf_setup.json
+++ b/scenarios/windows/_library/enterprise_collab/perf_setup/perf_setup.json
@@ -1,41 +1,41 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-19",
- "description": "",
- "enabled": true,
- "id": "1HX80CA",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "upload perf files",
- "enabled": true,
- "file_name": [
- "code_1HX80P5.py"
- ],
- "id": "1HX80P5",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": false,
- "id": "1HX81AT",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HX83P3",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack",
- "type": "Include"
- }
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-03-19",
+ "description": "",
+ "enabled": true,
+ "id": "1HX80CA",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "upload perf files",
+ "enabled": true,
+ "file_name": [
+ "code_1HX80P5.py"
+ ],
+ "id": "1HX80P5",
+ "type": "Code"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": false,
+ "id": "1HX81AT",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HX83P3",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack",
+ "type": "Include"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/perf_teardown/code_1HX84KW.py b/scenarios/windows/_library/enterprise_collab/perf_teardown/code_1HX84KW.py
index c08989d0..6b7f80c4 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_teardown/code_1HX84KW.py
+++ b/scenarios/windows/_library/enterprise_collab/perf_teardown/code_1HX84KW.py
@@ -1,12 +1,11 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HX84KW.py')
- scenario._call(["cmd.exe", '/C reg delete "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" /v DisableWerUpload /f > null 2>&1'])
- scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 1 /f > null 2>&1'])
- scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\UtcPerftrack.xml"'])
- scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\DisableAllUploads.json"'])
- scenario._sleep_to_now()
\ No newline at end of file
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+import logging
+
+def run(scenario):
+ logging.debug('Executing code block: code_1HX84KW.py')
+ scenario._call(["cmd.exe", '/C reg delete "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" /v DisableWerUpload /f > null 2>&1'])
+ scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 1 /f > null 2>&1'])
+ scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\UtcPerftrack.xml"'])
+ scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\DisableAllUploads.json"'])
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/perf_teardown/default_params.py b/scenarios/windows/_library/enterprise_collab/perf_teardown/default_params.py
index fb03bc39..1eb82453 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_teardown/default_params.py
+++ b/scenarios/windows/_library/enterprise_collab/perf_teardown/default_params.py
@@ -1,17 +1,14 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\diagnostics_disable')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/perf_teardown/perf_teardown.json b/scenarios/windows/_library/enterprise_collab/perf_teardown/perf_teardown.json
index 69666ea6..0935c213 100644
--- a/scenarios/windows/_library/enterprise_collab/perf_teardown/perf_teardown.json
+++ b/scenarios/windows/_library/enterprise_collab/perf_teardown/perf_teardown.json
@@ -1,41 +1,32 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-19",
- "description": "perf teardown",
- "enabled": true,
- "id": "1HX83YY",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "delete perf files",
- "enabled": true,
- "file_name": [
- "code_1HX84KW.py"
- ],
- "id": "1HX84KW",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": false,
- "id": "1HX852F",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_disable",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HX84YP",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack",
- "type": "Include"
- }
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-03-19",
+ "description": "perf teardown",
+ "enabled": true,
+ "id": "1HX83YY",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "delete perf files",
+ "enabled": true,
+ "file_name": [
+ "code_1HX84KW.py"
+ ],
+ "id": "1HX84KW",
+ "type": "Code"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HX84YP",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\restart_diagtrack",
+ "type": "Include"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/__init__.py b/scenarios/windows/_library/enterprise_collab/semantic_search_setup/__init__.py
deleted file mode 100644
index 0b80fde1..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .semantic_search_setup import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/code_1HH3AE9.py b/scenarios/windows/_library/enterprise_collab/semantic_search_setup/code_1HH3AE9.py
deleted file mode 100644
index f10bf0bc..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/code_1HH3AE9.py
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import os
-import logging
-
-from parameters import Params
-
-def run(scenario):
- logging.debug('Executing code block: code_1HH3AE9.py')
- semantic_index_status = scenario._call(["cmd.exe", '/C @for /f "skip=2 tokens=3" %A in (\'reg query "HKLM\\SOFTWARE\\Microsoft\\Windows Search\\SemanticIndexer" /v SemanticIndexingStatus\') do @set /a %A'])
- logging.info("Semantic Index Status is %s", semantic_index_status)
- scenario._upload("scenarios\\windows\\enterprise_collab\\resources\\IndexUpdater.exe", scenario.dut_exec_path)
- scenario._upload("scenarios\\windows\\enterprise_collab\\resources\\IndexUpdater.dll", scenario.dut_exec_path)
- scenario._upload("scenarios\\windows\\enterprise_collab\\resources\\IndexUpdater.runtimeconfig.json", scenario.dut_exec_path)
- scenario._upload("scenarios\\windows\\enterprise_collab\\resources\\IndexUpdater.deps.json", scenario.dut_exec_path)
- semantic_index_testdrive = os.path.join(scenario.dut_exec_path, "semantic_testdrive")
- scenario._remote_make_dir(semantic_index_testdrive)
- Params.setParam("enterprise_collab",'semantic_index_testdrive', semantic_index_testdrive)
- index_updater_path = os.path.join(scenario.dut_exec_path, "IndexUpdater.exe")
- update_command = f'add "{semantic_index_testdrive}"'
- semantic_index_update_result = scenario._call([index_updater_path, update_command])
- logging.info("Semantic Index Update Result: %s", semantic_index_update_result)
- abl_docs_dir = os.path.join("scenarios", "abl_resources", "abl_docs")
- for filename in os.listdir(abl_docs_dir):
- filepath = os.path.join(abl_docs_dir, filename)
- if os.path.isfile(filepath):
- scenario._upload(filepath, semantic_index_testdrive)
- logging.info("Uploaded %s to semantic_index_testdrive", filename)
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/default_params.py b/scenarios/windows/_library/enterprise_collab/semantic_search_setup/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.json b/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.json
deleted file mode 100644
index b65151f2..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-10",
- "description": "Semantic Search Setup",
- "enabled": true,
- "id": "1HH3A7K",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Semantic Search Setup",
- "enabled": true,
- "file_name": [
- "code_1HH3AE9.py"
- ],
- "id": "1HH3AE9",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.py b/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.py
deleted file mode 100644
index 8aa6440c..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_setup/semantic_search_setup.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class SemanticSearchSetup(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "semantic_search_setup.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/__init__.py b/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/__init__.py
deleted file mode 100644
index 6e14e6bd..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .semantic_search_teardown import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/code_1HH3EXW.py b/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/code_1HH3EXW.py
deleted file mode 100644
index 2f81937d..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/code_1HH3EXW.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import os
-import logging
-
-from parameters import Params
-
-def run(scenario):
- logging.debug('Executing code block: code_1HH3EXW.py')
- semantic_search_dir = Params.get('enterprise_collab','semantic_index_testdrive')
- index_updater_path = os.path.join(scenario.dut_exec_path, "IndexUpdater.exe")
- update_command = f'remove "{semantic_search_dir}"'
- logging.info("Remove Command %s",update_command)
- semantic_index_update_result = scenario._call([index_updater_path, update_command])
- logging.info("Semantic Index Update Result: %s", semantic_index_update_result)
- scenario._remote_make_dir(semantic_search_dir, True)
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/default_params.py b/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.json b/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.json
deleted file mode 100644
index 86d3fa5a..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-10",
- "description": "Semantic Index Teardown",
- "enabled": true,
- "id": "1HH3EX1",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Semantic Index Teardown",
- "enabled": true,
- "file_name": [
- "code_1HH3EXW.py"
- ],
- "id": "1HH3EXW",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.py b/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.py
deleted file mode 100644
index a7c0fc95..00000000
--- a/scenarios/windows/_library/enterprise_collab/semantic_search_teardown/semantic_search_teardown.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class SemanticSearchTeardown(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "semantic_search_teardown.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/__init__.py b/scenarios/windows/_library/enterprise_collab/snipping_tool/__init__.py
new file mode 100644
index 00000000..a35494d1
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/snipping_tool/__init__.py
@@ -0,0 +1 @@
+from .snipping_tool import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/default_params.py b/scenarios/windows/_library/enterprise_collab/snipping_tool/default_params.py
new file mode 100644
index 00000000..f8fbc648
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/snipping_tool/default_params.py
@@ -0,0 +1,16 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NXAM.png b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NXAM.png
new file mode 100644
index 00000000..aedf6c13
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NXAM.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NY43.png b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NY43.png
new file mode 100644
index 00000000..0bf6c13b
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9NY43.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P0VY.png b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P0VY.png
new file mode 100644
index 00000000..76c0d842
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P0VY.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P14M.png b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P14M.png
new file mode 100644
index 00000000..55e01879
Binary files /dev/null and b/scenarios/windows/_library/enterprise_collab/snipping_tool/image_1L9P14M.png differ
diff --git a/scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.json b/scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.json
new file mode 100644
index 00000000..19d48211
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.json
@@ -0,0 +1,136 @@
+[
+ {
+ "author": "idc",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-01-28",
+ "description": "",
+ "enabled": true,
+ "id": "1EE6FE8",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1R60F61",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LEKCYH",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "SnippingToolLaunch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Launch Snipping Tool",
+ "enabled": true,
+ "id": "1LEHK1R",
+ "text": "\ue03d\ue008s",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "Top Half",
+ "enabled": true,
+ "file_name": [
+ "image_1L9NXAM.png"
+ ],
+ "h": "0.489",
+ "id": "1L9NXAM",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.998",
+ "x": "0.000",
+ "y": "0.003"
+ },
+ {
+ "capture_id": "1L9NXAM",
+ "children": [],
+ "delay": "2",
+ "description": "Screen Select",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1L9NY43.png"
+ ],
+ "id": "1L9NY43",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "Top Half",
+ "enabled": true,
+ "file_name": [
+ "image_1L9P0VY.png"
+ ],
+ "h": "0.391",
+ "id": "1L9P0VY",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.995",
+ "x": "0.000",
+ "y": "0.000"
+ },
+ {
+ "capture_id": "1L9P0VY",
+ "children": [],
+ "delay": "2",
+ "description": "Capture Save to Clipboard",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1L9P14M.png"
+ ],
+ "id": "1L9P14M",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1R60F9N",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "invalid"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "invalid"
+ }
+ ],
+ "type": "Include"
+ }
+]
\ No newline at end of file
diff --git a/scenarios/windows/_library/web/web_run_mincp/web_run_mincp.py b/scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.py
similarity index 88%
rename from scenarios/windows/_library/web/web_run_mincp/web_run_mincp.py
rename to scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.py
index 59c886d9..1ae1d7fa 100644
--- a/scenarios/windows/_library/web/web_run_mincp/web_run_mincp.py
+++ b/scenarios/windows/_library/enterprise_collab/snipping_tool/snipping_tool.py
@@ -1,8 +1,8 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-import scenarios.app_scenario
-from parameters import Params
+import core.app_scenario
+from core.parameters import Params
import logging
import os
from . import default_params
@@ -10,7 +10,7 @@
# Description:
# Automatically generated standard scenario.
-class WebRunMincp(scenarios.app_scenario.Scenario):
+class SnippingTool(core.app_scenario.Scenario):
# Set default parameters:
default_params.run()
@@ -18,7 +18,7 @@ class WebRunMincp(scenarios.app_scenario.Scenario):
def setUp(self):
# Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "web_run_mincp.json")
+ actions_json = os.path.join(os.path.dirname(__file__), "snipping_tool.json")
self.actions = self.load_action_json(actions_json)
# Execute Setup actions, if they exist
@@ -27,7 +27,7 @@ def setUp(self):
self.run_actions(setup_action["children"])
# Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
+ core.app_scenario.Scenario.setUp(self)
def runTest(self):
@@ -36,7 +36,7 @@ def runTest(self):
if runtest_action is not None:
self.run_actions(runtest_action["children"])
return
-
+
# If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
setup_action = self._find_next_type("Setup", json=self.actions)
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -46,7 +46,7 @@ def runTest(self):
def tearDown(self):
# Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
+ core.app_scenario.Scenario.tearDown(self)
# Execute Teardown actions, if they exist
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -56,5 +56,4 @@ def tearDown(self):
def kill(self):
# In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/__init__.py b/scenarios/windows/_library/enterprise_collab/start_live_captions/__init__.py
deleted file mode 100644
index 263ce270..00000000
--- a/scenarios/windows/_library/enterprise_collab/start_live_captions/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .start_live_captions import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/default_params.py b/scenarios/windows/_library/enterprise_collab/start_live_captions/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/enterprise_collab/start_live_captions/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F15V0R.png b/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F15V0R.png
deleted file mode 100644
index dc037f73..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F15V0R.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16KFH.png b/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16KFH.png
deleted file mode 100644
index 2b5bc25c..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16KFH.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16L4V.png b/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16L4V.png
deleted file mode 100644
index 39b26bf8..00000000
Binary files a/scenarios/windows/_library/enterprise_collab/start_live_captions/image_1F16L4V.png and /dev/null differ
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.json b/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.json
deleted file mode 100644
index 4e3bc97b..00000000
--- a/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-02-09",
- "description": "",
- "enabled": true,
- "id": "1F15RT2",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Launch Live Captions",
- "enabled": true,
- "id": "1HKMW89",
- "text": "\ue03d\ue009l",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.py b/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.py
deleted file mode 100644
index 1ee76924..00000000
--- a/scenarios/windows/_library/enterprise_collab/start_live_captions/start_live_captions.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class StartLiveCaptions(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "start_live_captions.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/__init__.py b/scenarios/windows/_library/enterprise_collab/terminate_live_captions/__init__.py
deleted file mode 100644
index b334ee0e..00000000
--- a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .terminate_live_captions import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/code_1H3U9TM.py b/scenarios/windows/_library/enterprise_collab/terminate_live_captions/code_1H3U9TM.py
deleted file mode 100644
index 67f0ea45..00000000
--- a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/code_1H3U9TM.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1H3U9TM.py')
- scenario._kill("LiveCaptions.exe")
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/default_params.py b/scenarios/windows/_library/enterprise_collab/terminate_live_captions/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.json b/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.json
deleted file mode 100644
index e860e7df..00000000
--- a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "PantherLake",
- "children": [],
- "create_date": "2026-02-09",
- "description": "Close Live Captions",
- "enabled": true,
- "id": "1F15RT2",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Live Captions",
- "enabled": true,
- "file_name": [
- "code_1H3U9TM.py"
- ],
- "id": "1H3U9TM",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.py b/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.py
deleted file mode 100644
index 8323260a..00000000
--- a/scenarios/windows/_library/enterprise_collab/terminate_live_captions/terminate_live_captions.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class TerminateLiveCaptions(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "terminate_live_captions.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/type_to_search/__init__.py b/scenarios/windows/_library/enterprise_collab/type_to_search/__init__.py
new file mode 100644
index 00000000..5a9f6aab
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/type_to_search/__init__.py
@@ -0,0 +1 @@
+from .type_to_search import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_launch/default_params.py b/scenarios/windows/_library/enterprise_collab/type_to_search/default_params.py
similarity index 57%
rename from scenarios/windows/_library/enterprise_collab/copilot_launch/default_params.py
rename to scenarios/windows/_library/enterprise_collab/type_to_search/default_params.py
index a495fe95..3368b812 100644
--- a/scenarios/windows/_library/enterprise_collab/copilot_launch/default_params.py
+++ b/scenarios/windows/_library/enterprise_collab/type_to_search/default_params.py
@@ -1,17 +1,16 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\capture_taskbar')
- import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\start_launch')
+ return
diff --git a/scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.json b/scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.json
new file mode 100644
index 00000000..482cd591
--- /dev/null
+++ b/scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.json
@@ -0,0 +1,73 @@
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-05-07",
+ "description": "",
+ "enabled": true,
+ "id": "1LCFYW9",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH0CH",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH0LK",
+ "include_path": "scenarios\\windows\\_library\\misc\\start_launch",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LELH8K",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "StartQueryType"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Microsoft 365 Copilot",
+ "enabled": true,
+ "id": "1LCH0YW",
+ "text": "Microsoft\ue00d365\ue00dCopilot",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH1C0",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH1JT",
+ "include_path": "scenarios\\windows\\_library\\misc\\start_launch",
+ "type": "Include"
+ }
+]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.py b/scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.py
similarity index 88%
rename from scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.py
rename to scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.py
index d9132c32..2b2de4df 100644
--- a/scenarios/windows/_library/enterprise_collab/copilot_query/copilot_query.py
+++ b/scenarios/windows/_library/enterprise_collab/type_to_search/type_to_search.py
@@ -1,8 +1,8 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-import scenarios.app_scenario
-from parameters import Params
+import core.app_scenario
+from core.parameters import Params
import logging
import os
from . import default_params
@@ -10,7 +10,7 @@
# Description:
# Automatically generated standard scenario.
-class CopilotQuery(scenarios.app_scenario.Scenario):
+class TypeToSearch(core.app_scenario.Scenario):
# Set default parameters:
default_params.run()
@@ -18,7 +18,7 @@ class CopilotQuery(scenarios.app_scenario.Scenario):
def setUp(self):
# Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "copilot_query.json")
+ actions_json = os.path.join(os.path.dirname(__file__), "type_to_search.json")
self.actions = self.load_action_json(actions_json)
# Execute Setup actions, if they exist
@@ -27,7 +27,7 @@ def setUp(self):
self.run_actions(setup_action["children"])
# Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
+ core.app_scenario.Scenario.setUp(self)
def runTest(self):
@@ -36,7 +36,7 @@ def runTest(self):
if runtest_action is not None:
self.run_actions(runtest_action["children"])
return
-
+
# If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
setup_action = self._find_next_type("Setup", json=self.actions)
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -46,7 +46,7 @@ def runTest(self):
def tearDown(self):
# Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
+ core.app_scenario.Scenario.tearDown(self)
# Execute Teardown actions, if they exist
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -56,5 +56,4 @@ def tearDown(self):
def kill(self):
# In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
+ return
diff --git a/scenarios/windows/_library/misc/click_file_explorer/__init__.py b/scenarios/windows/_library/misc/click_file_explorer/__init__.py
deleted file mode 100644
index f4531934..00000000
--- a/scenarios/windows/_library/misc/click_file_explorer/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .click_file_explorer import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.json b/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.json
deleted file mode 100644
index cd71239b..00000000
--- a/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.json
+++ /dev/null
@@ -1,37 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-02",
- "description": "Click File Explorer icon on taskbar",
- "enabled": true,
- "id": "2B0001",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2B0002",
- "include_path": "scenarios\\windows\\_library\\misc\\capture_taskbar",
- "type": "Include"
- },
- {
- "capture_id": "TYH95X",
- "children": [],
- "delay": "2",
- "description": "File Explorer",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H2N106.png"
- ],
- "id": "1H2N106",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.py b/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.py
deleted file mode 100644
index 1e8bd461..00000000
--- a/scenarios/windows/_library/misc/click_file_explorer/click_file_explorer.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Click File Explorer icon on taskbar
-
-class ClickFileExplorer(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "click_file_explorer.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if not runtest_action and not setup_action and not teardown_action:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
diff --git a/scenarios/windows/_library/misc/click_file_explorer/image_1H2N106.png b/scenarios/windows/_library/misc/click_file_explorer/image_1H2N106.png
deleted file mode 100644
index b4d75024..00000000
Binary files a/scenarios/windows/_library/misc/click_file_explorer/image_1H2N106.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/__init__.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/__init__.py
deleted file mode 100644
index 67e019db..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .click_to_do_bg_blur import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.json b/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.json
deleted file mode 100644
index 37ea4739..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.json
+++ /dev/null
@@ -1,422 +0,0 @@
-[
- {
- "author": "Prachi Fulzele",
- "capture_device": "PTL_HP_13in",
- "children": [],
- "create_date": "2026-03-10",
- "description": "click to do background blur",
- "enabled": true,
- "id": "WEME2M",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Launch PDF",
- "enabled": true,
- "file_name": [
- "code_WEMJ0P.py"
- ],
- "id": "WEMJ0P",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for PDF Load",
- "enabled": true,
- "id": "WEMJJC",
- "type": "Delay"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Image Edit",
- "enabled": true,
- "id": "X00WW3",
- "type": "Comment"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Launch Click To Do Image Edit",
- "enabled": true,
- "id": "WXT902",
- "text": "\ue03dq",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Capture Click To Do Window",
- "enabled": true,
- "file_name": [
- "image_WEN2LV.png"
- ],
- "h": "1",
- "id": "WEN2LV",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "WEN2LV",
- "children": [],
- "delay": "2",
- "description": "Select Image",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_WEN2YV.png"
- ],
- "id": "WEN2YV",
- "match_threshold": "",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "WEN3N6",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Capture Options for Click To Do (images)",
- "enabled": true,
- "file_name": [
- "image_WEN36K.png"
- ],
- "h": "1",
- "id": "WEN36K",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "WEN36K",
- "children": [],
- "delay": "3",
- "description": "Select Blur background ",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_WEN3HX.png"
- ],
- "id": "WEN3HX",
- "match_threshold": "",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1HFT3T1",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Mazimize photos",
- "enabled": true,
- "id": "1HFKM1H",
- "text": "\ue00a\ue00dx",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Photos Window",
- "enabled": true,
- "file_name": [
- "image_WEN89F.png"
- ],
- "h": "0.847",
- "id": "WEN89F",
- "recapture": false,
- "type": "Capture",
- "w": "0.871",
- "x": "0.041",
- "y": "0.064"
- },
- {
- "capture_id": "WEN89F",
- "children": [],
- "delay": "2",
- "description": "Select Remove",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_WENLPU.png"
- ],
- "id": "WENLPU",
- "match_threshold": "",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for Background Remove",
- "enabled": true,
- "id": "WENLU5",
- "type": "Delay"
- },
- {
- "capture_id": "WEN89F",
- "children": [],
- "delay": "2",
- "description": "Select Replace",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_WENLYU.png"
- ],
- "id": "WENLYU",
- "match_threshold": "",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for Background Replace",
- "enabled": true,
- "id": "WENM1E",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Save options",
- "enabled": true,
- "file_name": [
- "image_1HFKP2N.png"
- ],
- "h": "0.700",
- "id": "1HFKP2N",
- "recapture": false,
- "type": "Capture",
- "w": "0.515",
- "x": "0.506",
- "y": "0.000"
- },
- {
- "capture_id": "1HFKP2N",
- "children": [],
- "delay": "2",
- "description": "Save options",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HFKPEA.png"
- ],
- "id": "1HFKPEA",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Save",
- "enabled": true,
- "file_name": [
- "image_1HFKPUT.png"
- ],
- "h": "0.621",
- "id": "1HFKPUT",
- "recapture": false,
- "type": "Capture",
- "w": "0.450",
- "x": "0.549",
- "y": "0.005"
- },
- {
- "capture_id": "1HFKPUT",
- "children": [],
- "delay": "2",
- "description": "Save as copy",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HFKR1U.png"
- ],
- "id": "1HFKR1U",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "id": "1HH0MP6",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "File save",
- "enabled": true,
- "file_name": [
- "image_1HFKUX8.png"
- ],
- "h": "0.525",
- "id": "1HFKUX8",
- "recapture": false,
- "type": "Capture",
- "w": "0.499",
- "x": "0.001",
- "y": "0.002"
- },
- {
- "children": [],
- "delay": "2",
- "description": "file path name",
- "enabled": true,
- "id": "1HFKUF6",
- "text": "C:\\abl_docs\\background_blur.jpg",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "capture_id": "1HFKUX8",
- "children": [],
- "delay": "2",
- "description": "save",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HFL5UK.png"
- ],
- "id": "1HFL5UK",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1HFKYK0",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "close photos",
- "enabled": true,
- "file_name": [
- "image_1HFKVRT.png"
- ],
- "h": "0.674",
- "id": "1HFKVRT",
- "recapture": false,
- "type": "Capture",
- "w": "0.435",
- "x": "0.569",
- "y": "0.002"
- },
- {
- "capture_id": "1HFKVRT",
- "children": [],
- "delay": "2",
- "description": "Close Photos App",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1HFLA2W.png"
- ],
- "id": "1HFLA2W",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.873",
- "y": "0.500"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HT18NM",
- "type": "Try"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "file_name": [
- "code_1HT1AUY.py"
- ],
- "id": "1HT1AUY",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HT18NN",
- "type": "Except"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "file_name": [
- "code_1HT1CA0.py"
- ],
- "id": "1HT1CA0",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1HT18NP",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HT18NT",
- "type": "End Try"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.py
deleted file mode 100644
index f3e2d9a2..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/click_to_do_bg_blur.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class ClickToDoBgBlur(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "click_to_do_bg_blur.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1E1K8YM.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1E1K8YM.py
deleted file mode 100644
index 22ee7fe0..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1E1K8YM.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1E1K8YM.py')
- scenario._upload("utilities\\seattle_test.pdf", scenario.dut_exec_path)
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1AUY.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1AUY.py
deleted file mode 100644
index 0fd6929d..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1AUY.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HT1AUY.py')
- logging.warning('Click to do Failed')
- scenario._kill('mspaint.exe Photos.exe')
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1CA0.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1CA0.py
deleted file mode 100644
index 84b57b68..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_1HT1CA0.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HT1CA0.py')
- logging.info('Click to do Executed Successfully')
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WEMJ0P.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WEMJ0P.py
deleted file mode 100644
index 7c10c99a..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WEMJ0P.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import logging
-import os
-
-def run(scenario):
- logging.debug('Executing code block: code_WEMJ0P.py')
- scenario._call(["cmd.exe", "/C " + os.path.join(scenario.dut_exec_path, "seattle_test.pdf")], blocking=False, expected_exit_code="")
- logging.info(os.path.join(scenario.dut_exec_path, "seattle_test.pdf"))
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WENW7R.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WENW7R.py
deleted file mode 100644
index 13e22312..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/code_WENW7R.py
+++ /dev/null
@@ -1,21 +0,0 @@
-import logging
-import os
-
-def run(scenario):
- logging.debug('Executing code block: code_WENW7R.py')
- try:
- scenario._kill("Photos.exe")
- except:
- pass
- try:
- scenario._kill("msedge.exe")
- except:
- pass
-
- preferences_file = os.path.join("$env:userprofile", "AppData", "local", "Microsoft", "Edge", "User Data", "Default", "Preferences")
- scenario._call(["powershell.exe", '((Get-Content -path """' + preferences_file + '""" -Raw) -replace """Crashed""","""Normal""") | Set-Content -Path """' + preferences_file + '"""'], expected_exit_code="", fail_on_exception=False)
- background_blur_file = r"C:\abl_docs\background_blur.jpg"
- logging.info(f"Removing file {background_blur_file}")
- del_out = scenario._call(["cmd.exe", "/C del /F /Q \"" + background_blur_file + "\""], expected_exit_code="", fail_on_exception=False)
- if del_out:
- logging.warning(f"Could not delete {background_blur_file}, Kindly delete manually for next run")
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/default_params.py b/scenarios/windows/_library/misc/click_to_do_bg_blur/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/misc/click_to_do_bg_blur/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKP2N.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKP2N.png
deleted file mode 100644
index e5291633..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKP2N.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPEA.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPEA.png
deleted file mode 100644
index fb33c9f2..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPEA.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPUT.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPUT.png
deleted file mode 100644
index 6ee1061c..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKPUT.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKR1U.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKR1U.png
deleted file mode 100644
index ec2d3ceb..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKR1U.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKUX8.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKUX8.png
deleted file mode 100644
index 0793597d..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKUX8.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKVRT.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKVRT.png
deleted file mode 100644
index 1a6d04ab..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFKVRT.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFL5UK.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFL5UK.png
deleted file mode 100644
index b053c15c..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFL5UK.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFLA2W.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFLA2W.png
deleted file mode 100644
index aecf1651..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HFLA2W.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HH18WT.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HH18WT.png
deleted file mode 100644
index 45f51c2a..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_1HH18WT.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2LV.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2LV.png
deleted file mode 100644
index fdd40bc2..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2LV.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2YV.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2YV.png
deleted file mode 100644
index a72774c0..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN2YV.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN36K.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN36K.png
deleted file mode 100644
index 67fa7fe9..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN36K.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN3HX.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN3HX.png
deleted file mode 100644
index 6f6b1493..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN3HX.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN89F.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN89F.png
deleted file mode 100644
index 13a2a61d..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WEN89F.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLPU.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLPU.png
deleted file mode 100644
index 7b10ad09..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLPU.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLYU.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLYU.png
deleted file mode 100644
index 8e2be666..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WENLYU.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WXTMMA.png b/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WXTMMA.png
deleted file mode 100644
index d5f73fbf..00000000
Binary files a/scenarios/windows/_library/misc/click_to_do_bg_blur/image_WXTMMA.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/click_to_do_setup/__init__.py b/scenarios/windows/_library/misc/click_to_do_setup/__init__.py
deleted file mode 100644
index cd9122d1..00000000
--- a/scenarios/windows/_library/misc/click_to_do_setup/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .click_to_do_setup import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.json b/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.json
deleted file mode 100644
index 21601ba9..00000000
--- a/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-10",
- "description": "",
- "enabled": true,
- "id": "1HFYW25",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "file_name": [
- "code_1HFYWKT.py"
- ],
- "id": "1HFYWKT",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.py b/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.py
deleted file mode 100644
index eda893c3..00000000
--- a/scenarios/windows/_library/misc/click_to_do_setup/click_to_do_setup.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class ClickToDoSetup(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "click_to_do_setup.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_setup/code_1HFYWKT.py b/scenarios/windows/_library/misc/click_to_do_setup/code_1HFYWKT.py
deleted file mode 100644
index fc4f899e..00000000
--- a/scenarios/windows/_library/misc/click_to_do_setup/code_1HFYWKT.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1HFYWKT.py')
- scenario._upload("utilities\\seattle_test.pdf", scenario.dut_exec_path)
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_setup/default_params.py b/scenarios/windows/_library/misc/click_to_do_setup/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/misc/click_to_do_setup/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/misc/click_to_do_teardown/__init__.py b/scenarios/windows/_library/misc/click_to_do_teardown/__init__.py
deleted file mode 100644
index f7ce18d4..00000000
--- a/scenarios/windows/_library/misc/click_to_do_teardown/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .click_to_do_teardown import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.json b/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.json
deleted file mode 100644
index e0a51f5c..00000000
--- a/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-10",
- "description": "",
- "enabled": true,
- "id": "1HFYW3K",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "file_name": [
- "code_1HFYY67.py"
- ],
- "id": "1HFYY67",
- "type": "Code"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.py b/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.py
deleted file mode 100644
index b3ecb129..00000000
--- a/scenarios/windows/_library/misc/click_to_do_teardown/click_to_do_teardown.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class ClickToDoTeardown(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "click_to_do_teardown.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_teardown/code_1HFYY67.py b/scenarios/windows/_library/misc/click_to_do_teardown/code_1HFYY67.py
deleted file mode 100644
index 748a731a..00000000
--- a/scenarios/windows/_library/misc/click_to_do_teardown/code_1HFYY67.py
+++ /dev/null
@@ -1,12 +0,0 @@
-import logging
-import os
-
-def run(scenario):
- logging.debug('Executing code block: code_1HFYY67.py')
- preferences_file = os.path.join("$env:userprofile", "AppData", "local", "Microsoft", "Edge", "User Data", "Default", "Preferences")
- scenario._call(["powershell.exe", '((Get-Content -path """' + preferences_file + '""" -Raw) -replace """Crashed""","""Normal""") | Set-Content -Path """' + preferences_file + '"""'], expected_exit_code="", fail_on_exception=False)
- background_blur_file = r"C:\abl_docs\background_blur.jpg"
- logging.info(f"Removing file {background_blur_file}")
- del_out = scenario._call(["cmd.exe", "/C del /F /Q \"" + background_blur_file + "\""], expected_exit_code="", fail_on_exception=False)
- if del_out:
- logging.warning(f"Could not delete {background_blur_file}, Kindly delete manually for next run")
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_to_do_teardown/default_params.py b/scenarios/windows/_library/misc/click_to_do_teardown/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/misc/click_to_do_teardown/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/misc/close_file_explorer/__init__.py b/scenarios/windows/_library/misc/close_file_explorer/__init__.py
deleted file mode 100644
index fa43812c..00000000
--- a/scenarios/windows/_library/misc/close_file_explorer/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .close_file_explorer import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.json b/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.json
deleted file mode 100644
index d3bda1f8..00000000
--- a/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.json
+++ /dev/null
@@ -1,46 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-01-27",
- "description": "",
- "enabled": true,
- "id": "1EAWNN0",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "",
- "enabled": true,
- "file_name": [
- "image_1EPH9U3.png"
- ],
- "h": "0.170",
- "id": "1EPH9U3",
- "recapture": false,
- "type": "Capture",
- "w": "0.627",
- "x": "0.373",
- "y": "0.002"
- },
- {
- "capture_id": "1EPH9U3",
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1EPHAHN.png"
- ],
- "id": "1EPHAHN",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.795",
- "y": "0.500"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.py b/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.py
deleted file mode 100644
index a13d9622..00000000
--- a/scenarios/windows/_library/misc/close_file_explorer/close_file_explorer.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class CloseFileExplorer(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "close_file_explorer.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/close_file_explorer/default_params.py b/scenarios/windows/_library/misc/close_file_explorer/default_params.py
deleted file mode 100644
index a95a3469..00000000
--- a/scenarios/windows/_library/misc/close_file_explorer/default_params.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-import utilities.modules
-
-import_run_user_only = partial(utilities.modules.import_run_user_only, here=__file__)
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/misc/close_file_explorer/image_1EPH9U3.png b/scenarios/windows/_library/misc/close_file_explorer/image_1EPH9U3.png
deleted file mode 100644
index 207f1c03..00000000
Binary files a/scenarios/windows/_library/misc/close_file_explorer/image_1EPH9U3.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/close_file_explorer/image_1EPHAHN.png b/scenarios/windows/_library/misc/close_file_explorer/image_1EPHAHN.png
deleted file mode 100644
index 91238ab7..00000000
Binary files a/scenarios/windows/_library/misc/close_file_explorer/image_1EPHAHN.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/open_file_explorer/__init__.py b/scenarios/windows/_library/misc/open_file_explorer/__init__.py
deleted file mode 100644
index 09c23140..00000000
--- a/scenarios/windows/_library/misc/open_file_explorer/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .open_file_explorer import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/open_file_explorer/default_params.py b/scenarios/windows/_library/misc/open_file_explorer/default_params.py
deleted file mode 100644
index 46eeea00..00000000
--- a/scenarios/windows/_library/misc/open_file_explorer/default_params.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\start_app_launch')
- return
diff --git a/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.json b/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.json
deleted file mode 100644
index 35838270..00000000
--- a/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-03-01",
- "description": "",
- "enabled": true,
- "id": "1H1HY6X",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6TPUC",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "File Explorer"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": "FileExplorerLaunch"
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.py b/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.py
deleted file mode 100644
index 914e053b..00000000
--- a/scenarios/windows/_library/misc/open_file_explorer/open_file_explorer.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class OpenFileExplorer(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "open_file_explorer.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/start_app_launch/__init__.py b/scenarios/windows/_library/misc/start_app_launch/__init__.py
deleted file mode 100644
index e5606b5f..00000000
--- a/scenarios/windows/_library/misc/start_app_launch/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .start_app_launch import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/start_app_launch/default_params.py b/scenarios/windows/_library/misc/start_app_launch/default_params.py
deleted file mode 100644
index 6dae29c0..00000000
--- a/scenarios/windows/_library/misc/start_app_launch/default_params.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- Params.setDefault('start_app_launch', 'app_name', '', desc='', valOptions=[])
- Params.setDefault('start_app_launch', 'etw_event_tag', '', desc='', valOptions=[])
- Params.setDefault('start_app_launch', 'app_open_delay', '3', desc='', valOptions=[])
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
- return
diff --git a/scenarios/windows/_library/misc/start_app_launch/image_1E0WRCY.png b/scenarios/windows/_library/misc/start_app_launch/image_1E0WRCY.png
deleted file mode 100644
index e588100e..00000000
Binary files a/scenarios/windows/_library/misc/start_app_launch/image_1E0WRCY.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/start_app_launch/image_1E0WRLW.png b/scenarios/windows/_library/misc/start_app_launch/image_1E0WRLW.png
deleted file mode 100644
index c5e4bb05..00000000
Binary files a/scenarios/windows/_library/misc/start_app_launch/image_1E0WRLW.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/start_app_launch/start_app_launch.json b/scenarios/windows/_library/misc/start_app_launch/start_app_launch.json
deleted file mode 100644
index 574973a6..00000000
--- a/scenarios/windows/_library/misc/start_app_launch/start_app_launch.json
+++ /dev/null
@@ -1,195 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "PantherLake",
- "children": [],
- "create_date": "2026-01-20",
- "description": "Launch App from Start",
- "enabled": true,
- "id": "1E0WKHW",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1E0WLT9",
- "name": "[app_name]",
- "type": "Set Default",
- "val_options": "",
- "value": ""
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1H5NC95",
- "name": "[etw_event_tag]",
- "type": "Set Default",
- "val_options": "",
- "value": ""
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1H5NE48",
- "name": "[app_open_delay]",
- "type": "Set Default",
- "val_options": "",
- "value": "3"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HULWE6",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "StartMenuLaunch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Open Start Menu",
- "enabled": true,
- "id": "1E0WN0M",
- "text": "\ue03d",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HX9AE2",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "StartSearchQuery"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "App Name",
- "enabled": true,
- "id": "1E0WNMK",
- "text": "[app_name]",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "2",
- "description": "Hit Enter",
- "enabled": true,
- "id": "1H5NH83",
- "text": "\ue007",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H43P0T",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "[etw_event_tag]"
- }
- ],
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "!=",
- "id": "1H5NFCE",
- "left_term": "[etw_event_tag]",
- "right_term": "",
- "type": "If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "2",
- "description": "Hit Enter",
- "enabled": true,
- "id": "1H2K83T",
- "text": "\ue007",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1H5NHYT",
- "type": "Else"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H5NFCF",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "[app_open_delay]",
- "description": "Wait for App to open",
- "enabled": true,
- "id": "1H2RLL3",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Maximise Window",
- "enabled": true,
- "id": "1H2KNTK",
- "text": "\ue00a\ue00dx",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "!=",
- "id": "1E0WMFA",
- "left_term": "[app_name]",
- "right_term": "",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1E0WMFC",
- "type": "End If"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/start_app_launch/start_app_launch.py b/scenarios/windows/_library/misc/start_app_launch/start_app_launch.py
deleted file mode 100644
index a709531d..00000000
--- a/scenarios/windows/_library/misc/start_app_launch/start_app_launch.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class StartAppLaunch(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "start_app_launch.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/start_launch/__init__.py b/scenarios/windows/_library/misc/start_launch/__init__.py
new file mode 100644
index 00000000..a20d1976
--- /dev/null
+++ b/scenarios/windows/_library/misc/start_launch/__init__.py
@@ -0,0 +1 @@
+from .start_launch import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/click_file_explorer/default_params.py b/scenarios/windows/_library/misc/start_launch/default_params.py
similarity index 64%
rename from scenarios/windows/_library/misc/click_file_explorer/default_params.py
rename to scenarios/windows/_library/misc/start_launch/default_params.py
index bddea125..f3a8f818 100644
--- a/scenarios/windows/_library/misc/click_file_explorer/default_params.py
+++ b/scenarios/windows/_library/misc/start_launch/default_params.py
@@ -1,14 +1,17 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from core.parameters import Params
-from utilities.open_source.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\capture_taskbar')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\misc\\capture_taskbar')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
+ return
diff --git a/scenarios/windows/_library/misc/start_launch/image_1L9NM3A.png b/scenarios/windows/_library/misc/start_launch/image_1L9NM3A.png
new file mode 100644
index 00000000..715a4437
Binary files /dev/null and b/scenarios/windows/_library/misc/start_launch/image_1L9NM3A.png differ
diff --git a/scenarios/windows/_library/misc/start_launch/start_launch.json b/scenarios/windows/_library/misc/start_launch/start_launch.json
new file mode 100644
index 00000000..3aef015c
--- /dev/null
+++ b/scenarios/windows/_library/misc/start_launch/start_launch.json
@@ -0,0 +1,85 @@
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2026-05-06",
+ "description": "",
+ "enabled": true,
+ "id": "1L9NLAK",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1R608WU",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1L9NLEY",
+ "include_path": "scenarios\\windows\\_library\\misc\\capture_taskbar",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1R6094C",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "StartLaunch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "capture_id": "TYH95X",
+ "children": [],
+ "delay": "2",
+ "description": "Start Button",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1L9NM3A.png"
+ ],
+ "id": "1L9NM3A",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1R6090M",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "invalid"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "invalid"
+ }
+ ],
+ "type": "Include"
+ }
+]
\ No newline at end of file
diff --git a/scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.py b/scenarios/windows/_library/misc/start_launch/start_launch.py
similarity index 87%
rename from scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.py
rename to scenarios/windows/_library/misc/start_launch/start_launch.py
index 0668a40e..b714dec3 100644
--- a/scenarios/windows/_library/enterprise_collab/copilot_launch/copilot_launch.py
+++ b/scenarios/windows/_library/misc/start_launch/start_launch.py
@@ -1,8 +1,8 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-import scenarios.app_scenario
-from parameters import Params
+import core.app_scenario
+from core.parameters import Params
import logging
import os
from . import default_params
@@ -10,7 +10,7 @@
# Description:
# Automatically generated standard scenario.
-class CopilotLaunch(scenarios.app_scenario.Scenario):
+class StartLaunch(core.app_scenario.Scenario):
# Set default parameters:
default_params.run()
@@ -18,7 +18,7 @@ class CopilotLaunch(scenarios.app_scenario.Scenario):
def setUp(self):
# Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "copilot_launch.json")
+ actions_json = os.path.join(os.path.dirname(__file__), "start_launch.json")
self.actions = self.load_action_json(actions_json)
# Execute Setup actions, if they exist
@@ -27,7 +27,7 @@ def setUp(self):
self.run_actions(setup_action["children"])
# Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
+ core.app_scenario.Scenario.setUp(self)
def runTest(self):
@@ -36,7 +36,7 @@ def runTest(self):
if runtest_action is not None:
self.run_actions(runtest_action["children"])
return
-
+
# If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
setup_action = self._find_next_type("Setup", json=self.actions)
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -46,7 +46,7 @@ def runTest(self):
def tearDown(self):
# Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
+ core.app_scenario.Scenario.tearDown(self)
# Execute Teardown actions, if they exist
teardown_action = self._find_next_type("Teardown", json=self.actions)
@@ -56,5 +56,4 @@ def tearDown(self):
def kill(self):
# In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
+ return
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/__init__.py b/scenarios/windows/_library/misc/studio_effect_blur/__init__.py
deleted file mode 100644
index e4e80931..00000000
--- a/scenarios/windows/_library/misc/studio_effect_blur/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .studio_effect_blur import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/default_params.py b/scenarios/windows/_library/misc/studio_effect_blur/default_params.py
deleted file mode 100644
index 46eeea00..00000000
--- a/scenarios/windows/_library/misc/studio_effect_blur/default_params.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\misc\\start_app_launch')
- return
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVN48.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVN48.png
deleted file mode 100644
index 17deac43..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVN48.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVPAX.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVPAX.png
deleted file mode 100644
index db9e71be..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVPAX.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVT27.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVT27.png
deleted file mode 100644
index 2d84e7fc..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVVT27.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVWHYP.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1EVWHYP.png
deleted file mode 100644
index 791c5072..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVWHYP.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVYHJW.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1EVYHJW.png
deleted file mode 100644
index c31e111d..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1EVYHJW.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW45C1.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1FW45C1.png
deleted file mode 100644
index fe652870..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW45C1.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5LK5.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5LK5.png
deleted file mode 100644
index 31483d68..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5LK5.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5MRL.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5MRL.png
deleted file mode 100644
index 7af5ea67..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1FW5MRL.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1H2KVR7.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1H2KVR7.png
deleted file mode 100644
index 55ef49e0..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1H2KVR7.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1H2N5N9.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1H2N5N9.png
deleted file mode 100644
index 08fda20c..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1H2N5N9.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1H46RJR.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1H46RJR.png
deleted file mode 100644
index a93a1497..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1H46RJR.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/image_1H476YH.png b/scenarios/windows/_library/misc/studio_effect_blur/image_1H476YH.png
deleted file mode 100644
index 6a233a37..00000000
Binary files a/scenarios/windows/_library/misc/studio_effect_blur/image_1H476YH.png and /dev/null differ
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.json b/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.json
deleted file mode 100644
index f360463e..00000000
--- a/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.json
+++ /dev/null
@@ -1,300 +0,0 @@
-[
- {
- "author": "Prachi Fulzele",
- "capture_device": "PTL_HP_13in",
- "children": [],
- "create_date": "2026-02-06",
- "description": "",
- "enabled": true,
- "id": "1EVVKW8",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6KM8A",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "Camera Privacy Settings"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": "None"
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "id": "1H43NK0",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Camera Settings",
- "enabled": true,
- "file_name": [
- "image_1EVVN48.png"
- ],
- "h": "1",
- "id": "1EVVN48",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "direction": "down",
- "enabled": true,
- "id": "1EVVN7R",
- "type": "Scroll",
- "x": "0.766",
- "y": "0.484"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Camera device settings",
- "enabled": true,
- "file_name": [
- "image_1H2KVR7.png"
- ],
- "h": "1",
- "id": "1H2KVR7",
- "recapture": false,
- "type": "Capture",
- "w": "1",
- "x": "0",
- "y": "0"
- },
- {
- "capture_id": "1H2KVR7",
- "children": [],
- "delay": "2",
- "description": "Camera device settings",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H46RJR.png"
- ],
- "id": "1H46RJR",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Connected Cameras",
- "enabled": true,
- "file_name": [
- "image_1EVVPAX.png"
- ],
- "h": "0.616",
- "id": "1EVVPAX",
- "recapture": false,
- "type": "Capture",
- "w": "0.717",
- "x": "0.244",
- "y": "0.054"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "id": "1FJ7E88",
- "text": "\ue004\ue007",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.5",
- "description": "Background Effects enabled",
- "enabled": true,
- "file_name": [
- "image_1EVWHYP.png"
- ],
- "h": "0.418",
- "id": "1EVWHYP",
- "recapture": false,
- "type": "Capture",
- "w": "0.698",
- "x": "0.259",
- "y": "0.498"
- },
- {
- "capture_id": "1EVWHYP",
- "children": [],
- "delay": "2",
- "description": "Standard Blur enabled?",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1FW45C1.png"
- ],
- "h": "0.068",
- "id": "1FW45C1",
- "match_threshold": "",
- "scale": "",
- "type": "Check",
- "w": "0.263",
- "x": "0.310",
- "y": "0.779"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1FVMEHN",
- "type": "Try"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.5",
- "description": "Background effects",
- "enabled": true,
- "file_name": [
- "image_1H2N5N9.png"
- ],
- "h": "0.665",
- "id": "1H2N5N9",
- "recapture": false,
- "type": "Capture",
- "w": "0.991",
- "x": "0.007",
- "y": "0.277"
- },
- {
- "capture_id": "1H2N5N9",
- "children": [],
- "delay": "2",
- "description": "Background effects",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1H476YH.png"
- ],
- "id": "1H476YH",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.955",
- "y": "0.500"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "1FVMEHP",
- "type": "Except"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FVMEHR",
- "type": "On Success"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FVMEHT",
- "type": "End Try"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "Standard blur",
- "enabled": true,
- "file_name": [
- "image_1FW5LK5.png"
- ],
- "h": "0.465",
- "id": "1FW5LK5",
- "recapture": false,
- "type": "Capture",
- "w": "0.744",
- "x": "0.217",
- "y": "0.464"
- },
- {
- "capture_id": "1FW5LK5",
- "children": [],
- "delay": "2",
- "description": "Standard blur",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1EVVT27.png"
- ],
- "id": "1EVVT27",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.206",
- "y": "0.447"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "close",
- "enabled": true,
- "file_name": [
- "image_1FW5MRL.png"
- ],
- "h": "0.347",
- "id": "1FW5MRL",
- "recapture": false,
- "type": "Capture",
- "w": "0.407",
- "x": "0.591",
- "y": "0.001"
- },
- {
- "capture_id": "1FW5MRL",
- "children": [],
- "delay": "2",
- "description": "Close",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1EVYHJW.png"
- ],
- "id": "1EVYHJW",
- "match_threshold": "",
- "primary": true,
- "scale": "",
- "type": "Click",
- "x": "0.794",
- "y": "0.420"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.py b/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.py
deleted file mode 100644
index 57d082a1..00000000
--- a/scenarios/windows/_library/misc/studio_effect_blur/studio_effect_blur.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class StudioEffectBlur(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "studio_effect_blur.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/__init__.py b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/__init__.py
new file mode 100644
index 00000000..0a71ea90
--- /dev/null
+++ b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/__init__.py
@@ -0,0 +1 @@
+from .prod_outlook_run_minwin import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/default_params.py b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/default_params.py
new file mode 100644
index 00000000..69adae41
--- /dev/null
+++ b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/default_params.py
@@ -0,0 +1,16 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ Params.setDefault('prod_outlook_run_minwin', 'short_typing', '0', desc='', valOptions=['0', '1'])
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
+ return
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VJCVWH.png b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VJCVWH.png
new file mode 100644
index 00000000..252b68a0
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VJCVWH.png differ
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCEX4.png b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCEX4.png
new file mode 100644
index 00000000..c16750e4
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCEX4.png differ
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCFCK.png b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCFCK.png
new file mode 100644
index 00000000..9a45ad92
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VKCFCK.png differ
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VVXCYF.png b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VVXCYF.png
new file mode 100644
index 00000000..5a4ac9a8
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/image_VVXCYF.png differ
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.json b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.json
new file mode 100644
index 00000000..8dfcf969
--- /dev/null
+++ b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.json
@@ -0,0 +1,239 @@
+[
+ {
+ "author": "jewilder",
+ "capture_device": "Surface Laptop 7 15in, light theme, 150% scaling",
+ "children": [],
+ "create_date": "2025-02-28",
+ "description": "Outlook compose emails",
+ "enabled": true,
+ "id": "UN67LF",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "V2N136",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "PSECST00",
+ "name": "[short_typing]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Compose new mail",
+ "enabled": true,
+ "id": "UPWC04",
+ "type": "Comment"
+ },
+ {
+ "children": [],
+ "delay": "1",
+ "description": "New Email",
+ "enabled": true,
+ "file_name": [
+ "image_VKCEX4.png"
+ ],
+ "h": "0.168",
+ "id": "VKCEX4",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.165",
+ "x": "0.000",
+ "y": "0.000"
+ },
+ {
+ "capture_id": "VKCEX4",
+ "children": [],
+ "delay": "2",
+ "description": "New Email",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_VKCFCK.png"
+ ],
+ "id": "VKCFCK",
+ "match_threshold": "",
+ "primary": true,
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "4",
+ "description": "Recipient",
+ "enabled": true,
+ "id": "UPNEN8",
+ "text": "bogus@outlook.com",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [],
+ "delay": "1.5",
+ "description": "TAB-TAB-TAB",
+ "enabled": true,
+ "id": "V3V5XK",
+ "text": "\ue004\ue004\ue004",
+ "type": "Type",
+ "typing_delay": "400"
+ },
+ {
+ "children": [],
+ "delay": "4",
+ "description": "Subject",
+ "enabled": true,
+ "id": "UPNME6",
+ "text": "Manarola\ue00dtrip!\n",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "15",
+ "description": "Body (short)",
+ "enabled": true,
+ "id": "UPTF4S",
+ "text": "We\ue00dare\ue00dthrilled\ue00dto\ue00dhave\ue00dyou\ue00djoin\ue00dus\ue00don\ue00dthis\ue00dunforgettable\ue00djourney\ue00dto\ue00dManarola!\nGet\ue00dready\ue00dfor\ue00dstunning\ue00dviews\ue00dand\ue00dlocal\ue00dflavors.\n",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "PSECST01",
+ "left_term": "[short_typing]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "122",
+ "description": "Body",
+ "enabled": true,
+ "id": "UPTF4X",
+ "text": "We\ue00dare\ue00dthrilled\ue00dto\ue00dhave\ue00dyou\ue00djoin\ue00dus\ue00don\ue00dthis\ue00dunforgettable\ue00djourney\ue00dto\ue00dManarola,\ue00dthe\ue00djewel\ue00dof\ue00dCinque\ue00dTerre!\n\n\ue009b\ue009What\ue00dto\ue00dExpect:\n\n\ue009\ue008l\ue008\ue009Stunning\ue00dViews:\ue00d\ue00d\ue009b\ue009Get\ue00dready\ue00dfor\ue00dthe\ue00dpastel-hued\ue00dhouses\ue00dclinging\ue00dto\ue00dcliffs,\ue00doverlooking\ue00dthe\ue00dazure\ue00dMediterranean\ue00dSea.\nSunset\ue00dMagic:\ue00d\ue00dDo\ue00dnot\ue00dmiss\ue00dthe\ue00dNessun\ue00dDorma\ue00d-\ue00dthe\ue00dperfect\ue00dspot\ue00dto\ue00dsip\ue00dwine\ue00dwhile\ue00dwatching\ue00dthe\ue00dsun\ue00ddip\ue00dbehind\ue00dthe\ue00dvineyards.\nExplore:\ue00d\ue00dWander\ue00dthe\ue00dcharming\ue00dstreets,\ue00dswim\ue00din\ue00dcrystal-clear\ue00dwaters,\ue00dand\ue00dhike\ue00dthe\ue00dscenic\ue00dtrails.\nLocal\ue00dFlavors:\ue00d\ue00dIndulge\ue00din\ue00dfresh\ue00dseafood,\ue00dpest,\ue00dand\ue00dgelato.\n\n\nFeel\ue00dfree\ue00dto\ue00dreach\ue00dout\ue00dif\ue00dyou\ue00dhave\ue00dany\ue00dquestions.\ue00d\ue00dBuon\ue00dviaggio!\n",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "PSECST02",
+ "type": "Else"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "PSECST03",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Insert Captured Snippet",
+ "enabled": true,
+ "id": "UPW24R",
+ "type": "Comment"
+ },
+ {
+ "children": [],
+ "delay": "6.5",
+ "description": "Paste Snippet",
+ "enabled": true,
+ "id": "UPVYR4",
+ "text": "\ue009v",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Discard draft",
+ "enabled": true,
+ "id": "UPW52H",
+ "type": "Comment"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Close Message",
+ "enabled": true,
+ "id": "1LEHH46",
+ "text": "\ue00c",
+ "type": "Type",
+ "typing_delay": "[typing_delay]"
+ },
+ {
+ "children": [],
+ "delay": "1",
+ "description": "Discard",
+ "enabled": true,
+ "file_name": [
+ "image_VJCVWH.png"
+ ],
+ "h": "0.192",
+ "id": "VJCVWH",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.246",
+ "x": "0.381",
+ "y": "0.420"
+ },
+ {
+ "capture_id": "VJCVWH",
+ "children": [],
+ "delay": "2",
+ "description": "Discard",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_VVXCYF.png"
+ ],
+ "id": "VVXCYF",
+ "match_threshold": "",
+ "primary": true,
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "V2N15P",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "prod"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "run_outlook"
+ }
+ ],
+ "type": "Include"
+ }
+]
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.py b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.py
new file mode 100644
index 00000000..ed34af1a
--- /dev/null
+++ b/scenarios/windows/_library/productivity/prod_outlook_run_minwin/prod_outlook_run_minwin.py
@@ -0,0 +1,59 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+import core.app_scenario
+from core.parameters import Params
+import logging
+import os
+from . import default_params
+
+# Description:
+# Automatically generated standard scenario.
+
+class ProdOutlookRunMinwin(core.app_scenario.Scenario):
+ # Set default parameters:
+ default_params.run()
+
+ actions = None
+
+ def setUp(self):
+ # Load actions JSON.
+ actions_json = os.path.join(os.path.dirname(__file__), "prod_outlook_run_minwin.json")
+ self.actions = self.load_action_json(actions_json)
+
+ # Execute Setup actions, if they exist
+ setup_action = self._find_next_type("Setup", json=self.actions)
+ if setup_action is not None:
+ self.run_actions(setup_action["children"])
+
+ # Call base class setUp() to dump config, call tool callbacks, and start measurment
+ core.app_scenario.Scenario.setUp(self)
+
+
+ def runTest(self):
+ # Execute Run Test actions, if they exist
+ runtest_action = self._find_next_type("Run Test", json=self.actions)
+ if runtest_action is not None:
+ self.run_actions(runtest_action["children"])
+ return
+
+ # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
+ setup_action = self._find_next_type("Setup", json=self.actions)
+ teardown_action = self._find_next_type("Teardown", json=self.actions)
+ if runtest_action is None and setup_action is None and teardown_action is None:
+ self.run_actions(self.actions)
+
+
+ def tearDown(self):
+ # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
+ core.app_scenario.Scenario.tearDown(self)
+
+ # Execute Teardown actions, if they exist
+ teardown_action = self._find_next_type("Teardown", json=self.actions)
+ if teardown_action is not None:
+ self.run_actions(teardown_action["children"])
+
+
+ def kill(self):
+ # In case of scenario failure or termination, kill any applications left open here:
+ return
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/default_params.py b/scenarios/windows/_library/productivity/prod_powerpoint_close/default_params.py
index beaa1b7f..1b34f50c 100644
--- a/scenarios/windows/_library/productivity/prod_powerpoint_close/default_params.py
+++ b/scenarios/windows/_library/productivity/prod_powerpoint_close/default_params.py
@@ -1,13 +1,13 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from core.parameters import Params
-from utilities.open_source.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ return
+
+def run_user_only():
+ return
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM5X9.png b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM5X9.png
new file mode 100644
index 00000000..28d09844
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM5X9.png differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM62T.png b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM62T.png
new file mode 100644
index 00000000..1f7c866b
Binary files /dev/null and b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_1RLM62T.png differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA59H.png b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA59H.png
deleted file mode 100644
index 1ab6f633..00000000
Binary files a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA59H.png and /dev/null differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA5JV.png b/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA5JV.png
deleted file mode 100644
index 929a4cab..00000000
Binary files a/scenarios/windows/_library/productivity/prod_powerpoint_close/image_UTA5JV.png and /dev/null differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_close/prod_powerpoint_close.json b/scenarios/windows/_library/productivity/prod_powerpoint_close/prod_powerpoint_close.json
index 5ca69fa3..b9199097 100644
--- a/scenarios/windows/_library/productivity/prod_powerpoint_close/prod_powerpoint_close.json
+++ b/scenarios/windows/_library/productivity/prod_powerpoint_close/prod_powerpoint_close.json
@@ -1,46 +1,46 @@
-[
- {
- "author": "",
- "capture_device": "",
- "children": [],
- "create_date": "2025-03-02",
- "description": "Close PowerPoint",
- "enabled": true,
- "id": "UTA3P4",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "PowerPoint Close Button",
- "enabled": true,
- "file_name": [
- "image_UTA59H.png"
- ],
- "h": "0.042",
- "id": "UTA59H",
- "recapture": false,
- "type": "Capture",
- "w": "0.032",
- "x": "0.968",
- "y": "0.000"
- },
- {
- "capture_id": "UTA59H",
- "children": [],
- "delay": "1",
- "description": "PowerPoint Close Button",
- "edge_thresholds": "5,50",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_UTA5JV.png"
- ],
- "id": "UTA5JV",
- "match_threshold": "",
- "primary": true,
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- }
+[
+ {
+ "author": "",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2025-03-02",
+ "description": "Close PowerPoint",
+ "enabled": true,
+ "id": "UTA3P4",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "PowerPoint Close Button",
+ "enabled": true,
+ "file_name": [
+ "image_1RLM5X9.png"
+ ],
+ "h": "0.129",
+ "id": "1RLM5X9",
+ "recapture": false,
+ "type": "Capture",
+ "w": "0.088",
+ "x": "0.911",
+ "y": "0.002"
+ },
+ {
+ "capture_id": "1RLM5X9",
+ "children": [],
+ "delay": "2",
+ "description": "PowerPoint Close Button",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1RLM62T.png"
+ ],
+ "id": "1RLM62T",
+ "match_threshold": "",
+ "primary": true,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/__init__.py b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/__init__.py
deleted file mode 100644
index 583eec9c..00000000
--- a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .prod_powerpoint_open_file_explorer import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/default_params.py b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/default_params.py
deleted file mode 100644
index 90d34a87..00000000
--- a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/default_params.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- return
-
-def run_user_only():
- return
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1EPFPLW.png b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1EPFPLW.png
deleted file mode 100644
index 3a3a680b..00000000
Binary files a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1EPFPLW.png and /dev/null differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1H1J1M2.png b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1H1J1M2.png
deleted file mode 100644
index 467754a2..00000000
Binary files a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/image_1H1J1M2.png and /dev/null differ
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.json b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.json
deleted file mode 100644
index 08a5a397..00000000
--- a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.json
+++ /dev/null
@@ -1,50 +0,0 @@
-[
- {
- "author": "idc",
- "capture_device": "",
- "children": [],
- "create_date": "2026-02-03",
- "description": "powerpoint open from file explorer",
- "enabled": true,
- "id": "1EPFMAV",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Focus Address Bar",
- "enabled": true,
- "id": "1H2NXAT",
- "text": "\ue00ad",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Open Sample PPT",
- "enabled": true,
- "id": "1EPFR1M",
- "text": "[userprofile]\\onedrive\\abl_docs\\sample.pptx\ue007",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1H6LLF9",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Maximize Window",
- "enabled": true,
- "id": "1H6RP9Y",
- "text": "\ue00a\ue00dx",
- "type": "Type",
- "typing_delay": "[typing_delay]"
- }
-]
\ No newline at end of file
diff --git a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.py b/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.py
deleted file mode 100644
index b0333881..00000000
--- a/scenarios/windows/_library/productivity/prod_powerpoint_open_file_explorer/prod_powerpoint_open_file_explorer.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import scenarios.app_scenario
-from parameters import Params
-import logging
-import os
-from . import default_params
-
-# Description:
-# Automatically generated standard scenario.
-
-class ProdPowerpointOpenFileExplorer(scenarios.app_scenario.Scenario):
- # Set default parameters:
- default_params.run()
-
- actions = None
-
- def setUp(self):
- # Load actions JSON.
- actions_json = os.path.join(os.path.dirname(__file__), "prod_powerpoint_open_file_explorer.json")
- self.actions = self.load_action_json(actions_json)
-
- # Execute Setup actions, if they exist
- setup_action = self._find_next_type("Setup", json=self.actions)
- if setup_action is not None:
- self.run_actions(setup_action["children"])
-
- # Call base class setUp() to dump config, call tool callbacks, and start measurment
- scenarios.app_scenario.Scenario.setUp(self)
-
-
- def runTest(self):
- # Execute Run Test actions, if they exist
- runtest_action = self._find_next_type("Run Test", json=self.actions)
- if runtest_action is not None:
- self.run_actions(runtest_action["children"])
- return
-
- # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
- setup_action = self._find_next_type("Setup", json=self.actions)
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if runtest_action is None and setup_action is None and teardown_action is None:
- self.run_actions(self.actions)
-
-
- def tearDown(self):
- # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
- scenarios.app_scenario.Scenario.tearDown(self)
-
- # Execute Teardown actions, if they exist
- teardown_action = self._find_next_type("Teardown", json=self.actions)
- if teardown_action is not None:
- self.run_actions(teardown_action["children"])
-
-
- def kill(self):
- # In case of scenario failure or termination, kill any applications left open here:
-
- return
\ No newline at end of file
diff --git a/scenarios/windows/_library/web/web_run_mincp/__init__.py b/scenarios/windows/_library/web/web_run_mincp/__init__.py
deleted file mode 100644
index 8827ba0c..00000000
--- a/scenarios/windows/_library/web/web_run_mincp/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .web_run_mincp import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/web/web_run_minwin/__init__.py b/scenarios/windows/_library/web/web_run_minwin/__init__.py
new file mode 100644
index 00000000..ad0f73a1
--- /dev/null
+++ b/scenarios/windows/_library/web/web_run_minwin/__init__.py
@@ -0,0 +1 @@
+from .web_run_minwin import *
\ No newline at end of file
diff --git a/scenarios/windows/_library/web/web_run_mincp/default_params.py b/scenarios/windows/_library/web/web_run_minwin/default_params.py
similarity index 72%
rename from scenarios/windows/_library/web/web_run_mincp/default_params.py
rename to scenarios/windows/_library/web/web_run_minwin/default_params.py
index d8675cdb..5e4b1edf 100644
--- a/scenarios/windows/_library/web/web_run_mincp/default_params.py
+++ b/scenarios/windows/_library/web/web_run_minwin/default_params.py
@@ -1,54 +1,49 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from parameters import Params
-from utilities.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- Params.setDefault('web_run_mincp', 'load_only', '0', desc='', valOptions=['0', '1'])
- Params.setParam('web', 'tabs', '0')
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\Teams\\teams_switch_to')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\copilot_query')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\start_live_captions')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\terminate_live_captions')
- import_run_user_only('scenarios\\windows\\_library\\misc\\click_to_do_bg_blur')
- import_run_user_only('scenarios\\windows\\_library\\misc\\close_file_explorer')
- import_run_user_only('scenarios\\windows\\_library\\misc\\snipping_tool')
- import_run_user_only('scenarios\\windows\\_library\\misc\\start_app_launch')
- import_run_user_only('scenarios\\windows\\_library\\misc\\switchto_file_explorer')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_run')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_switchto')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_outlook_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_outlook_run')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_open_file_explorer')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_run')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_run')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_switchto')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_amazon_got')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_amazon_vacuum')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_images_apollo')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_images_london')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_search_belgium')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_search_super_bowl')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_instagram')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_reddit')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_the_verge')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_wikipedia')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_youtube_nasa')
- import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_youtube_tos')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_clear_cache')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_new_tab')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_switchto')
- Params.setUserDefault(None, 'web_workload', 'amazongot amazonvacuum googleimagesapollo googleimageslondon googlesearchbelgium googlesearchsuperbowl instagram reddit theverge wikipedia youtubenasa youtubetos', desc='Specific websites to run.', valOptions=['amazonbsg', 'amazongot', 'amazonvacuum', 'googleimagesapollo', 'googleimageslondon', 'googlesearchbelgium', 'googlesearchsuperbowl', 'instagram', 'reddit', 'theverge', 'wikipedia', 'youtubenasa', 'youtubetos'], multiple=True)
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ Params.setDefault('web_run_minwin', 'load_only', '0', desc='', valOptions=['0', '1'])
+ Params.setParam('web', 'tabs', '0')
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\file_explorer_launch')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\snipping_tool')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\type_to_search')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_open')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_run')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_excel_switchto')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_outlook_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_outlook_open')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_outlook_run_minwin')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_open')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_run')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_open')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_run')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_word_switchto')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_amazon_bsg')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_amazon_vacuum')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_images_apollo')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_images_london')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_search_belgium')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_google_search_super_bowl')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_instagram')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_reddit')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_the_verge')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_wikipedia')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_youtube_nasa')
+ import_run_user_only('scenarios\\windows\\_library\\web\\site\\web_site_youtube_tos')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_clear_cache')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_new_tab')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_switchto')
+ Params.setUserDefault(None, 'web_workload', 'amazonbsg amazonvacuum googleimagesapollo googleimageslondon googlesearchbelgium googlesearchsuperbowl instagram reddit theverge wikipedia youtubenasa youtubetos', desc='Specific websites to run.', valOptions=['amazonbsg', 'amazonvacuum', 'googleimagesapollo', 'googleimageslondon', 'googlesearchbelgium', 'googlesearchsuperbowl', 'instagram', 'reddit', 'theverge', 'wikipedia', 'youtubenasa', 'youtubetos'], multiple=True)
+ return
diff --git a/scenarios/windows/_library/web/web_run_mincp/web_run_mincp.json b/scenarios/windows/_library/web/web_run_minwin/web_run_minwin.json
similarity index 71%
rename from scenarios/windows/_library/web/web_run_mincp/web_run_mincp.json
rename to scenarios/windows/_library/web/web_run_minwin/web_run_minwin.json
index 73b02e5c..3ccd5faf 100644
--- a/scenarios/windows/_library/web/web_run_mincp/web_run_mincp.json
+++ b/scenarios/windows/_library/web/web_run_minwin/web_run_minwin.json
@@ -1,1444 +1,1146 @@
-[
- {
- "author": "jewilder",
- "capture_device": "Surface Laptop 7 15in, light theme, 150% scaling",
- "children": [],
- "create_date": "2025-02-15",
- "description": "Web browsing",
- "enabled": true,
- "id": "U14J6M",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "W13ELA",
- "name": "[load_only]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Specific websites to run.",
- "enabled": true,
- "id": "14FF8YK",
- "multiple": true,
- "name": "[web_workload]",
- "type": "Set User Default",
- "val_options": "amazonbsg,amazongot,amazonvacuum,googleimagesapollo,googleimageslondon,googlesearchbelgium,googlesearchsuperbowl,instagram,reddit,theverge,wikipedia,youtubenasa,youtubetos",
- "value": "amazongot amazonvacuum googleimagesapollo googleimageslondon googlesearchbelgium googlesearchsuperbowl instagram reddit theverge wikipedia youtubenasa youtubetos"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "13MN282",
- "name": "[web:tabs]",
- "type": "Set",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Requires web_replay parameters to be set by top-level scenario.",
- "enabled": true,
- "id": "UEWU87",
- "type": "Comment"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "U7CM1J",
- "include_path": "scenarios\\windows\\_library\\web\\web_clear_cache",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 1",
- "enabled": true,
- "id": "UEWW0U",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1V7AJ",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_reddit",
- "params": [
- {
- "name": "new_tab",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVKTT",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JW651",
- "left_term": "reddit",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JW652",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 2",
- "enabled": true,
- "id": "UEWW5W",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHEP5",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1V815",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_instagram",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVFMT",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JW6JK",
- "left_term": "instagram",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JW6JL",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 3",
- "enabled": true,
- "id": "UEWWAY",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHF41",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A93KF2",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_amazon_got",
- "params": [
- {
- "name": "new_tab",
- "val_options": "0, 1",
- "value": "0"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1A93KJH",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1A93JTC",
- "left_term": "amazongot",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1A93JTE",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 4",
- "enabled": true,
- "id": "19HVH5W",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHFJ6",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1V90X",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_amazon_vacuum",
- "params": [
- {
- "name": "new_tab",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVHK6",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JW8KJ",
- "left_term": "amazonvacuum",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JW8KK",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6JNYW",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "File Explorer"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": "FileExplorerLaunch"
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FXHRH8",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_open_file_explorer",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FXHYE6",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_run",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6JPHH",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "[userprofile]\\onedrive\\abl_docs\\FamilyBudget.xlsx"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": "ExcelLaunch"
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FXHU97",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_run",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "3",
- "enabled": true,
- "id": "1HEPN1V",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FXJTXM",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1H6X7Y5",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1FXHP79",
- "left_term": "productivity",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FXHP7A",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 5",
- "enabled": true,
- "id": "19HVHUF",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1V9F0",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_images_apollo",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "1"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "13JWH4A",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JW937",
- "left_term": "googleimagesapollo",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JW938",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 6",
- "enabled": true,
- "id": "19HVJ2T",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHH74",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1V9J1",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_images_london",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVJCA",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JW9H8",
- "left_term": "googleimageslondon",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JW9H9",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H2MH62",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\start_live_captions",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H2MJU7",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1H6X8K8",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H2MEEF",
- "left_term": "live_captions",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H2MEEH",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 7",
- "enabled": true,
- "id": "UEWWH8",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "110FT6A",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_youtube_tos",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "1"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- },
- {
- "name": "[enable_pause]",
- "val_options": "0,1",
- "value": "1"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "13JWHAJ",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWAA6",
- "left_term": "youtubetos",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWAA7",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1H2ML4U",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\terminate_live_captions",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1HEMKTA",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H2MK6H",
- "left_term": "live_captions",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H2MK6J",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6U664",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "[userprofile]\\onedrive\\abl_docs\\test_long_doc.docx"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": ""
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H28KCM",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_run",
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6JM1M",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1H6JM41",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "not in",
- "id": "1HE5RH2",
- "left_term": "copilot_query",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HE5RH4",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1FUNWTF",
- "left_term": "productivity",
- "right_term": "[enterprise_collab:mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FUNWTH",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HH4T37",
- "include_path": "scenarios\\windows\\_library\\misc\\click_to_do_bg_blur",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "",
- "enabled": true,
- "id": "1HJ0F1M",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HH4RJV",
- "left_term": "click_todo",
- "right_term": "[enterprise_collab:mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HH4RJW",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FUNXJX",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\copilot_query",
- "type": "Include"
- },
- {
- "children": [],
- "description": "",
- "enabled": false,
- "eval_method": "not in",
- "id": "1HJA7L7",
- "left_term": "click_todo",
- "right_term": "[enterprise_collab:mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": false,
- "id": "1HJA7L8",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1HJA867",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H6JL6V",
- "left_term": "copilot_query",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H6JL6X",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 8",
- "enabled": true,
- "id": "19HVJY5",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHJ72",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1VA6C",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_wikipedia",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVJL1",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWAN7",
- "left_term": "wikipedia",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWAN9",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H2MLHL",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\start_live_captions",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H3XUH8",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "",
- "enabled": true,
- "id": "1H6X96F",
- "type": "Delay"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H2ML8E",
- "left_term": "live_captions",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H2ML8F",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 9",
- "enabled": true,
- "id": "UEWWLJ",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1VATC",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_youtube_nasa",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "1"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "13JWHHC",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWC8X",
- "left_term": "youtubenasa",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWC8Y",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1H2MLVX",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\terminate_live_captions",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "",
- "enabled": true,
- "id": "1HEML6W",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HT28WL",
- "include_path": "scenarios\\windows\\_library\\Teams\\teams_switch_to",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Stay on Teams Call",
- "enabled": true,
- "id": "1HT2904",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HT299N",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H2MLPP",
- "left_term": "live_captions",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H2MLPR",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 10",
- "enabled": true,
- "id": "19HVK9J",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHJP9",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1VAWC",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_search_belgium",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19HVJRL",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWCAX",
- "left_term": "googlesearchbelgium",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWCAY",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 11",
- "enabled": true,
- "id": "UEWWT5",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CAHKA2",
- "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1VCC1",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_the_verge",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "0"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "13JWHLX",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWCHU",
- "left_term": "theverge",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWCHV",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Tab 12",
- "enabled": true,
- "id": "UEWWX4",
- "type": "Comment"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "W1VCPR",
- "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_search_super_bowl",
- "params": [
- {
- "name": "[new_tab]",
- "val_options": "0, 1",
- "value": "1"
- },
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "[load_only]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1CYR4RT",
- "name": "[web:tabs]",
- "type": "Increment",
- "value": "1"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "13JWCNK",
- "left_term": "googlesearchsuperbowl",
- "right_term": "[web:web_workload]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "13JWCNL",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HECJT4",
- "include_path": "scenarios\\windows\\_library\\misc\\snipping_tool",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6U7P7",
- "include_path": "scenarios\\windows\\_library\\misc\\start_app_launch",
- "params": [
- {
- "name": "[app_name]",
- "val_options": "",
- "value": "Outlook Classic"
- },
- {
- "name": "[etw_event_tag]",
- "val_options": "",
- "value": "OutlookLaunch"
- },
- {
- "name": "[app_open_delay]",
- "val_options": "",
- "value": "3"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6JTLL",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_outlook_run",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1H6JTTC",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_outlook_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6TX6",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6TPR",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6U3X",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6U6C",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6UEJ",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_switchto",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6UNH",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HFPFUF",
- "include_path": "scenarios\\windows\\_library\\misc\\switchto_file_explorer",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HE6VX4",
- "include_path": "scenarios\\windows\\_library\\misc\\close_file_explorer",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HFYLPM",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1H6JT03",
- "left_term": "productivity",
- "right_term": "[enterprise_collab:mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1H6JT04",
- "type": "End If"
- }
+[
+ {
+ "author": "jewilder",
+ "capture_device": "Surface Laptop 7 15in, light theme, 150% scaling",
+ "children": [],
+ "create_date": "2025-02-15",
+ "description": "Web browsing",
+ "enabled": true,
+ "id": "U14J6M",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "W13ELA",
+ "name": "[load_only]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Specific websites to run.",
+ "enabled": true,
+ "id": "14FF8YK",
+ "multiple": true,
+ "name": "[web_workload]",
+ "type": "Set User Default",
+ "val_options": "amazonbsg,amazonvacuum,googleimagesapollo,googleimageslondon,googlesearchbelgium,googlesearchsuperbowl,instagram,reddit,theverge,wikipedia,youtubenasa,youtubetos",
+ "value": "amazonbsg amazonvacuum googleimagesapollo googleimageslondon googlesearchbelgium googlesearchsuperbowl instagram reddit theverge wikipedia youtubenasa youtubetos"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "13MN282",
+ "name": "[web:tabs]",
+ "type": "Set",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Requires web_replay parameters to be set by top-level scenario.",
+ "enabled": true,
+ "id": "UEWU87",
+ "type": "Comment"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "U7CM1J",
+ "include_path": "scenarios\\windows\\_library\\web\\web_clear_cache",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 1",
+ "enabled": true,
+ "id": "UEWW0U",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9NWK",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_reddit",
+ "params": [
+ {
+ "name": "new_tab",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "20"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVKTT",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JW651",
+ "left_term": "reddit",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JW652",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 2",
+ "enabled": true,
+ "id": "UEWW5W",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHEP5",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9P5N",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_instagram",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "20"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVFMT",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JW6JK",
+ "left_term": "instagram",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JW6JL",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 3",
+ "enabled": true,
+ "id": "UEWWAY",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHF41",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1RKAVK3",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_amazon_bsg",
+ "params": [
+ {
+ "name": "new_tab",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1A93KJH",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1A93JTC",
+ "left_term": "amazonbsg",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1A93JTE",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 4",
+ "enabled": true,
+ "id": "19HVH5W",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHFJ6",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9R6U",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_amazon_vacuum",
+ "params": [
+ {
+ "name": "new_tab",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVHK6",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JW8KJ",
+ "left_term": "amazonvacuum",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JW8KK",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1L8MWR0",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_open",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1FXHYE6",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_run",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1L8MWJH",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_open",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1FXHU97",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_run",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "3",
+ "enabled": true,
+ "id": "1HEPN1V",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1FXJTXM",
+ "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "",
+ "enabled": true,
+ "id": "1H6X7Y5",
+ "type": "Delay"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1FXHP79",
+ "left_term": "productivity",
+ "right_term": "[minwin_workloads]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1FXHP7A",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 5",
+ "enabled": true,
+ "id": "19HVHUF",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9T2N",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_images_apollo",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "1"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "15"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "13JWH4A",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JW937",
+ "left_term": "googleimagesapollo",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JW938",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 6",
+ "enabled": true,
+ "id": "19HVJ2T",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHH74",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9TCT",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_images_london",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVJCA",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JW9H8",
+ "left_term": "googleimageslondon",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JW9H9",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 7",
+ "enabled": true,
+ "id": "UEWWH8",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9TMW",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_youtube_tos",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "1"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[enable_pause]",
+ "val_options": "0,1",
+ "value": "1"
+ },
+ {
+ "name": "[full_screen]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[duration]",
+ "val_options": "",
+ "value": "120"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "13JWHAJ",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWAA6",
+ "left_term": "youtubetos",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWAA7",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1L8MXVP",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_open",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1H28KCM",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_run",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1H6JM1M",
+ "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "",
+ "enabled": true,
+ "id": "1P5T1RC",
+ "type": "Delay"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1FUNWTF",
+ "left_term": "productivity",
+ "right_term": "[minwin_workloads]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1FUNWTH",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 8",
+ "enabled": true,
+ "id": "19HVJY5",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHJ72",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9U5E",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_wikipedia",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "15"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVJL1",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWAN7",
+ "left_term": "wikipedia",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWAN9",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 9",
+ "enabled": true,
+ "id": "UEWWLJ",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9V70",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_youtube_nasa",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "1"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "15"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "13JWHHC",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWC8X",
+ "left_term": "youtubenasa",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWC8Y",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1NA645R",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\file_explorer_launch",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1L8PHXP",
+ "left_term": "file_explorer",
+ "right_term": "[minwin_workloads]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1L8PHXR",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 10",
+ "enabled": true,
+ "id": "19HVK9J",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHJP9",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9VLW",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_search_belgium",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19HVJRL",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWCAX",
+ "left_term": "googlesearchbelgium",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWCAY",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 11",
+ "enabled": true,
+ "id": "UEWWT5",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CAHKA2",
+ "include_path": "scenarios\\windows\\_library\\web\\web_new_tab",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9VTY",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_the_verge",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "name": "[web_site_load_time]",
+ "val_options": "",
+ "value": "20"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "13JWHLX",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWCHU",
+ "left_term": "theverge",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWCHV",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Tab 12",
+ "enabled": true,
+ "id": "UEWWX4",
+ "type": "Comment"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LA9W9J",
+ "include_path": "scenarios\\windows\\_library\\web\\site\\web_site_google_search_super_bowl",
+ "params": [
+ {
+ "name": "[new_tab]",
+ "val_options": "0, 1",
+ "value": "0"
+ },
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1CYR4RT",
+ "name": "[web:tabs]",
+ "type": "Increment",
+ "value": "1"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "13JWCNK",
+ "left_term": "googlesearchsuperbowl",
+ "right_term": "[web:web_workload]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "13JWCNL",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCH9YN",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\type_to_search",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1NA640H",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\snipping_tool",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1L8MYJU",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_outlook_open",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1LCK742",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_outlook_run_minwin",
+ "params": [
+ {
+ "name": "[short_typing]",
+ "val_options": "0,1",
+ "value": "1"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1H6JTTC",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_outlook_close",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6TX6",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6TPR",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_excel_close",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6U3X",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6U6C",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_powerpoint_close",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6UEJ",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_switchto",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HE6UNH",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_word_close",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1HFYLPM",
+ "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1H6JT03",
+ "left_term": "productivity",
+ "right_term": "[minwin_workloads]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1H6JT04",
+ "type": "End If"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/_library/web/web_run_minwin/web_run_minwin.py b/scenarios/windows/_library/web/web_run_minwin/web_run_minwin.py
new file mode 100644
index 00000000..fa745589
--- /dev/null
+++ b/scenarios/windows/_library/web/web_run_minwin/web_run_minwin.py
@@ -0,0 +1,59 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+import core.app_scenario
+from core.parameters import Params
+import logging
+import os
+from . import default_params
+
+# Description:
+# Automatically generated standard scenario.
+
+class WebRunMinwin(core.app_scenario.Scenario):
+ # Set default parameters:
+ default_params.run()
+
+ actions = None
+
+ def setUp(self):
+ # Load actions JSON.
+ actions_json = os.path.join(os.path.dirname(__file__), "web_run_minwin.json")
+ self.actions = self.load_action_json(actions_json)
+
+ # Execute Setup actions, if they exist
+ setup_action = self._find_next_type("Setup", json=self.actions)
+ if setup_action is not None:
+ self.run_actions(setup_action["children"])
+
+ # Call base class setUp() to dump config, call tool callbacks, and start measurment
+ core.app_scenario.Scenario.setUp(self)
+
+
+ def runTest(self):
+ # Execute Run Test actions, if they exist
+ runtest_action = self._find_next_type("Run Test", json=self.actions)
+ if runtest_action is not None:
+ self.run_actions(runtest_action["children"])
+ return
+
+ # If no "Run Test", "Setup", or "Teardown" specified, then just execute the whole list
+ setup_action = self._find_next_type("Setup", json=self.actions)
+ teardown_action = self._find_next_type("Teardown", json=self.actions)
+ if runtest_action is None and setup_action is None and teardown_action is None:
+ self.run_actions(self.actions)
+
+
+ def tearDown(self):
+ # Call base class tearDown() to stop measurment, copy back data from DUT, and call tool callbacks
+ core.app_scenario.Scenario.tearDown(self)
+
+ # Execute Teardown actions, if they exist
+ teardown_action = self._find_next_type("Teardown", json=self.actions)
+ if teardown_action is not None:
+ self.run_actions(teardown_action["children"])
+
+
+ def kill(self):
+ # In case of scenario failure or termination, kill any applications left open here:
+ return
diff --git a/scenarios/windows/consumer_multitasker.py b/scenarios/windows/consumer_multitasker.py
new file mode 100644
index 00000000..12b669b9
--- /dev/null
+++ b/scenarios/windows/consumer_multitasker.py
@@ -0,0 +1,14 @@
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+import scenarios.windows.enterprise_collab
+from parameters import Params
+Params.setParam("enterprise_collab", "minwin_workloads", "productivity file_explorer")
+Params.setParam("enterprise_collab", "simple_office_launch", "0")
+
+class MinCP_Workload_All(scenarios.windows.enterprise_collab.EnterpriseCollab):
+ '''
+ Microsoft Teams video call with 9 bot participants.
+ Local camera and mic are on, other 9 participants are bots sending video and audio.
+ '''
+ pass
\ No newline at end of file
diff --git a/scenarios/windows/enterprise_collab/default_params.py b/scenarios/windows/enterprise_collab/default_params.py
index 4d056641..fbb206dd 100644
--- a/scenarios/windows/enterprise_collab/default_params.py
+++ b/scenarios/windows/enterprise_collab/default_params.py
@@ -1,44 +1,47 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from core.parameters import Params
-from utilities.open_source.modules import import_run_user_only
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- Params.setDefault('enterprise_collab', 'background_timers', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'background_teams', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'background_onedrive_copy', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'simple_office_launch', '0', desc='', valOptions=['1', '0'])
- Params.setParam(None, 'web_replay_run', '1')
- Params.setParam(None, 'phase_reporting', '1')
- Params.setDefault('enterprise_collab', 'perf_run', '0', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'file_explorer', '0', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'snipping_tool', '0', desc='', valOptions=['0', '1'])
- Params.setDefault('enterprise_collab', 'settings_app', '0', desc='', valOptions=['0', '1'])
- return
-
-def run_user_only():
- import_run_user_only('scenarios\\windows\\_library\\Teams\\teams_setup')
- import_run_user_only('scenarios\\windows\\_library\\Teams\\teams_teardown')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\diagnostics_disable')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\timers_setup')
- import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\timers_teardown')
- import_run_user_only('scenarios\\windows\\_library\\misc\\click_file_explorer')
- import_run_user_only('scenarios\\windows\\_library\\misc\\click_settings')
- import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
- import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
- import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_close')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_kill')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_open')
- import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_setup')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_check')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_close_tabs')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_kill')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_run_12')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_setup')
- import_run_user_only('scenarios\\windows\\_library\\web\\web_switchto')
- return
+# Copyright (c) Microsoft. All rights reserved.
+# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+from core.parameters import Params
+from utilities.open_source.modules import import_run_user_only
+
+def run():
+ Params.setCalculated('scenario_section', __package__.split('.')[-1])
+ run_user_only()
+ Params.setDefault('enterprise_collab', 'background_timers', '1', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'background_teams', '1', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'background_onedrive_copy', '1', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'simple_office_launch', '0', desc='', valOptions=['1', '0'])
+ Params.setParam(None, 'web_replay_run', '1')
+ Params.setParam(None, 'phase_reporting', '1')
+ Params.setDefault('enterprise_collab', 'perf_run', '0', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'file_explorer', '0', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'snipping_tool', '0', desc='', valOptions=['0', '1'])
+ Params.setDefault('enterprise_collab', 'settings_app', '0', desc='', valOptions=['0', '1'])
+ Params.setParam('teams', 'collect_MSTeams_Logs', '0')
+ return
+
+def run_user_only():
+ import_run_user_only('scenarios\\windows\\_library\\Teams\\teams_setup')
+ import_run_user_only('scenarios\\windows\\_library\\Teams\\teams_teardown')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\perf_setup')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\perf_teardown')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\timers_setup')
+ import_run_user_only('scenarios\\windows\\_library\\enterprise_collab\\timers_teardown')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\click_settings')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\etw_event_tag')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_begin')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\recording_phase_end')
+ import_run_user_only('scenarios\\windows\\_library\\misc\\switchto_file_explorer')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_close')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_kill')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_open')
+ import_run_user_only('scenarios\\windows\\_library\\productivity\\prod_setup')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_check')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_close_tabs')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_kill')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_run_12')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_run_minwin')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_setup')
+ import_run_user_only('scenarios\\windows\\_library\\web\\web_switchto')
+ Params.setUserDefault(None, 'minwin_workloads', '', desc='', valOptions=['live_captions', 'copilot_query', 'semantic_search', 'click_todo', 'studioeffect_blur', 'productivity', 'snipping_tool', 'file_explorer'], multiple=True)
+ return
diff --git a/scenarios/windows/enterprise_collab/enterprise_collab.json b/scenarios/windows/enterprise_collab/enterprise_collab.json
index b5098586..e31ec24f 100644
--- a/scenarios/windows/enterprise_collab/enterprise_collab.json
+++ b/scenarios/windows/enterprise_collab/enterprise_collab.json
@@ -1,1115 +1,1158 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2025-12-02",
- "description": "Enterprise Collaborator",
- "enabled": true,
- "id": "19K3NWN",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5VMA",
- "name": "[background_timers]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5VX0",
- "name": "[background_teams]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5WA4",
- "name": "[background_onedrive_copy]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19MUEJ4",
- "name": "[simple_office_launch]",
- "type": "Set Default",
- "val_options": "1,0",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K7X90",
- "name": "[web_replay_run]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K7XML",
- "name": "[phase_reporting]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1EN17N6",
- "name": "[perf_run]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "2D0001",
- "name": "[file_explorer]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "2D0003",
- "name": "[snipping_tool]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "2D0004",
- "name": "[settings_app]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1EUEJYP",
- "name": "[simple_office_launch]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Upload Perf Files",
- "enabled": true,
- "file_name": [
- "code_1EN194J.py"
- ],
- "id": "1EN194J",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1EN18UV",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable",
- "type": "Include"
- },
- {
- "children": [],
- "command": "cmd /c net stop DiagTrack && net start DiagTrack",
- "delay": "2",
- "description": "Restart DiagTrack",
- "enabled": true,
- "id": "1EPL382",
- "type": "Command"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1EN189V",
- "left_term": "[perf_run]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1EN189W",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "command": "cmd /c if not exist \"%USERPROFILE%\\Desktop\\test.txt\" echo test > \"%USERPROFILE%\\Desktop\\Test.txt\"",
- "delay": "2",
- "description": "Create test.txt on Desktop for context menu test",
- "enabled": true,
- "id": "2D0010",
- "type": "Command"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "2D0011",
- "left_term": "[file_explorer]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "2D0012",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A7H33K",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K410A",
- "left_term": "[background_timers]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K410C",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19V8920",
- "name": "[teams:number_of_bots]",
- "type": "Set",
- "value": "9"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K4CEU",
- "include_path": "scenarios\\windows\\_library\\Teams\\teams_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K41HR",
- "left_term": "[background_teams]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K41HT",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Clean Up and Create Large Files",
- "enabled": true,
- "file_name": [
- "code_1CYAE3L.py"
- ],
- "id": "1CYAE3L",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1CYAAKV",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1CYAAKW",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K4E5H",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUF2P",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUF2R",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K3TWR",
- "type": "Setup"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Powershell Download",
- "enabled": true,
- "file_name": [
- "code_19K4MXK.py"
- ],
- "id": "19K4MXK",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Upload Large Files",
- "enabled": true,
- "file_name": [
- "code_1CYAENL.py"
- ],
- "id": "1CYAENL",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K5HEY",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K5HF0",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "10",
- "description": "",
- "enabled": true,
- "id": "1A4X1TN",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A4W5AL",
- "include_path": "scenarios\\windows\\_library\\web\\web_setup",
- "params": [
- {
- "name": "[disable_delay]",
- "val_options": "0,1",
- "value": "1"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K57MP",
- "include_path": "scenarios\\windows\\_library\\web\\web_run_12",
- "params": [
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "0"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1JP44RV",
- "include_path": "scenarios\\windows\\_library\\web\\web_check",
- "params": [
- {
- "name": "[youtube_duration]",
- "val_options": "",
- "value": "90"
- }
- ],
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5834",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_open",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K59V7",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CFNENY",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUFJ9",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUFJC",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D1000",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D1001",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "FileExplorerLaunch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D1002",
- "include_path": "scenarios\\windows\\_library\\misc\\click_file_explorer",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for File Explorer to fully render",
- "enabled": true,
- "id": "2D1003",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D1004",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
- "params": [
- {
- "name": "[phase_category]",
- "val_options": "",
- "value": "app_launch"
- },
- {
- "name": "[phase_name]",
- "val_options": "",
- "value": "file_explorer_launch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Wait after FE render",
- "enabled": true,
- "id": "2D1005",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "1",
- "description": "",
- "enabled": true,
- "id": "2D2000",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Navigate to Desktop via Ctrl+L",
- "enabled": true,
- "id": "2D2001",
- "text": "\ue009l",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Type Desktop path and press Enter",
- "enabled": true,
- "id": "2D2002",
- "text": "[userprofile]\\Desktop\ue007",
- "type": "Type",
- "typing_delay": "50"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Wait for Desktop folder to load",
- "enabled": true,
- "id": "2D2003",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.5",
- "description": "File Explorer content area",
- "enabled": true,
- "file_name": [
- "image_fe_content.png"
- ],
- "h": "0.800",
- "id": "2D2004",
- "recapture": true,
- "type": "Capture",
- "w": "0.800",
- "x": "0.100",
- "y": "0.100"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D2005",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "ContextMenuOpen"
- }
- ],
- "type": "Include"
- },
- {
- "capture_id": "2D2004",
- "children": [],
- "delay": "2",
- "description": "Right click on test.txt",
- "enabled": true,
- "exception_on": "No match",
- "file_name": [
- "image_1J5C9RW.png"
- ],
- "id": "1J5C9RW",
- "match_threshold": "",
- "primary": false,
- "scale": "",
- "type": "Click",
- "x": "0.500",
- "y": "0.500"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for Context Menu to render",
- "enabled": true,
- "id": "2D2007",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "1",
- "description": "",
- "enabled": true,
- "id": "2D2008",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
- "params": [
- {
- "name": "[phase_category]",
- "val_options": "",
- "value": "app_launch"
- },
- {
- "name": "[phase_name]",
- "val_options": "",
- "value": "context_menu"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Dismiss context menu via Escape",
- "enabled": true,
- "id": "2D2009",
- "text": "\ue00c",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "2",
- "description": "Close File Explorer via Alt+F4",
- "enabled": true,
- "id": "2D200A",
- "text": "\ue00a\ue034",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Wait after close",
- "enabled": true,
- "id": "2D200B",
- "type": "Delay"
- }
- ],
- "description": "File Explorer launch + Context Menu",
- "enabled": true,
- "eval_method": "==",
- "id": "2D1010",
- "left_term": "[file_explorer]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "2D1011",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D3000",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D3001",
- "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
- "params": [
- {
- "name": "[event_tag]",
- "val_options": "",
- "value": "SnippingToolLaunch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Launch Snipping Tool via Win+Shift+S",
- "enabled": true,
- "id": "2D3002",
- "text": "\ue03d\ue008s",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for Snipping Tool overlay to appear",
- "enabled": true,
- "id": "2D3003",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D3004",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
- "params": [
- {
- "name": "[phase_category]",
- "val_options": "",
- "value": "app_launch"
- },
- {
- "name": "[phase_name]",
- "val_options": "",
- "value": "snipping_tool_launch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Dismiss Snipping Tool overlay via Escape",
- "enabled": true,
- "id": "2D3005",
- "text": "\ue00c",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Wait after dismiss",
- "enabled": true,
- "id": "2D3006",
- "type": "Delay"
- }
- ],
- "description": "Snipping Tool via Win+Shift+S",
- "enabled": true,
- "eval_method": "==",
- "id": "2D3010",
- "left_term": "[snipping_tool]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "2D3011",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D4000",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
- "type": "Include"
- },
- {
- "children": [],
- "command": "cmd /c taskkill /f /im SystemSettings.exe >nul 2>&1",
- "delay": "3",
- "description": "Kill Settings to force cold launch",
- "enabled": true,
- "id": "2D4006",
- "type": "Command"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D4001",
- "include_path": "scenarios\\windows\\_library\\misc\\click_settings",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "5",
- "description": "Wait for Settings App to fully render (Home page)",
- "enabled": true,
- "id": "2D4002",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "2D4003",
- "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
- "params": [
- {
- "name": "[phase_category]",
- "val_options": "",
- "value": "app_launch"
- },
- {
- "name": "[phase_name]",
- "val_options": "",
- "value": "settings_app_launch"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Close Settings App via Alt+F4",
- "enabled": true,
- "id": "2D4004",
- "text": "\ue00a\ue034",
- "type": "Type",
- "typing_delay": "100"
- },
- {
- "children": [],
- "delay": "3",
- "description": "Wait after close",
- "enabled": true,
- "id": "2D4005",
- "type": "Delay"
- }
- ],
- "description": "Settings App launch from search",
- "enabled": true,
- "eval_method": "==",
- "id": "2D4010",
- "left_term": "[settings_app]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "2D4011",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K59KV",
- "include_path": "scenarios\\windows\\_library\\web\\web_close_tabs",
- "params": [
- {
- "name": "[num_tabs_to_close]",
- "val_options": "",
- "value": "[web:tabs]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Powershell Download",
- "enabled": true,
- "file_name": [
- "code_19K5K7L.py"
- ],
- "id": "19K5K7L",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Onedrive Upload",
- "enabled": true,
- "file_name": [
- "code_19K5L2R.py"
- ],
- "id": "19K5L2R",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K5J8C",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K5J8E",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K42E3",
- "type": "Run Test"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A7H8T4",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19L6CT3",
- "left_term": "[background_timers]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19L6CT4",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5ENF",
- "include_path": "scenarios\\windows\\_library\\web\\web_kill",
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5FCT",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_kill",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUFWM",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUFWN",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K8C22",
- "include_path": "scenarios\\windows\\_library\\Teams\\teams_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19L6E7K",
- "left_term": "[background_teams]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19L6E7L",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "20",
- "description": "15",
- "enabled": true,
- "id": "1EUEFL4",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Delete Perf Files",
- "enabled": true,
- "file_name": [
- "code_1EN1A44.py"
- ],
- "id": "1EN1A44",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1EN1A1W",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_disable",
- "type": "Include"
- },
- {
- "children": [],
- "command": "cmd /c net stop DiagTrack && net start DiagTrack",
- "delay": "2",
- "description": "Restart DiagTrack",
- "enabled": true,
- "id": "1EPL51E",
- "type": "Command"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1EN19HM",
- "left_term": "[perf_run]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1EN19HN",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K42JX",
- "type": "Teardown"
- }
+[
+ {
+ "author": "dasashutosh",
+ "capture_device": "",
+ "children": [],
+ "create_date": "2025-12-02",
+ "description": "Enterprise Collaborator",
+ "enabled": true,
+ "id": "19K3NWN",
+ "type": "Information"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5VMA",
+ "name": "[background_timers]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5VX0",
+ "name": "[background_teams]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5WA4",
+ "name": "[background_onedrive_copy]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19MUEJ4",
+ "name": "[simple_office_launch]",
+ "type": "Set Default",
+ "val_options": "1,0",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1N9VK08",
+ "multiple": true,
+ "name": "[minwin_workloads]",
+ "type": "Set User Default",
+ "val_options": "live_captions,copilot_query,semantic_search,click_todo,studioeffect_blur,productivity,snipping_tool,file_explorer",
+ "value": ""
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19K7X90",
+ "name": "[web_replay_run]",
+ "type": "Set",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19K7XML",
+ "name": "[phase_reporting]",
+ "type": "Set",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1EN17N6",
+ "name": "[perf_run]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "2D0001",
+ "name": "[file_explorer]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "2D0003",
+ "name": "[snipping_tool]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "2D0004",
+ "name": "[settings_app]",
+ "type": "Set Default",
+ "val_options": "0,1",
+ "value": "0"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1RMA581",
+ "name": "[teams:collect_MSTeams_Logs]",
+ "type": "Set",
+ "value": "0"
+ },
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "1EUEJYP",
+ "name": "[simple_office_launch]",
+ "type": "Set",
+ "value": "1"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1N9W8VE",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\perf_setup",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "1EN189V",
+ "left_term": "[perf_run]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1EN189W",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "command": "cmd /c if not exist \"%USERPROFILE%\\Desktop\\test.txt\" echo test > \"%USERPROFILE%\\Desktop\\Test.txt\"",
+ "delay": "2",
+ "description": "Create test.txt on Desktop for context menu test",
+ "enabled": true,
+ "id": "2D0010",
+ "type": "Command"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "2D0011",
+ "left_term": "[file_explorer]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "2D0012",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1A7H33K",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_setup",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19K410A",
+ "left_term": "[background_timers]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19K410C",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "",
+ "enabled": true,
+ "id": "19V8920",
+ "name": "[teams:number_of_bots]",
+ "type": "Set",
+ "value": "9"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K4CEU",
+ "include_path": "scenarios\\windows\\_library\\Teams\\teams_setup",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19K41HR",
+ "left_term": "[background_teams]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19K41HT",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Clean Up and Create Large Files",
+ "enabled": true,
+ "file_name": [
+ "code_1CYAE3L.py"
+ ],
+ "id": "1CYAE3L",
+ "type": "Code"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "1CYAAKV",
+ "left_term": "[background_onedrive_copy]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1CYAAKW",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K4E5H",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_setup",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19MUF2P",
+ "left_term": "[simple_office_launch]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19MUF2R",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1N9WNHN",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_setup",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "in",
+ "id": "1N9WMX0",
+ "left_term": "productivity",
+ "right_term": "[minwin_workloads]",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1N9WMX1",
+ "type": "End If"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19K3TWR",
+ "type": "Setup"
+ },
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Powershell Download",
+ "enabled": true,
+ "file_name": [
+ "code_19K4MXK.py"
+ ],
+ "id": "19K4MXK",
+ "type": "Code"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Upload Large Files",
+ "enabled": true,
+ "file_name": [
+ "code_1CYAENL.py"
+ ],
+ "id": "1CYAENL",
+ "type": "Code"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19K5HEY",
+ "left_term": "[background_onedrive_copy]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19K5HF0",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "10",
+ "description": "",
+ "enabled": true,
+ "id": "1A4X1TN",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1A4W5AL",
+ "include_path": "scenarios\\windows\\_library\\web\\web_setup",
+ "params": [
+ {
+ "name": "[disable_delay]",
+ "val_options": "0,1",
+ "value": "1"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1NA525H",
+ "include_path": "scenarios\\windows\\_library\\web\\web_run_minwin",
+ "params": [
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "!=",
+ "id": "1NA50YH",
+ "left_term": "[minwin_workloads]",
+ "right_term": "",
+ "type": "If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K57MP",
+ "include_path": "scenarios\\windows\\_library\\web\\web_run_12",
+ "params": [
+ {
+ "name": "[load_only]",
+ "val_options": "0,1",
+ "value": "0"
+ }
+ ],
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "1NA51PH",
+ "type": "Else"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1NA50YJ",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1JP44RV",
+ "include_path": "scenarios\\windows\\_library\\web\\web_check",
+ "params": [
+ {
+ "name": "[youtube_duration]",
+ "val_options": "",
+ "value": "90"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5834",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_open",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K59V7",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_close",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1CFNENY",
+ "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19MUFJ9",
+ "left_term": "[simple_office_launch]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19MUFJC",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D1000",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D1001",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "FileExplorerLaunch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1P62T2V",
+ "include_path": "scenarios\\windows\\_library\\misc\\switchto_file_explorer",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait for File Explorer to fully render",
+ "enabled": true,
+ "id": "2D1003",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D1004",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "app_launch"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "file_explorer_launch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Wait after FE render",
+ "enabled": true,
+ "id": "2D1005",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "1",
+ "description": "",
+ "enabled": true,
+ "id": "2D2000",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Navigate to Desktop via Ctrl+L",
+ "enabled": true,
+ "id": "2D2001",
+ "text": "\ue009l",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Type Desktop path and press Enter",
+ "enabled": true,
+ "id": "2D2002",
+ "text": "[userprofile]\\Desktop\ue007",
+ "type": "Type",
+ "typing_delay": "50"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Wait for Desktop folder to load",
+ "enabled": true,
+ "id": "2D2003",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0.5",
+ "description": "File Explorer content area",
+ "enabled": true,
+ "file_name": [
+ "image_fe_content.png"
+ ],
+ "h": "0.800",
+ "id": "2D2004",
+ "recapture": true,
+ "type": "Capture",
+ "w": "0.800",
+ "x": "0.100",
+ "y": "0.100"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D2005",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "ContextMenuOpen"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "capture_id": "2D2004",
+ "children": [],
+ "delay": "2",
+ "description": "Right click on test.txt",
+ "enabled": true,
+ "exception_on": "No match",
+ "file_name": [
+ "image_1J5C9RW.png"
+ ],
+ "id": "1J5C9RW",
+ "match_threshold": "",
+ "primary": false,
+ "scale": "",
+ "type": "Click",
+ "x": "0.500",
+ "y": "0.500"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait for Context Menu to render",
+ "enabled": true,
+ "id": "2D2007",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "1",
+ "description": "",
+ "enabled": true,
+ "id": "2D2008",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "app_launch"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "context_menu"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Dismiss context menu via Escape",
+ "enabled": true,
+ "id": "2D2009",
+ "text": "\ue00c",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "2",
+ "description": "Close File Explorer via Alt+F4",
+ "enabled": true,
+ "id": "2D200A",
+ "text": "\ue00a\ue034",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Wait after close",
+ "enabled": true,
+ "id": "2D200B",
+ "type": "Delay"
+ }
+ ],
+ "description": "File Explorer launch + Context Menu",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "2D1010",
+ "left_term": "[file_explorer]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "2D1011",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D3000",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D3001",
+ "include_path": "scenarios\\windows\\_library\\misc\\etw_event_tag",
+ "params": [
+ {
+ "name": "[event_tag]",
+ "val_options": "",
+ "value": "SnippingToolLaunch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Launch Snipping Tool via Win+Shift+S",
+ "enabled": true,
+ "id": "2D3002",
+ "text": "\ue03d\ue008s",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait for Snipping Tool overlay to appear",
+ "enabled": true,
+ "id": "2D3003",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D3004",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "app_launch"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "snipping_tool_launch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Dismiss Snipping Tool overlay via Escape",
+ "enabled": true,
+ "id": "2D3005",
+ "text": "\ue00c",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Wait after dismiss",
+ "enabled": true,
+ "id": "2D3006",
+ "type": "Delay"
+ }
+ ],
+ "description": "Snipping Tool via Win+Shift+S",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "2D3010",
+ "left_term": "[snipping_tool]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "2D3011",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D4000",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_begin",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "command": "cmd /c taskkill /f /im SystemSettings.exe >nul 2>&1",
+ "delay": "3",
+ "description": "Kill Settings to force cold launch",
+ "enabled": true,
+ "id": "2D4006",
+ "type": "Command"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D4001",
+ "include_path": "scenarios\\windows\\_library\\misc\\click_settings",
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "5",
+ "description": "Wait for Settings App to fully render (Home page)",
+ "enabled": true,
+ "id": "2D4002",
+ "type": "Delay"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "2D4003",
+ "include_path": "scenarios\\windows\\_library\\misc\\recording_phase_end",
+ "params": [
+ {
+ "name": "[phase_category]",
+ "val_options": "",
+ "value": "app_launch"
+ },
+ {
+ "name": "[phase_name]",
+ "val_options": "",
+ "value": "settings_app_launch"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Close Settings App via Alt+F4",
+ "enabled": true,
+ "id": "2D4004",
+ "text": "\ue00a\ue034",
+ "type": "Type",
+ "typing_delay": "100"
+ },
+ {
+ "children": [],
+ "delay": "3",
+ "description": "Wait after close",
+ "enabled": true,
+ "id": "2D4005",
+ "type": "Delay"
+ }
+ ],
+ "description": "Settings App launch from search",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "2D4010",
+ "left_term": "[settings_app]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "2D4011",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K59KV",
+ "include_path": "scenarios\\windows\\_library\\web\\web_close_tabs",
+ "params": [
+ {
+ "name": "[num_tabs_to_close]",
+ "val_options": "",
+ "value": "[web:tabs]"
+ }
+ ],
+ "type": "Include"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Kill Powershell Download",
+ "enabled": true,
+ "file_name": [
+ "code_19K5K7L.py"
+ ],
+ "id": "19K5K7L",
+ "type": "Code"
+ },
+ {
+ "children": [],
+ "delay": "0.0",
+ "description": "Kill Onedrive Upload",
+ "enabled": true,
+ "file_name": [
+ "code_19K5L2R.py"
+ ],
+ "id": "19K5L2R",
+ "type": "Code"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19K5J8C",
+ "left_term": "[background_onedrive_copy]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19K5J8E",
+ "type": "End If"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19K42E3",
+ "type": "Run Test"
+ },
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1A7H8T4",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_teardown",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19L6CT3",
+ "left_term": "[background_timers]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19L6CT4",
+ "type": "End If"
+ },
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5ENF",
+ "include_path": "scenarios\\windows\\_library\\web\\web_kill",
+ "type": "Include"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K5FCT",
+ "include_path": "scenarios\\windows\\_library\\productivity\\prod_kill",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19MUFWM",
+ "left_term": "[simple_office_launch]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19MUFWN",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "19K8C22",
+ "include_path": "scenarios\\windows\\_library\\Teams\\teams_teardown",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "19L6E7K",
+ "left_term": "[background_teams]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "19L6E7L",
+ "type": "End If"
+ },
+ {
+ "children": [
+ {
+ "children": [],
+ "delay": "0",
+ "description": "",
+ "enabled": true,
+ "id": "1N9WCU8",
+ "include_path": "scenarios\\windows\\_library\\enterprise_collab\\perf_teardown",
+ "type": "Include"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "eval_method": "==",
+ "id": "1EN19HM",
+ "left_term": "[perf_run]",
+ "right_term": "1",
+ "type": "If"
+ },
+ {
+ "children": [],
+ "description": "",
+ "enabled": true,
+ "id": "1EN19HN",
+ "type": "End If"
+ }
+ ],
+ "description": "",
+ "enabled": true,
+ "id": "19K42JX",
+ "type": "Teardown"
+ }
]
\ No newline at end of file
diff --git a/scenarios/windows/mincp_all.py b/scenarios/windows/mincp_all.py
deleted file mode 100644
index b9907b21..00000000
--- a/scenarios/windows/mincp_all.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from parameters import Params
-# Params.setParam("enterprise_collab", "mincp_workloads", "live_captions copilot_query semantic_search click_todo studioeffect_blur productivity")
-Params.setParam("mincp_base", "mincp_workloads", "live_captions copilot_query semantic_search click_todo productivity studioeffect_blur")
-Params.setParam("mincp_base", "simple_office_launch", "0")
-import scenarios.windows.mincp_base
-class MinCP_Workload_All(scenarios.windows.mincp_base.MincpBase):
- '''
- Microsoft Teams video call with 9 bot participants.
- Local camera and mic are on, other 9 participants are bots sending video and audio.
- '''
- pass
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/__init__.py b/scenarios/windows/mincp_base/__init__.py
deleted file mode 100644
index fec143bd..00000000
--- a/scenarios/windows/mincp_base/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from .mincp_base import *
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_19K4MXK.py b/scenarios/windows/mincp_base/code_19K4MXK.py
deleted file mode 100644
index bcf93226..00000000
--- a/scenarios/windows/mincp_base/code_19K4MXK.py
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import os
-import logging
-from parameters import Params
-
-def run(scenario):
- logging.debug('Executing code block: code_19K4MXK.py')
- module = "enterprise_collab"
- download_url = "https://download.microsoft.com/download/0/8/b/08b0f0ba-1571-41c0-9b8a-9af8a43681ae/SurfacePro7_Win11_22621_24.121.14800.0.msi"
- download_dir = os.path.join(scenario.userprofile, "OneDrive", "onedrivetest")
-
- logging.info("Downloading a large file from the internet SP7 driver at " + download_dir)
-
- powershell_download_path = os.path.join(download_dir, "SurfacePro7_Win10_18363_20.092.41920.0.msi")
- Params.setParam(module,'powershell_download_path',powershell_download_path)
-
- # Create directory if it doesn't exist
- scenario._remote_make_dir(download_dir)
-
- ps_command = f"$process = Start-Process powershell -ArgumentList 'Invoke-WebRequest -Uri {download_url} -OutFile \"{powershell_download_path}\"' -PassThru -WindowStyle Hidden; $process.Id"
-
- powershell_download_pid = scenario._call(["powershell.exe", ps_command])
-
- if powershell_download_pid and powershell_download_pid.strip().isdigit():
- powershell_download_pid = powershell_download_pid.strip()
- Params.setParam(module,'powershell_download_pid',powershell_download_pid)
- logging.info(f"Started download process with PID: {powershell_download_pid}")
- else:
- logging.info(f"Failed to get valid PID, got: '{powershell_download_pid}'")
- scenario.fail("Failed to start powershell download")
-
-
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_19K5K7L.py b/scenarios/windows/mincp_base/code_19K5K7L.py
deleted file mode 100644
index 4a5d1e94..00000000
--- a/scenarios/windows/mincp_base/code_19K5K7L.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-import os
-from parameters import Params
-
-def _kill_powershell_download(scenario):
- """Terminate an in-flight download process and remove any partial file if present."""
- module = "enterprise_collab"
- powershell_download_pid = Params.get(module,'powershell_download_pid')
- logging.info(f"Terminating download process with PID: {powershell_download_pid}")
-
- scenario._call(["cmd.exe", "/c taskkill /F /PID " + powershell_download_pid + " > null 2>&1"], expected_exit_code="")
-
-def run(scenario):
- logging.debug('Executing code block: code_19K5K7L.py')
- _kill_powershell_download(scenario)
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_19K5L2R.py b/scenarios/windows/mincp_base/code_19K5L2R.py
deleted file mode 100644
index f4e25a2c..00000000
--- a/scenarios/windows/mincp_base/code_19K5L2R.py
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-import os
-
-def _kill_upload_thread(scenario):
- """Wait for an active upload_thread to complete without attempting to stop it."""
- upload_thread = getattr(scenario, 'upload_thread', None)
- if upload_thread and upload_thread.is_alive():
- logging.info('Waiting (timeout 25s) for upload thread to finish.')
- upload_thread.join(timeout=25)
- if upload_thread.is_alive():
- # There is no API in python to forcibily kill a thread
- logging.warning('Upload thread still running after 200s timeout.')
- else:
- logging.info('Upload thread finished within timeout.')
-
- # Delete the extra docs from onedrive, recursively and quietly
-
- onedrivetestdir = os.path.join(scenario.userprofile, "OneDrive", "onedrivetest")
- logging.info(f"Removing directory {onedrivetestdir}")
- del_out = scenario._call(["cmd.exe", "/C rmdir /S /Q " + onedrivetestdir], expected_exit_code="", fail_on_exception=True)
- if del_out:
- logging.warning(f"Could not delete {onedrivetestdir}, Kindly delete manually for next run")
-
-def run(scenario):
- logging.debug('Executing code block: code_19K5L2R.py')
- _kill_upload_thread(scenario)
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_1CYAE3L.py b/scenarios/windows/mincp_base/code_1CYAE3L.py
deleted file mode 100644
index 4fe553d3..00000000
--- a/scenarios/windows/mincp_base/code_1CYAE3L.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import os
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1CYAE3L.py')
-
- onedrivetestdir = os.path.join(scenario.userprofile, "OneDrive", "onedrivetest")
- logging.info(f"Removing directory {onedrivetestdir}")
-
- scenario._remote_make_dir(onedrivetestdir,delete=True)
-
- target_path = "scenarios\\windows\\enterprise_collab\\resources\\large"
-
- if not os.path.exists(target_path):
- os.makedirs(target_path)
-
- for i in range(3):
- os.system("fsutil file createnew " + target_path + "\\temp_" + str(i) + ".bin 1610612736")
-
- logging.info("Large files created for OneDrive copy operations")
- scenario._sleep_to_now()
-
-
diff --git a/scenarios/windows/mincp_base/code_1CYAENL.py b/scenarios/windows/mincp_base/code_1CYAENL.py
deleted file mode 100644
index bc27ed53..00000000
--- a/scenarios/windows/mincp_base/code_1CYAENL.py
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-import time
-import threading
-
-def _upload_large_files(scenario):
- """Encapsulates the content upload/download logic with retry loop."""
- logging.debug('Starting download/upload thread logic: code_1CYAENL.py')
- upload_successful = False
- for i in range(12):
- try:
- scenario._upload("scenarios\\\windows\\enterprise_collab\\resources\\large", scenario.userprofile + "\\OneDrive\\onedrivetest")
- upload_successful = True
- break
- except Exception:
- logging.error("Could not copy large files to onedrive.")
- if not upload_successful:
- logging.error("Could not copy large files to onedrive in 12 tries.")
-
-
-def run(scenario):
- """Starts the download/upload logic in a background thread and returns immediately."""
- t = threading.Thread(target=_upload_large_files, args=(scenario,), name="upload_worker", daemon=True)
- scenario.upload_thread = t # Persist thread object on scenario
- t.start()
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_1EN194J.py b/scenarios/windows/mincp_base/code_1EN194J.py
deleted file mode 100644
index b1e86e6c..00000000
--- a/scenarios/windows/mincp_base/code_1EN194J.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1EN194J.py')
- scenario._upload("utilities\\ParseUtc\\UtcPerftrack.xml", "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload")
- scenario._upload("utilities\\ParseUtc\\DisableAllUploads.json", "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload")
- scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 3 /f > null 2>&1'])
- scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" /v DisableWerUpload /t REG_DWORD /d 1 /f > null 2>&1'])
- scenario._sleep_to_now()
-
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_1EN1A44.py b/scenarios/windows/mincp_base/code_1EN1A44.py
deleted file mode 100644
index 26fb2a2e..00000000
--- a/scenarios/windows/mincp_base/code_1EN1A44.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-
-def run(scenario):
- logging.debug('Executing code block: code_1EN1A44.py')
- scenario._call(["cmd.exe", '/C reg delete "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting" /v DisableWerUpload /f > null 2>&1'])
- scenario._call(["cmd.exe", '/C reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection" /v AllowTelemetry /t REG_DWORD /d 1 /f > null 2>&1'])
- scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\UtcPerftrack.xml"'])
- scenario._call(["cmd.exe", '/C del /f "C:\\ProgramData\\Microsoft\\Diagnosis\\Sideload\\DisableAllUploads.json"'])
- scenario._sleep_to_now()
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/code_1FX5KJM.py b/scenarios/windows/mincp_base/code_1FX5KJM.py
deleted file mode 100644
index ce571790..00000000
--- a/scenarios/windows/mincp_base/code_1FX5KJM.py
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import os
-import logging
-
-from parameters import Params
-
-def run(scenario):
- logging.debug('Executing code block: code_1FX5KJM.py')
- semantic_index_status = scenario._call(["cmd.exe", '/C @for /f "skip=2 tokens=3" %A in (\'reg query "HKLM\\SOFTWARE\\Microsoft\\Windows Search\\SemanticIndexer" /v SemanticIndexingStatus\') do @set /a %A'])
- logging.info("Semantic Index Status is %s", semantic_index_status)
- scenario._upload("utilities\\proprietary\\IndexUpdater\\IndexUpdater.exe", scenario.dut_exec_path)
- scenario._upload("utilities\\proprietary\\IndexUpdater\\IndexUpdater.dll", scenario.dut_exec_path)
- scenario._upload("utilities\\proprietary\\IndexUpdater\\IndexUpdater.runtimeconfig.json", scenario.dut_exec_path)
- scenario._upload("utilities\\proprietary\\IndexUpdater\\IndexUpdater.deps.json", scenario.dut_exec_path)
- semantic_index_testdrive = os.path.join(scenario.dut_exec_path, "semantic_testdrive")
- scenario._remote_make_dir(semantic_index_testdrive)
- Params.setParam("enterprise_collab",'semantic_index_testdrive', semantic_index_testdrive)
- index_updater_path = os.path.join(scenario.dut_exec_path, "IndexUpdater.exe")
- update_command = f'add "{semantic_index_testdrive}"'
- semantic_index_update_result = scenario._call([index_updater_path, update_command])
- logging.info("Semantic Index Update Result: %s", semantic_index_update_result)
- abl_docs_dir = os.path.join("scenarios", "abl_resources", "abl_docs")
- for filename in os.listdir(abl_docs_dir):
- filepath = os.path.join(abl_docs_dir, filename)
- if os.path.isfile(filepath):
- scenario._upload(filepath, semantic_index_testdrive)
- logging.info("Uploaded %s to semantic_index_testdrive", filename)
diff --git a/scenarios/windows/mincp_base/code_1HFWLA3.py b/scenarios/windows/mincp_base/code_1HFWLA3.py
deleted file mode 100644
index 9d921cd6..00000000
--- a/scenarios/windows/mincp_base/code_1HFWLA3.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-import logging
-import os
-from parameters import Params
-
-def run(scenario):
- logging.debug('Executing code block: code_1HFWLA3.py')
- semantic_search_dir = getattr(scenario, 'semantic_index_testdrive', None)
- index_updater_path = os.path.join(scenario.dut_exec_path, "IndexUpdater.exe")
- update_command = f'remove "{semantic_search_dir}"'
- semantic_index_update_result = scenario._call([index_updater_path, update_command])
- logging.info("Semantic Index Update Result: %s", semantic_index_update_result)
- scenario._remote_make_dir(semantic_search_dir, True)
\ No newline at end of file
diff --git a/scenarios/windows/mincp_base/default_params.py b/scenarios/windows/mincp_base/default_params.py
deleted file mode 100644
index 40283c45..00000000
--- a/scenarios/windows/mincp_base/default_params.py
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-from functools import partial
-import os
-from core.parameters import Params
-import utilities.open_source.modules
-
-import_run_user_only = partial(utilities.open_source.modules.import_run_user_only, here=__file__)
-
-def run():
- Params.setCalculated('scenario_section', __package__.split('.')[-1])
- run_user_only()
- Params.setDefault('mincp_base', 'background_timers', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('mincp_base', 'background_teams', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('mincp_base', 'background_onedrive_copy', '1', desc='', valOptions=['0', '1'])
- Params.setDefault('mincp_base', 'simple_office_launch', '0', desc='', valOptions=['1', '0'])
- Params.setParam(None, 'web_replay_run', '1')
- Params.setParam(None, 'phase_reporting', '1')
- Params.setDefault('mincp_base', 'perf_run', '0', desc='', valOptions=['0', '1'])
- return
-
-def run_user_only():
- import_run_user_only('..\\_library\\Teams\\teams_setup')
- import_run_user_only('..\\_library\\Teams\\teams_teardown')
- import_run_user_only('..\\_library\\enterprise_collab\\diagnostics_disable')
- import_run_user_only('..\\_library\\enterprise_collab\\diagnostics_enable')
- import_run_user_only('..\\_library\\enterprise_collab\\live_captions_setup')
- import_run_user_only('..\\_library\\enterprise_collab\\semantic_search_setup')
- import_run_user_only('..\\_library\\enterprise_collab\\semantic_search_teardown')
- import_run_user_only('..\\_library\\enterprise_collab\\timers_setup')
- import_run_user_only('..\\_library\\enterprise_collab\\timers_teardown')
- import_run_user_only('..\\_library\\misc\\click_to_do_setup')
- import_run_user_only('..\\_library\\misc\\click_to_do_teardown')
- import_run_user_only('..\\_library\\misc\\studio_effect_blur')
- import_run_user_only('..\\_library\\productivity\\prod_close')
- import_run_user_only('..\\_library\\productivity\\prod_kill')
- import_run_user_only('..\\_library\\productivity\\prod_open')
- import_run_user_only('..\\_library\\productivity\\prod_setup')
- import_run_user_only('..\\_library\\web\\web_check')
- import_run_user_only('..\\_library\\web\\web_close_tabs')
- import_run_user_only('..\\_library\\web\\web_kill')
- import_run_user_only('..\\_library\\web\\web_run_mincp')
- import_run_user_only('..\\_library\\web\\web_setup')
- import_run_user_only('..\\_library\\web\\web_switchto')
- Params.setUserDefault(None, 'mincp_workloads', '', desc='', valOptions=['live_captions', 'copilot_query', 'semantic_search', 'click_todo', 'studioeffect_blur', 'productivity'], multiple=True)
- return
diff --git a/scenarios/windows/mincp_base/mincp_base.json b/scenarios/windows/mincp_base/mincp_base.json
deleted file mode 100644
index 056257df..00000000
--- a/scenarios/windows/mincp_base/mincp_base.json
+++ /dev/null
@@ -1,834 +0,0 @@
-[
- {
- "author": "dasashutosh",
- "capture_device": "",
- "children": [],
- "create_date": "2025-12-02",
- "description": "Enterprise Collaborator",
- "enabled": true,
- "id": "19K3NWN",
- "type": "Information"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5VMA",
- "name": "[background_timers]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5VX0",
- "name": "[background_teams]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K5WA4",
- "name": "[background_onedrive_copy]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19MUEJ4",
- "name": "[simple_office_launch]",
- "type": "Set Default",
- "val_options": "1,0",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1FUFY76",
- "multiple": true,
- "name": "[mincp_workloads]",
- "type": "Set User Default",
- "val_options": "live_captions,copilot_query,semantic_search,click_todo,studioeffect_blur,productivity",
- "value": ""
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K7X90",
- "name": "[web_replay_run]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19K7XML",
- "name": "[phase_reporting]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1EN17N6",
- "name": "[perf_run]",
- "type": "Set Default",
- "val_options": "0,1",
- "value": "0"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HM5PW0",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\live_captions_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HM5NMP",
- "left_term": "live_captions",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HM5NMR",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1EUEJYP",
- "name": "[simple_office_launch]",
- "type": "Set",
- "value": "1"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Upload Perf Files",
- "enabled": true,
- "file_name": [
- "code_1EN194J.py"
- ],
- "id": "1EN194J",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1EN18UV",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_enable",
- "type": "Include"
- },
- {
- "children": [],
- "command": "cmd /c net stop DiagTrack && net start DiagTrack",
- "delay": "2",
- "description": "Restart DiagTrack",
- "enabled": true,
- "id": "1EPL382",
- "type": "Command"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1EN189V",
- "left_term": "[perf_run]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1EN189W",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A7H33K",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K410A",
- "left_term": "[background_timers]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K410C",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1FUNMLU",
- "include_path": "scenarios\\windows\\_library\\misc\\studio_effect_blur",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1FUN6KF",
- "left_term": "studioeffect_blur",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FUN6KH",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "19V8920",
- "name": "[teams:number_of_bots]",
- "type": "Set",
- "value": "9"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "",
- "enabled": true,
- "id": "1FKC02P",
- "name": "[teams:collect_MSTeams_Logs]",
- "type": "Set",
- "value": "0"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K4CEU",
- "include_path": "scenarios\\windows\\_library\\Teams\\teams_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K41HR",
- "left_term": "[background_teams]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K41HT",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HH4P6V",
- "include_path": "scenarios\\windows\\_library\\misc\\click_to_do_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HH4NFK",
- "left_term": "click_todo",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HH4NFL",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Clean Up and Create Large Files",
- "enabled": true,
- "file_name": [
- "code_1CYAE3L.py"
- ],
- "id": "1CYAE3L",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1CYAAKV",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1CYAAKW",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HEPHY1",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HEN923",
- "left_term": "productivity",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HEN924",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K4E5H",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUF2P",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUF2R",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HH49JK",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\semantic_search_setup",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1FX5JUV",
- "left_term": "semantic_search",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1FX5JUW",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K3TWR",
- "type": "Setup"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Powershell Download",
- "enabled": true,
- "file_name": [
- "code_19K4MXK.py"
- ],
- "id": "19K4MXK",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Upload Large Files",
- "enabled": true,
- "file_name": [
- "code_1CYAENL.py"
- ],
- "id": "1CYAENL",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K5HEY",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K5HF0",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "10",
- "description": "",
- "enabled": true,
- "id": "1A4X1TN",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A4W5AL",
- "include_path": "scenarios\\windows\\_library\\web\\web_setup",
- "params": [
- {
- "name": "[disable_delay]",
- "val_options": "0,1",
- "value": "1"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1J443W1",
- "include_path": "scenarios\\windows\\_library\\web\\web_run_mincp",
- "params": [
- {
- "name": "[load_only]",
- "val_options": "0,1",
- "value": "0"
- }
- ],
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A7H7A8",
- "include_path": "scenarios\\windows\\_library\\web\\web_check",
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5834",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_open",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K59V7",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_close",
- "type": "Include"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1CFNENY",
- "include_path": "scenarios\\windows\\_library\\web\\web_switchto",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUFJ9",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUFJC",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K59KV",
- "include_path": "scenarios\\windows\\_library\\web\\web_close_tabs",
- "params": [
- {
- "name": "[num_tabs_to_close]",
- "val_options": "",
- "value": "[web:tabs]"
- }
- ],
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Powershell Download",
- "enabled": true,
- "file_name": [
- "code_19K5K7L.py"
- ],
- "id": "19K5K7L",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Kill Onedrive Upload",
- "enabled": true,
- "file_name": [
- "code_19K5L2R.py"
- ],
- "id": "19K5L2R",
- "type": "Code"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19K5J8C",
- "left_term": "[background_onedrive_copy]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19K5J8E",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K42E3",
- "type": "Run Test"
- },
- {
- "children": [
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1A7H8T4",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\timers_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19L6CT3",
- "left_term": "[background_timers]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19L6CT4",
- "type": "End If"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5ENF",
- "include_path": "scenarios\\windows\\_library\\web\\web_kill",
- "type": "Include"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K5FCT",
- "include_path": "scenarios\\windows\\_library\\productivity\\prod_kill",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19MUFWM",
- "left_term": "[simple_office_launch]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19MUFWN",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "19K8C22",
- "include_path": "scenarios\\windows\\_library\\Teams\\teams_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "19L6E7K",
- "left_term": "[background_teams]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "19L6E7L",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HH49U2",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\semantic_search_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HFWKL4",
- "left_term": "semantic_search",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HFWKL5",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "20",
- "description": "15",
- "enabled": true,
- "id": "1EUEFL4",
- "type": "Delay"
- },
- {
- "children": [],
- "delay": "0.0",
- "description": "Delete Perf Files",
- "enabled": true,
- "file_name": [
- "code_1EN1A44.py"
- ],
- "id": "1EN1A44",
- "type": "Code"
- },
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1EN1A1W",
- "include_path": "scenarios\\windows\\_library\\enterprise_collab\\diagnostics_disable",
- "type": "Include"
- },
- {
- "children": [],
- "command": "cmd /c net stop DiagTrack && net start DiagTrack",
- "delay": "2",
- "description": "Restart DiagTrack",
- "enabled": true,
- "id": "1EPL51E",
- "type": "Command"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "==",
- "id": "1EN19HM",
- "left_term": "[perf_run]",
- "right_term": "1",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1EN19HN",
- "type": "End If"
- },
- {
- "children": [
- {
- "children": [],
- "delay": "0",
- "description": "",
- "enabled": true,
- "id": "1HH4U5F",
- "include_path": "scenarios\\windows\\_library\\misc\\click_to_do_teardown",
- "type": "Include"
- }
- ],
- "description": "",
- "enabled": true,
- "eval_method": "in",
- "id": "1HH4TVA",
- "left_term": "click_todo",
- "right_term": "[mincp_workloads]",
- "type": "If"
- },
- {
- "children": [],
- "description": "",
- "enabled": true,
- "id": "1HH4TVC",
- "type": "End If"
- }
- ],
- "description": "",
- "enabled": true,
- "id": "19K42JX",
- "type": "Teardown"
- }
-]
\ No newline at end of file
diff --git a/tools/perf_utc.py b/tools/perf_utc.py
index 4721ecf5..ca58a447 100644
--- a/tools/perf_utc.py
+++ b/tools/perf_utc.py
@@ -17,8 +17,10 @@ class Tool(Scenario):
module = __module__.split('.')[-1]
# Set default parameters
Params.setDefault(module, 'provider', 'perf_utc.wprp', desc="WPRP file to use for UTC Perftrack traces.", valOptions=["@\\providers"])
+ Params.setDefault(module, 'cm', '0', desc="Use the ConsumerMultitaskerPTs.xml manifest.")
# Get parameters
provider = Params.get(module, 'provider')
+ cm = Params.get(module, 'cm')
def initCallback(self, scenario):
# Keep a pointer to the scenario that this tools is being run with
@@ -47,9 +49,12 @@ def dataReadyCallback(self):
perf_output = self.scenario.result_dir + "\\" + self.scenario.testname + "_PerfMetrics.csv"
manifest_file = "utilities\\proprietary\\ParseUtc\\UtcPerftrack.xml"
+ if self.cm == '1':
+ manifest_file = "utilities\\proprietary\\ParseUtc\\ConsumerMultitaskerPTs.xml"
+
logging.info("Perf Tool - Running PerfParser on " + etl_trace)
- self._host_call("utilities\\proprietary\\ParseUtc\\PerfParser.exe " + etl_trace + " " + manifest_file + " " + perf_output)
+ self._host_call("utilities\\proprietary\\ParseUtc\\PerfParser.exe " + etl_trace + " " + manifest_file + " " + perf_output )
def testTimeoutCallback(self):
self.conn_timeout = True
diff --git a/utilities/proprietary/ParseUtc/ConsumerMultitaskerPTs.xml b/utilities/proprietary/ParseUtc/ConsumerMultitaskerPTs.xml
new file mode 100644
index 00000000..2de6718e
--- /dev/null
+++ b/utilities/proprietary/ParseUtc/ConsumerMultitaskerPTs.xml
@@ -0,0 +1,1945 @@
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x200000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ entryPoint
+
+
+ add
+ 0
+ equal
+ 8
+
+
+
+
+
+
+
+
+
+ match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
+ match5487entryPointe_18
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*OUTLOOK\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__OUTLOOK__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*WINWORD\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__WINWORD__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*EXCEL\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__EXCEL__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*POWERPNT\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__POWERPNT__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ equal
+ Microsoft.ScreenSketch_8wekyb3d8bbwe!App
+
+
+
+
+
+
+ match5487appIde_1Microsoft_ScreenSketch_8wekyb3d8bbwe_App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 32188357
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_132188357
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+ {e34441d9-5bcf-4958-b787-3bf824f362d7}
+ 0x2000000000000
+ 5
+
+
+
+
+ {e34441d9-5bcf-4958-b787-3bf824f362d7}
+ 0x2000000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
+
+
+ EventName
+
+
+ add
+ 0
+ equal
+ Bing_QF_topResultRendered
+
+
+
+
+
+ Microsoft.Windows.Shell.CortanaSearch.SearchBox_HandleSelectionChanged
+
+
+ ImpressionId
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
+
+
+ ImpressionId
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match1431ImpressionIde1432ImpressionId
+
+
+
+
+ match1432EventNamee_1Bing_QF_topResultRendered
+ match1431ImpressionIde1432ImpressionId
+
+
+
+
+
+
+
+
+
+
+ {8c416c79-d49b-4f01-a467-e56d3aa8234c}
+ 37
+ 0
+ 0x40000
+ 4
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ 8C416C79-D49B-4F01-A467-E56D3AA8234C.37_0
+
+
+ TimeSinceOldestInputMs
+
+
+ add
+ 0
+ greaterthan
+ 50
+
+
+
+
+
+
+ match6741TimeSinceOldestInputMsg_150
+
+
+
+
+
+
+
+
+
+
+ {7e6b69b9-2aec-4fb3-9426-69a0f2b61a86}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ verbld
+ 21324
+ greaterthanequal
+ Numeric
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ScriptFilter91598
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _cv
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ _cv
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ Location
+
+
+ add
+ 0
+ equal
+ 3
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.Explorer
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ F874310E-B6B7-47DC-BC84-B9E6B38F5903
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _tid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _tid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ HResult
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ NavigationEvent
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ BrowseLocationRawPath
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ RawPath
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match7313_opcodee_11
+ match7313_aide7313_aid
+
+
+
+
+ match7312Locatione_13
+ match7312AppIde_1Microsoft_Windows_Explorer
+
+
+
+
+ match7314_cve14615_cv
+ match7314NavigationEvente_10
+ match7314_tide7313_tid
+ match7314HResulte_10
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7313_aide7313_aid
+ match7314_tide7313_tid
+ match7313_opcodee_12
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7314_cve14615_cv
+ match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
+
+
+
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/PerfParser.deps.json b/utilities/proprietary/ParseUtc/PerfParser.deps.json
index dfb87d45..179bdd06 100644
--- a/utilities/proprietary/ParseUtc/PerfParser.deps.json
+++ b/utilities/proprietary/ParseUtc/PerfParser.deps.json
@@ -1,508 +1,508 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "PerfParser/1.0.0": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processing.All": "1.12.10"
- },
- "runtime": {
- "PerfParser.dll": {}
- }
- },
- "Microsoft.Windows.EventTracing.BootPrefetch/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.BootPrefetch.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Cpu/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10",
- "System.Memory": "4.5.3"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Cpu.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Disk/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Disk.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Events/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Events.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.File/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.File.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Graphics/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Graphics.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.HyperV/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.HyperV.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Memory/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Memory.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Metadata/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Metadata.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Network/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Network.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Power/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Power.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Processes/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processes.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Processing/1.12.10": {
- "dependencies": {
- "System.Memory": "4.5.3",
- "System.Security.Principal.Windows": "4.6.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Processing.All/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.BootPrefetch": "1.12.10",
- "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
- "Microsoft.Windows.EventTracing.Disk": "1.12.10",
- "Microsoft.Windows.EventTracing.Events": "1.12.10",
- "Microsoft.Windows.EventTracing.File": "1.12.10",
- "Microsoft.Windows.EventTracing.Graphics": "1.12.10",
- "Microsoft.Windows.EventTracing.HyperV": "1.12.10",
- "Microsoft.Windows.EventTracing.Memory": "1.12.10",
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Network": "1.12.10",
- "Microsoft.Windows.EventTracing.Power": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing.Community": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing.OutputRedirection": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing.Toolkit": "1.11.0",
- "Microsoft.Windows.EventTracing.Regions": "1.12.10",
- "Microsoft.Windows.EventTracing.Registry": "1.12.10",
- "Microsoft.Windows.EventTracing.ScheduledTasks": "1.12.10",
- "Microsoft.Windows.EventTracing.Services": "1.12.10",
- "Microsoft.Windows.EventTracing.Syscalls": "1.12.10",
- "Microsoft.Windows.EventTracing.Utc": "1.12.10",
- "Microsoft.Windows.EventTracing.WindowInFocus": "1.12.10"
- }
- },
- "Microsoft.Windows.EventTracing.Processing.Community/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.Community.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Processing.OutputRedirection/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.OutputRedirection.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Processing.Toolkit/1.11.0": {},
- "Microsoft.Windows.EventTracing.Regions/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Events": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Regions.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Registry/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Registry.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.ScheduledTasks/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.ScheduledTasks.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Services/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Services.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Syscalls/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Syscalls.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.Utc/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.Utc.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "Microsoft.Windows.EventTracing.WindowInFocus/1.12.10": {
- "dependencies": {
- "Microsoft.Windows.EventTracing.Processes": "1.12.10",
- "Microsoft.Windows.EventTracing.Processing": "1.12.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Windows.EventTracing.WindowInFocus.dll": {
- "assemblyVersion": "1.12.10.0",
- "fileVersion": "1.12.10.51444"
- }
- }
- },
- "System.Memory/4.5.3": {},
- "System.Security.Principal.Windows/4.6.0": {}
- }
- },
- "libraries": {
- "PerfParser/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.Windows.EventTracing.BootPrefetch/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DKUKeSHTKN4Yy0Hzhf3dsIBrVsK7XZBkEkLl6XtXQ0V3RMxbFw5PlaJbL5XQLmaHKhXuqyaNusaNJ/sq8UCJqg==",
- "path": "microsoft.windows.eventtracing.bootprefetch/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.bootprefetch.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Cpu/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XImupM0xLKA7bgCjSzw7Qb34s/KghTcLiuQV9tEmFQNLkPZJoxIt6B0ojsuixN3LLt1PKkDNUtZQ0nlb03lYGA==",
- "path": "microsoft.windows.eventtracing.cpu/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.cpu.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Disk/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7iypI2oJ0obrETiwICM5FazmTlns26D+5KAnqcyTjLST0YOvlEBODSHiCIcIhAr0kklvctgr8cYjlRrLDI1pmA==",
- "path": "microsoft.windows.eventtracing.disk/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.disk.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Events/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0jIj9cLuMJdY44zxVDUJT3qRo0Ghu/Gm5sYROoRFX2vbVQpscKxL2zDbEXyXwyJKFWL4EeCgDv0v6d0U0D/S4w==",
- "path": "microsoft.windows.eventtracing.events/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.events.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.File/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rl8GRCpnf13YwO5uSozDsPwqa2wRgVfHM2xi/jn79U0YBP6hCTSKyDsyTcEX3Q+yWAKSD6dzRJYcIfkwRXMBJg==",
- "path": "microsoft.windows.eventtracing.file/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.file.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Graphics/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3r7R5HfenADaDm+eEXKFNsqyy5ILCgFMmBi/nHQjzwqKfb3wNPpEz6cMJCjtUX+4AwiQ593t6qoSad4S+BuUYw==",
- "path": "microsoft.windows.eventtracing.graphics/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.graphics.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.HyperV/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-U3SDFL95HZknvZef2xTyvVJ5S2/47xo8eQjKlrEAdPVYWLDpc+CX78kvxg+Zm13kYvTG6qEFeasoPo+lA1wVWw==",
- "path": "microsoft.windows.eventtracing.hyperv/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.hyperv.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Memory/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dww1Ix4AtHnm+vpmzJ7fIBnJCP7dfDbxVN7OKeofn3uW6Jd6PHBNoPzCDlwM/KwX5IpH0OuH1+WKIYeZXCmFgQ==",
- "path": "microsoft.windows.eventtracing.memory/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.memory.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Metadata/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xSWE1HxljjlI4sdC09k2NOXNX6pdwcNx76rDEHuXyfTTrKuTIxpHia7k8lRcenPy8dRz2/eY+ZLK6gcYLwEiIQ==",
- "path": "microsoft.windows.eventtracing.metadata/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.metadata.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Network/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YY1x20EeTknTU1UEF4hac1A01n+dpvvkF1dGOdHOfi5rkF79c07nHm/lSVBTMGEbWXdbEszV7X3Fl8Z5GfYHbw==",
- "path": "microsoft.windows.eventtracing.network/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.network.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Power/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fDeBCUljhgEYZuiSh8Pf68pOoRUcSbzWQZWOp0KL6s38I5b5ytaQ/27Zw5niJ9h1gv+KGuCz0A8lx33BEUGlUw==",
- "path": "microsoft.windows.eventtracing.power/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.power.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processes/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-p2vZBrcZSoXDHAuwbx6f18wTrBxfB4sQ1dbov+DadrdM3Me0hGfVgrXtIiJLU6eyhQh9B5nuMLmTwddLSPi0CA==",
- "path": "microsoft.windows.eventtracing.processes/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.processes.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processing/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wXEVCFySPKQLFPJiJWY09lBVNmM+PUTqTCZWLi34FPVrHV61XI1pw91TJzUib25vj7QbagqTAqZsovtRAwNjCg==",
- "path": "microsoft.windows.eventtracing.processing/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.processing.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processing.All/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-agwGyKvZbCkCpYdWRj/GycuJLyvUwgpMNuUQv/ZsN/F+Vd31b+t4nxS0q7SHUBbbDfQ4/Py+yHeq/gVDQJqRcA==",
- "path": "microsoft.windows.eventtracing.processing.all/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.processing.all.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processing.Community/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0J3YH2hDDxfPnR8Q4ULodl8yHvk76fQWHzHHipTZQjSMnSB7+KPV/i+qqzjtINeedxXK595RVsVFuwWikGAujQ==",
- "path": "microsoft.windows.eventtracing.processing.community/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.processing.community.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processing.OutputRedirection/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nqzw+jVhY5ezI5099WD4jCqDTqMGmIViePBABqqZOX4P65jquRWkz2CZ4xOnGeA2vprrSYCpxC2LZPJ5PCGhog==",
- "path": "microsoft.windows.eventtracing.processing.outputredirection/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.processing.outputredirection.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Processing.Toolkit/1.11.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I3AdOlbTG1E1/VlYPVlaxsuFstln6v3AM7miVXqjKLfl1vPbFnTqyGADD8mGRKIH/0VUYGtvrqeX33dn74P6Ww==",
- "path": "microsoft.windows.eventtracing.processing.toolkit/1.11.0",
- "hashPath": "microsoft.windows.eventtracing.processing.toolkit.1.11.0.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Regions/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dJXOT9xH3kbBf+Vye08ouEuljBLC9kXZUDVVk2eCGQLfiHKcMtjqWy6QDEH20iYfzQ25UnZfH1VMQxPCErqoNg==",
- "path": "microsoft.windows.eventtracing.regions/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.regions.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Registry/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZQG7ITJeC+/ue+YWg2/0Jxzhb5tVa3ah7rN9/zTbsiC1n9qHdn9hYJu0WYhEcB6dJRMtH+D7GIb6V9BVtzVBJQ==",
- "path": "microsoft.windows.eventtracing.registry/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.registry.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.ScheduledTasks/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-8DbP+QawBrT6tsVvrnoRafAN62lDj3wwBEQsTTRY0agDhHwRc1GsPsHZhSxIHnDzz+haO9mOlNMDxm+M6Wug0w==",
- "path": "microsoft.windows.eventtracing.scheduledtasks/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.scheduledtasks.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Services/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ySNK8Sj/HSqybL5dXOBdGYv7ZOvZIlS8CuaDhmd56WwAm7ZDPDZlmYYsauZeSQERshVjSHAM9rCpjgF39oZLSw==",
- "path": "microsoft.windows.eventtracing.services/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.services.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Syscalls/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUWFUAvqiX/CQtCT+PGcg5pQIjiwfypfF6OlBRI438tBigqSK/i0laRa0tz1PUlZh/eirrpkwPiAZrbnfcIunQ==",
- "path": "microsoft.windows.eventtracing.syscalls/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.syscalls.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.Utc/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k3NnhQD1XSS483n55Iz8szwiE+yqWq/CvI8OQY4MPDS+Iaxcs5iA18lZhfgYPOn5MdwzFmiXK+avAsXV8UY+3A==",
- "path": "microsoft.windows.eventtracing.utc/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.utc.1.12.10.nupkg.sha512"
- },
- "Microsoft.Windows.EventTracing.WindowInFocus/1.12.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ORnao3ZPcchTcvlOsRAKzfRE+g6hzSKWO2yHfHOhJ4/yZBiAF9Q6S1pQhKY7D2AuVmgm2H7rBvSacFgQQBXkSQ==",
- "path": "microsoft.windows.eventtracing.windowinfocus/1.12.10",
- "hashPath": "microsoft.windows.eventtracing.windowinfocus.1.12.10.nupkg.sha512"
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "path": "system.memory/4.5.3",
- "hashPath": "system.memory.4.5.3.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.6.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==",
- "path": "system.security.principal.windows/4.6.0",
- "hashPath": "system.security.principal.windows.4.6.0.nupkg.sha512"
- }
- }
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "PerfParser/1.0.0": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processing.All": "1.12.10"
+ },
+ "runtime": {
+ "PerfParser.dll": {}
+ }
+ },
+ "Microsoft.Windows.EventTracing.BootPrefetch/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.BootPrefetch.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Cpu/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10",
+ "System.Memory": "4.5.3"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Cpu.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Disk/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Disk.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Events/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Events.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.File/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.File.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Graphics/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Graphics.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.HyperV/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.HyperV.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Memory/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Memory.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Metadata/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Metadata.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Network/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Network.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Power/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Power.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processes/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processes.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processing/1.12.10": {
+ "dependencies": {
+ "System.Memory": "4.5.3",
+ "System.Security.Principal.Windows": "4.6.0"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processing.All/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.BootPrefetch": "1.12.10",
+ "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
+ "Microsoft.Windows.EventTracing.Disk": "1.12.10",
+ "Microsoft.Windows.EventTracing.Events": "1.12.10",
+ "Microsoft.Windows.EventTracing.File": "1.12.10",
+ "Microsoft.Windows.EventTracing.Graphics": "1.12.10",
+ "Microsoft.Windows.EventTracing.HyperV": "1.12.10",
+ "Microsoft.Windows.EventTracing.Memory": "1.12.10",
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Network": "1.12.10",
+ "Microsoft.Windows.EventTracing.Power": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing.Community": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing.OutputRedirection": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing.Toolkit": "1.11.0",
+ "Microsoft.Windows.EventTracing.Regions": "1.12.10",
+ "Microsoft.Windows.EventTracing.Registry": "1.12.10",
+ "Microsoft.Windows.EventTracing.ScheduledTasks": "1.12.10",
+ "Microsoft.Windows.EventTracing.Services": "1.12.10",
+ "Microsoft.Windows.EventTracing.Syscalls": "1.12.10",
+ "Microsoft.Windows.EventTracing.Utc": "1.12.10",
+ "Microsoft.Windows.EventTracing.WindowInFocus": "1.12.10"
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processing.Community/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.Community.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processing.OutputRedirection/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Processing.OutputRedirection.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Processing.Toolkit/1.11.0": {},
+ "Microsoft.Windows.EventTracing.Regions/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Events": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Regions.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Registry/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Registry.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.ScheduledTasks/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.ScheduledTasks.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Services/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Metadata": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Services.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Syscalls/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Cpu": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Syscalls.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.Utc/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.Utc.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "Microsoft.Windows.EventTracing.WindowInFocus/1.12.10": {
+ "dependencies": {
+ "Microsoft.Windows.EventTracing.Processes": "1.12.10",
+ "Microsoft.Windows.EventTracing.Processing": "1.12.10"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Windows.EventTracing.WindowInFocus.dll": {
+ "assemblyVersion": "1.12.10.0",
+ "fileVersion": "1.12.10.51444"
+ }
+ }
+ },
+ "System.Memory/4.5.3": {},
+ "System.Security.Principal.Windows/4.6.0": {}
+ }
+ },
+ "libraries": {
+ "PerfParser/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.Windows.EventTracing.BootPrefetch/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-DKUKeSHTKN4Yy0Hzhf3dsIBrVsK7XZBkEkLl6XtXQ0V3RMxbFw5PlaJbL5XQLmaHKhXuqyaNusaNJ/sq8UCJqg==",
+ "path": "microsoft.windows.eventtracing.bootprefetch/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.bootprefetch.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Cpu/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-XImupM0xLKA7bgCjSzw7Qb34s/KghTcLiuQV9tEmFQNLkPZJoxIt6B0ojsuixN3LLt1PKkDNUtZQ0nlb03lYGA==",
+ "path": "microsoft.windows.eventtracing.cpu/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.cpu.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Disk/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-7iypI2oJ0obrETiwICM5FazmTlns26D+5KAnqcyTjLST0YOvlEBODSHiCIcIhAr0kklvctgr8cYjlRrLDI1pmA==",
+ "path": "microsoft.windows.eventtracing.disk/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.disk.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Events/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0jIj9cLuMJdY44zxVDUJT3qRo0Ghu/Gm5sYROoRFX2vbVQpscKxL2zDbEXyXwyJKFWL4EeCgDv0v6d0U0D/S4w==",
+ "path": "microsoft.windows.eventtracing.events/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.events.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.File/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Rl8GRCpnf13YwO5uSozDsPwqa2wRgVfHM2xi/jn79U0YBP6hCTSKyDsyTcEX3Q+yWAKSD6dzRJYcIfkwRXMBJg==",
+ "path": "microsoft.windows.eventtracing.file/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.file.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Graphics/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3r7R5HfenADaDm+eEXKFNsqyy5ILCgFMmBi/nHQjzwqKfb3wNPpEz6cMJCjtUX+4AwiQ593t6qoSad4S+BuUYw==",
+ "path": "microsoft.windows.eventtracing.graphics/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.graphics.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.HyperV/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-U3SDFL95HZknvZef2xTyvVJ5S2/47xo8eQjKlrEAdPVYWLDpc+CX78kvxg+Zm13kYvTG6qEFeasoPo+lA1wVWw==",
+ "path": "microsoft.windows.eventtracing.hyperv/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.hyperv.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Memory/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dww1Ix4AtHnm+vpmzJ7fIBnJCP7dfDbxVN7OKeofn3uW6Jd6PHBNoPzCDlwM/KwX5IpH0OuH1+WKIYeZXCmFgQ==",
+ "path": "microsoft.windows.eventtracing.memory/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.memory.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Metadata/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xSWE1HxljjlI4sdC09k2NOXNX6pdwcNx76rDEHuXyfTTrKuTIxpHia7k8lRcenPy8dRz2/eY+ZLK6gcYLwEiIQ==",
+ "path": "microsoft.windows.eventtracing.metadata/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.metadata.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Network/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YY1x20EeTknTU1UEF4hac1A01n+dpvvkF1dGOdHOfi5rkF79c07nHm/lSVBTMGEbWXdbEszV7X3Fl8Z5GfYHbw==",
+ "path": "microsoft.windows.eventtracing.network/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.network.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Power/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-fDeBCUljhgEYZuiSh8Pf68pOoRUcSbzWQZWOp0KL6s38I5b5ytaQ/27Zw5niJ9h1gv+KGuCz0A8lx33BEUGlUw==",
+ "path": "microsoft.windows.eventtracing.power/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.power.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processes/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-p2vZBrcZSoXDHAuwbx6f18wTrBxfB4sQ1dbov+DadrdM3Me0hGfVgrXtIiJLU6eyhQh9B5nuMLmTwddLSPi0CA==",
+ "path": "microsoft.windows.eventtracing.processes/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.processes.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processing/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wXEVCFySPKQLFPJiJWY09lBVNmM+PUTqTCZWLi34FPVrHV61XI1pw91TJzUib25vj7QbagqTAqZsovtRAwNjCg==",
+ "path": "microsoft.windows.eventtracing.processing/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.processing.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processing.All/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-agwGyKvZbCkCpYdWRj/GycuJLyvUwgpMNuUQv/ZsN/F+Vd31b+t4nxS0q7SHUBbbDfQ4/Py+yHeq/gVDQJqRcA==",
+ "path": "microsoft.windows.eventtracing.processing.all/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.processing.all.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processing.Community/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0J3YH2hDDxfPnR8Q4ULodl8yHvk76fQWHzHHipTZQjSMnSB7+KPV/i+qqzjtINeedxXK595RVsVFuwWikGAujQ==",
+ "path": "microsoft.windows.eventtracing.processing.community/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.processing.community.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processing.OutputRedirection/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-nqzw+jVhY5ezI5099WD4jCqDTqMGmIViePBABqqZOX4P65jquRWkz2CZ4xOnGeA2vprrSYCpxC2LZPJ5PCGhog==",
+ "path": "microsoft.windows.eventtracing.processing.outputredirection/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.processing.outputredirection.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Processing.Toolkit/1.11.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3AdOlbTG1E1/VlYPVlaxsuFstln6v3AM7miVXqjKLfl1vPbFnTqyGADD8mGRKIH/0VUYGtvrqeX33dn74P6Ww==",
+ "path": "microsoft.windows.eventtracing.processing.toolkit/1.11.0",
+ "hashPath": "microsoft.windows.eventtracing.processing.toolkit.1.11.0.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Regions/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dJXOT9xH3kbBf+Vye08ouEuljBLC9kXZUDVVk2eCGQLfiHKcMtjqWy6QDEH20iYfzQ25UnZfH1VMQxPCErqoNg==",
+ "path": "microsoft.windows.eventtracing.regions/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.regions.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Registry/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZQG7ITJeC+/ue+YWg2/0Jxzhb5tVa3ah7rN9/zTbsiC1n9qHdn9hYJu0WYhEcB6dJRMtH+D7GIb6V9BVtzVBJQ==",
+ "path": "microsoft.windows.eventtracing.registry/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.registry.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.ScheduledTasks/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-8DbP+QawBrT6tsVvrnoRafAN62lDj3wwBEQsTTRY0agDhHwRc1GsPsHZhSxIHnDzz+haO9mOlNMDxm+M6Wug0w==",
+ "path": "microsoft.windows.eventtracing.scheduledtasks/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.scheduledtasks.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Services/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ySNK8Sj/HSqybL5dXOBdGYv7ZOvZIlS8CuaDhmd56WwAm7ZDPDZlmYYsauZeSQERshVjSHAM9rCpjgF39oZLSw==",
+ "path": "microsoft.windows.eventtracing.services/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.services.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Syscalls/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZUWFUAvqiX/CQtCT+PGcg5pQIjiwfypfF6OlBRI438tBigqSK/i0laRa0tz1PUlZh/eirrpkwPiAZrbnfcIunQ==",
+ "path": "microsoft.windows.eventtracing.syscalls/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.syscalls.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.Utc/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-k3NnhQD1XSS483n55Iz8szwiE+yqWq/CvI8OQY4MPDS+Iaxcs5iA18lZhfgYPOn5MdwzFmiXK+avAsXV8UY+3A==",
+ "path": "microsoft.windows.eventtracing.utc/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.utc.1.12.10.nupkg.sha512"
+ },
+ "Microsoft.Windows.EventTracing.WindowInFocus/1.12.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ORnao3ZPcchTcvlOsRAKzfRE+g6hzSKWO2yHfHOhJ4/yZBiAF9Q6S1pQhKY7D2AuVmgm2H7rBvSacFgQQBXkSQ==",
+ "path": "microsoft.windows.eventtracing.windowinfocus/1.12.10",
+ "hashPath": "microsoft.windows.eventtracing.windowinfocus.1.12.10.nupkg.sha512"
+ },
+ "System.Memory/4.5.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
+ "path": "system.memory/4.5.3",
+ "hashPath": "system.memory.4.5.3.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/4.6.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==",
+ "path": "system.security.principal.windows/4.6.0",
+ "hashPath": "system.security.principal.windows.4.6.0.nupkg.sha512"
+ }
+ }
}
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/PerfParser.dll b/utilities/proprietary/ParseUtc/PerfParser.dll
index 169ad738..92f64997 100644
Binary files a/utilities/proprietary/ParseUtc/PerfParser.dll and b/utilities/proprietary/ParseUtc/PerfParser.dll differ
diff --git a/utilities/proprietary/ParseUtc/PerfParser.exe b/utilities/proprietary/ParseUtc/PerfParser.exe
index 1f430a87..89f47e5a 100644
Binary files a/utilities/proprietary/ParseUtc/PerfParser.exe and b/utilities/proprietary/ParseUtc/PerfParser.exe differ
diff --git a/utilities/proprietary/ParseUtc/PerfParser.pdb b/utilities/proprietary/ParseUtc/PerfParser.pdb
index 04a3fd8f..184ab42a 100644
Binary files a/utilities/proprietary/ParseUtc/PerfParser.pdb and b/utilities/proprietary/ParseUtc/PerfParser.pdb differ
diff --git a/utilities/proprietary/ParseUtc/PerfParser.runtimeconfig.json b/utilities/proprietary/ParseUtc/PerfParser.runtimeconfig.json
index d7845156..74da05aa 100644
--- a/utilities/proprietary/ParseUtc/PerfParser.runtimeconfig.json
+++ b/utilities/proprietary/ParseUtc/PerfParser.runtimeconfig.json
@@ -1,13 +1,13 @@
-{
- "runtimeOptions": {
- "tfm": "net8.0",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "8.0.0"
- },
- "configProperties": {
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ "configProperties": {
+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
}
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/StressUtcPerftrack.xml b/utilities/proprietary/ParseUtc/StressUtcPerftrack.xml
index 2c99abc7..1e041c17 100644
--- a/utilities/proprietary/ParseUtc/StressUtcPerftrack.xml
+++ b/utilities/proprietary/ParseUtc/StressUtcPerftrack.xml
@@ -1,4725 +1,6051 @@
-
-
-
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x200000000000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- entryPoint
-
-
- add
- 0
- equal
- 8
-
-
-
-
-
-
-
-
-
- match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
- match5487entryPointe_18
-
-
-
-
-
-
-
-
-
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}0x14{e305fb0f-da8e-52b5-a918-7a4f17a2531a}0x4000000000005HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Common.Boot_pidadd0Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcessProcessCreateProcessadd0equalMicrosoft.Office.Common.BootInterruptedadd0equal0Microsoft.Office.Common.BootInterruptedadd0equal1Microsoft.Office.Common.BootProcessIdentifieradd0regex.*OUTLOOK\.EXE.*match11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862Interruptede_10match11862ProcessIdentifierr_1__OUTLOOK__EXE__match11862Interruptede_11match11862ProcessIdentifierr_1__OUTLOOK__EXE__match11862_pide8729ProcessCreateProcess
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}0x14{e305fb0f-da8e-52b5-a918-7a4f17a2531a}0x4000000000005HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Common.BootProcessIdentifieradd0regex.*WINWORD\.EXE.*Microsoft.Office.Common.BootInterruptedadd0equal1Microsoft.Office.Common.BootInterruptedadd0equal0Microsoft.Office.Common.Boot_pidadd0Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcessProcessCreateProcessadd0equalmatch11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__WINWORD__EXE__match11862Interruptede_10match11862_pide8729ProcessCreateProcessmatch11862Interruptede_11match11862ProcessIdentifierr_1__WINWORD__EXE__match11862_pide8729ProcessCreateProcess
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}0x14{e305fb0f-da8e-52b5-a918-7a4f17a2531a}0x4000000000005HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Common.BootProcessIdentifieradd0regex.*EXCEL\.EXE.*Microsoft.Office.Common.BootInterruptedadd0equal0Microsoft.Office.Common.Boot_pidadd0Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcessProcessCreateProcessadd0equalMicrosoft.Office.Common.BootInterruptedadd0equal1match11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__EXCEL__EXE__match11862Interruptede_10match11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__EXCEL__EXE__match11862Interruptede_11match11862_pide8729ProcessCreateProcess
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}0x14{e305fb0f-da8e-52b5-a918-7a4f17a2531a}0x4000000000005HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Common.BootProcessIdentifieradd0regex.*POWERPNT\.EXE.*Microsoft.Office.Common.BootInterruptedadd0equal0Microsoft.Office.Common.Boot_pidadd0Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcessProcessCreateProcessadd0equalMicrosoft.Office.Common.BootInterruptedadd0equal1match11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__POWERPNT__EXE__match11862Interruptede_10match11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__POWERPNT__EXE__match11862Interruptede_11match11862_pide8729ProcessCreateProcess
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x0
- 5
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x0
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppStartup
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match14261_opcodee_11
-
-
-
-
-
-
-
-
-
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {4f30aa6d-f172-558c-7377-2eba41a4ed57}
- 0x400000000000
- 5
-
-
-
-
- {4f30aa6d-f172-558c-7377-2eba41a4ed57}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- equal
- Microsoft.ScreenSketch_8wekyb3d8bbwe!App
-
-
-
-
-
-
- match5487appIde_1Microsoft_ScreenSketch_8wekyb3d8bbwe_App
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {30336ed4-e327-447c-9de0-51b652c86108}
- 18583
- 0
- 0x1000000000000
- 5
-
-
-
-
- {30336ed4-e327-447c-9de0-51b652c86108}
- 18584
- 0
- 0x1000000000000
- 5
-
-
-
-
-
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
-
-
- _pid
-
-
- add
- 0
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
-
-
- _pid
-
-
- add
- 0
-
- equal
-
-
-
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
-
-
- _tid
-
-
- add
- 0
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
-
-
- _tid
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match1137_pide1138_pid
- match1137_tide1138_tid
-
-
-
-
- match1137_pide1138_pid
- match1137_tide1138_tid
-
-
-
-
-
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
-
-
- Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match807_opcodee_11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
-
-
- match890_opcodee_11
-
-
-
-
- match890_opcodee_12
-
-
-
-
-
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x2000000000000
- 5
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x2000000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
- InstallDate
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
- Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
-
- Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
-
-
- _aid
-
-
- add
- 0
-
-
- Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match1025_opcodee_11
- match1025_aide1025_aid
-
-
-
-
-
- match1025_aide1025_aid
- match1025_opcodee_12
-
-
-
-
-
-
-
-
-
-
- {e34441d9-5bcf-4958-b787-3bf824f362d7}
- 0x2000000000000
- 5
-
-
-
-
- {e34441d9-5bcf-4958-b787-3bf824f362d7}
- 0x2000000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
-
-
- EventName
-
-
- add
- 0
- equal
- Bing_QF_topResultRendered
-
-
-
-
-
- Microsoft.Windows.Shell.CortanaSearch.SearchBox_HandleSelectionChanged
-
-
- ImpressionId
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
-
-
- ImpressionId
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match1431ImpressionIde1432ImpressionId
-
-
-
-
- match1432EventNamee_1Bing_QF_topResultRendered
- match1431ImpressionIde1432ImpressionId
-
-
-
-
-
-
-
-
-
-
- {e34441d9-5bcf-4958-b787-3bf824f362d7}
- 0x2000000000000
- 5
-
-
-
-
- {e34441d9-5bcf-4958-b787-3bf824f362d7}
- 0x2000000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
-
-
- EventName
-
-
- add
- 0
- equal
- Bing_QF_topResultRendered
-
-
-
-
-
- Microsoft.Windows.Shell.CortanaSearch.SearchBox_HandleSelectionChanged
-
-
- ImpressionId
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
-
-
- ImpressionId
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match1431ImpressionIde1432ImpressionId
-
-
-
-
- match1432EventNamee_1Bing_QF_topResultRendered
- match1431ImpressionIde1432ImpressionId
-
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {8c416c79-d49b-4f01-a467-e56d3aa8234c}
- 37
- 0
- 0x40000
- 4
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- 8C416C79-D49B-4F01-A467-E56D3AA8234C.37_0
-
-
- TimeSinceOldestInputMs
-
-
- add
- 0
- greaterthan
- 50
-
-
-
-
-
-
- match6741TimeSinceOldestInputMsg_150
-
-
-
-
-
-
- {71b8ac9b-04b7-4216-82c0-dd54fee06d2c}0x14{71b8ac9b-04b7-4216-82c0-dd54fee06d2c}0x14{71b8ac9b-04b7-4216-82c0-dd54fee06d2c}0x14HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.PowerPoint.OpenDocumentBegin_pidadd0Microsoft.Office.PowerPoint.OpenDocumentSuccess_pidadd0equalMicrosoft.Office.PowerPoint.OpenDocumentBegin_pidadd0Microsoft.Office.PowerPoint.OpenDocumentError_pidadd0equalmatch11060_pide11061_pidmatch11060_pide11062_pidmatch11060_pide11061_pidmatch11060_pide11062_pid
- {6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14{6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14{6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Excel.OpenDocumentBegin_pidadd0Microsoft.Office.Excel.OpenDocumentSuccess_pidadd0equalMicrosoft.Office.Excel.OpenDocumentBegin_pidadd0Microsoft.Office.Excel.OpenDocumentError_pidadd0equalmatch11066_pide11067_pidmatch11066_pide11068_pidmatch11066_pide11067_pidmatch11066_pide11068_pid
- {6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14{6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14{6fd91573-4abc-43a5-84ee-acb8dc42888f}0x14HKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Excel.OpenDocumentBegin_pidadd0Microsoft.Office.Excel.OpenDocumentSuccess_pidadd0equalMicrosoft.Office.Excel.OpenDocumentBegin_pidadd0Microsoft.Office.Excel.OpenDocumentError_pidadd0equalmatch11066_pide11067_pidmatch11066_pide11068_pidmatch11066_pide11067_pidmatch11066_pide11068_pid
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}0x14{e305fb0f-da8e-52b5-a918-7a4f17a2531a}0x4000000000005HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ19[456789][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.mn_[a-z].*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ20[0123][0-9][0-9]\..*notregexHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*\.fe_[a-z].*notregexMicrosoft.Office.Common.BootProcessIdentifieradd0regex.*ONENOTE\.EXE.*Microsoft.Office.Common.BootInterruptedadd0equal0Microsoft.Office.Common.Boot_pidadd0Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcessProcessCreateProcessadd0equalMicrosoft.Office.Common.BootInterruptedadd0equal1match11862_pide8729ProcessCreateProcessmatch11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__ONENOTE__EXE__match11862Interruptede_10match11862_pide8729ProcessCreateProcessmatch11862ProcessIdentifierr_1__ONENOTE__EXE__match11862Interruptede_11match11862_pide8729ProcessCreateProcess
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x200000000000
- 5
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
-
-
-
-
-
-
- match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
-
-
-
-
-
-
-
-
-
-
-
-
-
- {1972db93-8ab1-47a6-8ff5-f37744fdb721}
- 0x1
- 4
-
-
-
-
- {1972db93-8ab1-47a6-8ff5-f37744fdb721}
- 0x1
- 4
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
-
- Microsoft.Office.Extensibility.AgaveActivationStart
-
-
- ControlCookie
-
-
- add
- 0
-
-
- Microsoft.Office.Extensibility.AgaveActivationStop
-
-
- ControlCookie
-
-
- add
- 0
-
- equal
-
-
-
-
-
- Microsoft.Office.Extensibility.AgaveActivationStart
-
-
- _pid
-
-
- add
- 0
-
-
- Microsoft.Office.Extensibility.AgaveActivationStop
-
-
- _pid
-
-
- add
- 0
-
- equal
-
-
-
-
- Microsoft.Office.Extensibility.AgaveActivationStart
-
-
- RemoterType
-
-
- add
- 0
- greaterthanequal
- 8
-
-
-
-
-
-
- match11854ControlCookiee11855ControlCookie
- match11854_pide11855_pid
- match11854RemoterTypege_18
-
-
-
-
- match11854ControlCookiee11855ControlCookie
- match11854_pide11855_pid
-
-
-
-
-
-
-
-
-
-
- {7e6b69b9-2aec-4fb3-9426-69a0f2b61a86}
- 0x400000000000
- 5
-
-
-
-
-
-
- verbld
- 21324
- greaterthanequal
- Numeric
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _aid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
-
-
- match5981_opcodee_11
- match5981_aide5981_aid
-
-
-
-
- match5981_opcodee_12
- match5981_aide5981_aid
-
-
-
-
-
-
-
-
-
-
- {487d6e37-1b9d-46d3-a8fd-54ce8bdf8a53}
- 0x400000000000
- 5
-
-
-
-
-
-
- verbld
- 19611
- greaterthanequal
- Numeric
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}0x25HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsMicrosoft.Windows.Health.TestInProduction.TestResulttestCaseIdadd0equal32188357Microsoft.Windows.Health.TestInProduction.TestResultcompletionKindadd0equal1match13547testCaseIde_132188357match13547completionKinde_11
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 29881890
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match13547testCaseIde_129881890
- match13547completionKinde_11
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 29783662
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match13547testCaseIde_129783662
- match13547completionKinde_11
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 29829128
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match13547testCaseIde_129829128
- match13547completionKinde_11
-
-
-
-
-
-
-
-
-
-
- {ef00584a-2655-462c-bc24-e7de630e7fbf}
- 0x2000000000000
- 4
-
-
-
-
- {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
- 0x400000000000
- 5
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x4000000000000
- 5
-
-
-
-
- {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
- InstallDate
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- ActivationManager.AAMShim_ActivationStart
-
-
- AppId
-
-
- add
- 0
- equal
- windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
-
-
-
-
- Microsoft.Windows.AppLifeCycle.ModernAppLaunch_UIResponsive
-
-
- AumId
-
-
- add
- 0
- equal
- windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.NavigatedToSettingsPage
-
-
- pageGroupName
-
-
- add
- 0
- notequal
- SettingsPageHome
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.NavigatedToSettingsPage
-
-
- pageGroupName
-
-
- add
- 0
- equal
- SettingsPageHome
-
-
-
-
- ActivationManager.AAMShim_ActivationStop
-
-
- AppId
-
-
- add
- 0
- equal
- windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
-
-
-
-
- ActivationManager.AAMShim_ActivationStop
-
-
- HR
-
-
- add
- 0
- notequal
- 0
-
-
-
-
-
-
- match6058AppIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
-
-
-
-
- match6060AppIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
- match6060HRne_10
-
-
- match13550pageGroupNamee_1SettingsPageHome
-
-
- match13550pageGroupNamene_1SettingsPageHome
-
-
-
-
- match2004AumIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
-
-
-
-
-
-
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
- InstallDate
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- system\platform\devicetargetinginfo
- PhoneModelName
- REG_SZ
- ^P6218.*$|^RM-1104.*$|^RM-1105.*$|^RM-1106.*$|^RM-1107.*$|^RM-1108.*$|^RM-1118.*$|^RM-1123.*$|^.*Lumia 950$
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
-
-
- match890_opcodee_11
-
-
-
-
- match890_opcodee_12
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ScriptFilter91598
-
-
-
-
-
-
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x4000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
-
-
-
-
-
-
- match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x4
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _aid
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match13750_opcodee_11
- match13750_aide13750_aid
-
-
-
-
- match13750_opcodee_12
- match13750_aide13750_aid
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 30934572
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- reason
-
-
- add
- 0
- equal
- 4
-
-
-
-
-
-
- match13547testCaseIde_130934572
- match13547completionKinde_11
- match13547reasone_14
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x4
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 38098473
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match13547testCaseIde_138098473
- match13547completionKinde_11
-
-
-
-
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _cv
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.UIItemsView_ItemsViewFinishedDisplaying
-
-
- _cv
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match7028_opcodee_11
-
-
-
-
- match7314_cve14616_cv
-
-
-
-
- match7314_cve14616_cv
-
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateToPidl
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- namespaceCLSID
-
-
- add
- 0
- equal
- F874310E-B6B7-47DC-BC84-B9E6B38F5903
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _cv
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- _cv
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match7028_opcodee_11
-
-
-
-
- match7314_cve14615_cv
-
-
-
-
- match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
- match7314_cve14615_cv
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}0x25HKEY_LOCAL_MACHINESOFTWARE\Microsoft\SQMClientIsTestREG_NONEnotexistsHKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersionBuildLabExREG_SZ.*chk.*notregexHKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\SystemInformationSystemProductNameREG_SZVirtual MachinenotregexHKEY_LOCAL_MACHINESOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}REG_NONEnotexistsMicrosoft.Windows.Health.TestInProduction.TestResulttestCaseIdadd0equal34903294Microsoft.Windows.Health.TestInProduction.TestResultcompletionKindadd0equal1match13547testCaseIde_134903294match13547completionKinde_11
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x800000000000
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x800000000000
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x800000000000
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x800000000000
- 5
-
-
-
-
- {21f0190b-6273-5306-5451-77ba8481d945}
- 0x800000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayEntitiesFound
-
-
- entitiesFound
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingStarted
-
-
- sessionId
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayInvoked
-
-
- sessionId
-
-
- add
- 0
-
- equal
-
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingCompleted
-
-
- sessionId
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingStarted
-
-
- sessionId
-
-
- add
- 0
-
- equal
-
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayEntitiesFound
-
-
- sessionId
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingCompleted
-
-
- sessionId
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
-
-
-
- match14393sessionIde14494sessionId
-
-
-
-
- match14393sessionIde14494sessionId
- match14570sessionIde14393sessionId
-
-
-
-
- match14570sessionIde14393sessionId
- match14394sessionIde14570sessionId
-
-
-
-
- match14394entitiesFounde_11
- match14394sessionIde14570sessionId
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x2
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- testCaseId
-
-
- add
- 0
- equal
- 47021740
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult
-
-
- completionKind
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match13547completionKinde_11
- match13547testCaseIde_147021740
-
-
-
-
-
-
-
-
-
-
- {50109fbd-6d85-5815-731e-c907eca1607b}
- 0x800000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Health.TestInProduction.TestResult54663162
-
-
- reason
-
-
- add
- 0
- equal
- 0
-
-
-
-
-
-
- match14622reasone_10
-
-
-
-
-
-
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x4
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x4
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x4
- 5
-
-
-
-
- {6c149742-e482-51d6-c321-65faf2385f28}
- 0x4
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.AITextActionResultControlActivity
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.FirstTokenArrived
-
-
- _aid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DiscoveryOverlay.AITextActionResultControlActivity
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
-
-
-
- match14576_opcodee_11
- match14574_aide14576_aid
-
-
-
-
-
- match14574_aide14576_aid
-
-
-
-
-
-
-
-
-
-
- {01ce7c91-c7ea-5d9a-321f-63c6d4e29554}
- 0x400000000000
- 4
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.OfficeHome.UWPApp.M365CopilotInfo
-
-
- PerformanceMarkerName
-
-
- add
- 0
- like
- EarlyReturnFromCurrentInstance
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- .*Microsoft\.MicrosoftOfficeHub.*
-
-
-
-
- Microsoft.OfficeHome.UWPApp.M365CopilotInfo
-
-
- PerformanceMarkerName
-
-
- add
- 0
- like
- CreateFrameUIWindow
-
-
-
-
-
-
- match5487appIdr_1__Microsoft__MicrosoftOfficeHub__
-
-
-
-
- match14662PerformanceMarkerNamel_1EarlyReturnFromCurrentInstance
-
-
- match14662PerformanceMarkerNamel_1CreateFrameUIWindow
-
-
-
-
-
-
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- Location
-
-
- add
- 0
- equal
- 3
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- AppId
-
-
- add
- 0
- equal
- Microsoft.Windows.Explorer
-
-
-
-
- MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
-
-
- namespaceCLSID
-
-
- add
- 0
- equal
- f874310e-b6b7-47dc-bc84-b9e6b38f5903
-
-
-
-
- MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
-
-
- isPrelaunchedWindow
-
-
- add
- 0
- equal
- false
-
-
-
-
-
-
- match14643namespaceCLSIDe_1f874310e_b6b7_47dc_bc84_b9e6b38f5903
- match14643isPrelaunchedWindowe_1false
-
-
-
-
- match7312Locatione_13
- match7312AppIde_1Microsoft_Windows_Explorer
-
-
-
-
-
-
-
-
-
-
- {2c00a440-76de-4fe3-856f-00557535be83}
- 0x400000000000
- 5
-
-
-
-
- {c6ba71ae-658c-5a9b-94f5-b2026290198a}
- 0x400000000000
- 5
-
-
-
-
- {2c00a440-76de-4fe3-856f-00557535be83}
- 0x400000000000
- 5
-
-
-
-
- {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
- 0x400000000000
- 5
-
-
-
-
- {4bfe0fde-99d6-5630-8a47-da7bfaefd876}
- 0x400000000000
- 5
-
-
-
-
- {f2d83e5e-0315-5350-c23e-00eded32e79c}
- 0x400000000000
- 5
-
-
-
-
- {f2d83e5e-0315-5350-c23e-00eded32e79c}
- 0x400000000000
- 5
-
-
-
-
- {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
- 0x400000000000
- 5
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- Microsoft.Windows.Shell.ControlCenter.LaunchControlCenterV1
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
- ActivationManager.AAMShim_ActivationStop
-
-
- AppId
-
-
- add
- 0
- like
- ControlCenterExperienceHostVS_
-
-
-
-
- ActivationManager.ActivationPerfStats
-
-
- AppId
-
-
- add
- 0
- equal
- Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App
-
-
-
-
- ActivationManager.ActivationPerfStats
-
-
- toActivated
-
-
- add
- 0
- greaterthan
- 3000
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- notequal
- Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App
-
-
-
-
-
-
- match13367_opcodee_11
-
-
-
-
-
- match13367_opcodee_11
-
-
-
- match6060AppIdl_1ControlCenterExperienceHostVS_
-
-
-
-
-
- match13541AppIde_1Microsoft_Windows_ShellExperienceHost_cw5n1h2t
- match13541toActivatedg_13000
-
-
-
- match5487appIdne_1Microsoft_Windows_ShellExperienceHost_cw5n1h2t
-
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _cv
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- _cv
-
-
- add
- 0
-
- equal
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- Location
-
-
- add
- 0
- equal
- 3
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- AppId
-
-
- add
- 0
- equal
- Microsoft.Windows.Explorer
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _aid
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- namespaceCLSID
-
-
- add
- 0
- equal
- F874310E-B6B7-47DC-BC84-B9E6B38F5903
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _tid
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _tid
-
-
- add
- 0
-
- equal
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- HResult
-
-
- add
- 0
- equal
- 0
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- NavigationEvent
-
-
- add
- 0
- equal
- 0
-
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- BrowseLocationRawPath
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- RawPath
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match7313_opcodee_11
- match7313_aide7313_aid
-
-
-
-
- match7312Locatione_13
- match7312AppIde_1Microsoft_Windows_Explorer
-
-
-
-
- match7314_cve14615_cv
- match7314NavigationEvente_10
- match7314_tide7313_tid
- match7314HResulte_10
- match7313BrowseLocationRawPathe7314RawPath
-
-
-
-
- match7313_aide7313_aid
- match7314_tide7313_tid
- match7313_opcodee_12
- match7313BrowseLocationRawPathe7314RawPath
-
-
-
-
- match7314_cve14615_cv
- match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
-
-
-
-
-
-
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- Location
-
-
- add
- 0
- equal
- 3
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- AppId
-
-
- add
- 0
- equal
- Microsoft.Windows.Explorer
-
-
-
-
- MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
-
-
- namespaceCLSID
-
-
- add
- 0
- equal
- f874310e-b6b7-47dc-bc84-b9e6b38f5903
-
-
-
-
- MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
-
-
- isPrelaunchedWindow
-
-
- add
- 0
- equal
- false
-
-
-
-
-
-
- match14643namespaceCLSIDe_1f874310e_b6b7_47dc_bc84_b9e6b38f5903
- match14643isPrelaunchedWindowe_1false
-
-
-
-
- match7312Locatione_13
- match7312AppIde_1Microsoft_Windows_Explorer
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 32188357
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_132188357
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x200000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ entryPoint
+
+
+ add
+ 0
+ equal
+ 8
+
+
+
+
+
+
+
+
+
+ match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
+ match5487entryPointe_18
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*OUTLOOK\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__OUTLOOK__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*WINWORD\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__WINWORD__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*EXCEL\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__EXCEL__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*POWERPNT\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__POWERPNT__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x0
+ 5
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x0
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppStartup
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match14261_opcodee_11
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ equal
+ Microsoft.ScreenSketch_8wekyb3d8bbwe!App
+
+
+
+
+
+
+ match5487appIde_1Microsoft_ScreenSketch_8wekyb3d8bbwe_App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {30336ed4-e327-447c-9de0-51b652c86108}
+ 18583
+ 0
+ 0x1000000000000
+ 5
+
+
+
+
+ {30336ed4-e327-447c-9de0-51b652c86108}
+ 18584
+ 0
+ 0x1000000000000
+ 5
+
+
+
+
+
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
+
+
+ _tid
+
+
+ add
+ 0
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
+
+
+ _tid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match1137_pide1138_pid
+ match1137_tide1138_tid
+
+
+
+
+ match1137_pide1138_pid
+ match1137_tide1138_tid
+
+
+
+
+
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match807_opcodee_11
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+
+
+ match890_opcodee_11
+
+
+
+
+ match890_opcodee_12
+
+
+
+
+
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x2000000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x2000000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
+ InstallDate
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ Microsoft-Windows-Shell-Launcher.LauncherInvokeActivity
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match1025_opcodee_11
+ match1025_aide1025_aid
+
+
+
+
+
+ match1025_aide1025_aid
+ match1025_opcodee_12
+
+
+
+
+
+
+
+
+
+
+ {e34441d9-5bcf-4958-b787-3bf824f362d7}
+ 0x2000000000000
+ 5
+
+
+
+
+ {e34441d9-5bcf-4958-b787-3bf824f362d7}
+ 0x2000000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
+
+
+ EventName
+
+
+ add
+ 0
+ equal
+ Bing_QF_topResultRendered
+
+
+
+
+
+ Microsoft.Windows.Shell.CortanaSearch.SearchBox_HandleSelectionChanged
+
+
+ ImpressionId
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.CortanaSearch.CortanaApp_LogMeasure
+
+
+ ImpressionId
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match1431ImpressionIde1432ImpressionId
+
+
+
+
+ match1432EventNamee_1Bing_QF_topResultRendered
+ match1431ImpressionIde1432ImpressionId
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8c416c79-d49b-4f01-a467-e56d3aa8234c}
+ 37
+ 0
+ 0x40000
+ 4
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ 8C416C79-D49B-4F01-A467-E56D3AA8234C.37_0
+
+
+ TimeSinceOldestInputMs
+
+
+ add
+ 0
+ greaterthan
+ 50
+
+
+
+
+
+
+ match6741TimeSinceOldestInputMsg_150
+
+
+
+
+
+
+
+
+
+
+ {71b8ac9b-04b7-4216-82c0-dd54fee06d2c}
+ 0x1
+ 4
+
+
+
+
+ {71b8ac9b-04b7-4216-82c0-dd54fee06d2c}
+ 0x1
+ 4
+
+
+
+
+ {71b8ac9b-04b7-4216-82c0-dd54fee06d2c}
+ 0x1
+ 4
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+ Microsoft.Office.PowerPoint.OpenDocumentBegin
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Office.PowerPoint.OpenDocumentSuccess
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ Microsoft.Office.PowerPoint.OpenDocumentBegin
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Office.PowerPoint.OpenDocumentError
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match11060_pide11061_pid
+ match11060_pide11062_pid
+
+
+
+
+ match11060_pide11061_pid
+
+
+ match11060_pide11062_pid
+
+
+
+
+
+
+
+
+
+
+ {6fd91573-4abc-43a5-84ee-acb8dc42888f}
+ 0x1
+ 4
+
+
+
+
+ {6fd91573-4abc-43a5-84ee-acb8dc42888f}
+ 0x1
+ 4
+
+
+
+
+ {6fd91573-4abc-43a5-84ee-acb8dc42888f}
+ 0x1
+ 4
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+ Microsoft.Office.Excel.OpenDocumentBegin
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Office.Excel.OpenDocumentSuccess
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ Microsoft.Office.Excel.OpenDocumentBegin
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Office.Excel.OpenDocumentError
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match11066_pide11067_pid
+ match11066_pide11068_pid
+
+
+
+
+ match11066_pide11067_pid
+
+
+ match11066_pide11068_pid
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ ProcessIdentifier
+
+
+ add
+ 0
+ regex
+ .*ONENOTE\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+ match11862_pide8729ProcessCreateProcess
+
+
+
+
+ match11862ProcessIdentifierr_1__ONENOTE__EXE__
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862ProcessIdentifierr_1__ONENOTE__EXE__
+ match11862Interruptede_11
+ match11862_pide8729ProcessCreateProcess
+
+
+
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x200000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
+
+
+
+
+
+
+ match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {1972db93-8ab1-47a6-8ff5-f37744fdb721}
+ 0x1
+ 4
+
+
+
+
+ {1972db93-8ab1-47a6-8ff5-f37744fdb721}
+ 0x1
+ 4
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+ Microsoft.Office.Extensibility.AgaveActivationStart
+
+
+ ControlCookie
+
+
+ add
+ 0
+
+
+ Microsoft.Office.Extensibility.AgaveActivationStop
+
+
+ ControlCookie
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ Microsoft.Office.Extensibility.AgaveActivationStart
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Office.Extensibility.AgaveActivationStop
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft.Office.Extensibility.AgaveActivationStart
+
+
+ RemoterType
+
+
+ add
+ 0
+ greaterthanequal
+ 8
+
+
+
+
+
+
+ match11854ControlCookiee11855ControlCookie
+ match11854_pide11855_pid
+ match11854RemoterTypege_18
+
+
+
+
+ match11854ControlCookiee11855ControlCookie
+ match11854_pide11855_pid
+
+
+
+
+
+
+
+
+
+
+ {7e6b69b9-2aec-4fb3-9426-69a0f2b61a86}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ verbld
+ 21324
+ greaterthanequal
+ Numeric
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+
+
+ match5981_opcodee_11
+ match5981_aide5981_aid
+
+
+
+
+ match5981_opcodee_12
+ match5981_aide5981_aid
+
+
+
+
+
+
+
+
+
+
+ {487d6e37-1b9d-46d3-a8fd-54ce8bdf8a53}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ verbld
+ 19611
+ greaterthanequal
+ Numeric
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 29881890
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_129881890
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 29783662
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_129783662
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 29829128
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_129829128
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+ {ef00584a-2655-462c-bc24-e7de630e7fbf}
+ 0x2000000000000
+ 4
+
+
+
+
+ {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
+ 0x400000000000
+ 5
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x4000000000000
+ 5
+
+
+
+
+ {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
+ InstallDate
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ ActivationManager.AAMShim_ActivationStart
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.ModernAppLaunch_UIResponsive
+
+
+ AumId
+
+
+ add
+ 0
+ equal
+ windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.NavigatedToSettingsPage
+
+
+ pageGroupName
+
+
+ add
+ 0
+ notequal
+ SettingsPageHome
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.NavigatedToSettingsPage
+
+
+ pageGroupName
+
+
+ add
+ 0
+ equal
+ SettingsPageHome
+
+
+
+
+ ActivationManager.AAMShim_ActivationStop
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
+
+
+
+
+ ActivationManager.AAMShim_ActivationStop
+
+
+ HR
+
+
+ add
+ 0
+ notequal
+ 0
+
+
+
+
+
+
+ match6058AppIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
+
+
+
+
+ match6060AppIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
+ match6060HRne_10
+
+
+ match13550pageGroupNamee_1SettingsPageHome
+
+
+ match13550pageGroupNamene_1SettingsPageHome
+
+
+
+
+ match2004AumIde_1windows_immersivecontrolpanel_cw5n1h2txyewy_mic
+
+
+
+
+
+
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
+ InstallDate
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ system\platform\devicetargetinginfo
+ PhoneModelName
+ REG_SZ
+ ^P6218.*$|^RM-1104.*$|^RM-1105.*$|^RM-1106.*$|^RM-1107.*$|^RM-1108.*$|^RM-1118.*$|^RM-1123.*$|^.*Lumia 950$
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppPageLaunch
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+
+
+ match890_opcodee_11
+
+
+
+
+ match890_opcodee_12
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ScriptFilter91598
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x4000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
+
+
+
+
+
+
+ match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x4
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match13750_opcodee_11
+ match13750_aide13750_aid
+
+
+
+
+ match13750_opcodee_12
+ match13750_aide13750_aid
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 30934572
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ reason
+
+
+ add
+ 0
+ equal
+ 4
+
+
+
+
+
+
+ match13547testCaseIde_130934572
+ match13547completionKinde_11
+ match13547reasone_14
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x4
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 38098473
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547testCaseIde_138098473
+ match13547completionKinde_11
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _cv
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.UIItemsView_ItemsViewFinishedDisplaying
+
+
+ _cv
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match7028_opcodee_11
+
+
+
+
+ match7314_cve14616_cv
+
+
+
+
+ match7314_cve14616_cv
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateToPidl
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ F874310E-B6B7-47DC-BC84-B9E6B38F5903
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _cv
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ _cv
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match7028_opcodee_11
+
+
+
+
+ match7314_cve14615_cv
+
+
+
+
+ match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
+ match7314_cve14615_cv
+
+
+
+
+
+
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x800000000000
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x800000000000
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x800000000000
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x800000000000
+ 5
+
+
+
+
+ {21f0190b-6273-5306-5451-77ba8481d945}
+ 0x800000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayEntitiesFound
+
+
+ entitiesFound
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingStarted
+
+
+ sessionId
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayInvoked
+
+
+ sessionId
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingCompleted
+
+
+ sessionId
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingStarted
+
+
+ sessionId
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayEntitiesFound
+
+
+ sessionId
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.DiscoveryOverlayScreenUnderstandingCompleted
+
+
+ sessionId
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+
+
+
+ match14393sessionIde14494sessionId
+
+
+
+
+ match14393sessionIde14494sessionId
+ match14570sessionIde14393sessionId
+
+
+
+
+ match14570sessionIde14393sessionId
+ match14394sessionIde14570sessionId
+
+
+
+
+ match14394entitiesFounde_11
+ match14394sessionIde14570sessionId
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x2
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ testCaseId
+
+
+ add
+ 0
+ equal
+ 47021740
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult
+
+
+ completionKind
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match13547completionKinde_11
+ match13547testCaseIde_147021740
+
+
+
+
+
+
+
+
+
+
+ {50109fbd-6d85-5815-731e-c907eca1607b}
+ 0x800000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Health.TestInProduction.TestResult54663162
+
+
+ reason
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+
+ match14622reasone_10
+
+
+
+
+
+
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x4
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x4
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x4
+ 5
+
+
+
+
+ {6c149742-e482-51d6-c321-65faf2385f28}
+ 0x4
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.AITextActionResultControlActivity
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.FirstTokenArrived
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DiscoveryOverlay.AITextActionResultControlActivity
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+
+
+
+ match14576_opcodee_11
+ match14574_aide14576_aid
+
+
+
+
+
+ match14574_aide14576_aid
+
+
+
+
+
+
+
+
+
+
+ {01ce7c91-c7ea-5d9a-321f-63c6d4e29554}
+ 0x400000000000
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.OfficeHome.UWPApp.M365CopilotInfo
+
+
+ PerformanceMarkerName
+
+
+ add
+ 0
+ like
+ EarlyReturnFromCurrentInstance
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*Microsoft\.MicrosoftOfficeHub.*
+
+
+
+
+ Microsoft.OfficeHome.UWPApp.M365CopilotInfo
+
+
+ PerformanceMarkerName
+
+
+ add
+ 0
+ like
+ CreateFrameUIWindow
+
+
+
+
+
+
+ match5487appIdr_1__Microsoft__MicrosoftOfficeHub__
+
+
+
+
+ match14662PerformanceMarkerNamel_1EarlyReturnFromCurrentInstance
+
+
+ match14662PerformanceMarkerNamel_1CreateFrameUIWindow
+
+
+
+
+
+
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ Location
+
+
+ add
+ 0
+ equal
+ 3
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.Explorer
+
+
+
+
+ MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ f874310e-b6b7-47dc-bc84-b9e6b38f5903
+
+
+
+
+ MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
+
+
+ isPrelaunchedWindow
+
+
+ add
+ 0
+ equal
+ false
+
+
+
+
+
+
+ match14643namespaceCLSIDe_1f874310e_b6b7_47dc_bc84_b9e6b38f5903
+ match14643isPrelaunchedWindowe_1false
+
+
+
+
+ match7312Locatione_13
+ match7312AppIde_1Microsoft_Windows_Explorer
+
+
+
+
+
+
+
+
+
+
+ {2c00a440-76de-4fe3-856f-00557535be83}
+ 0x400000000000
+ 5
+
+
+
+
+ {c6ba71ae-658c-5a9b-94f5-b2026290198a}
+ 0x400000000000
+ 5
+
+
+
+
+ {2c00a440-76de-4fe3-856f-00557535be83}
+ 0x400000000000
+ 5
+
+
+
+
+ {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
+ 0x400000000000
+ 5
+
+
+
+
+ {4bfe0fde-99d6-5630-8a47-da7bfaefd876}
+ 0x400000000000
+ 5
+
+
+
+
+ {f2d83e5e-0315-5350-c23e-00eded32e79c}
+ 0x400000000000
+ 5
+
+
+
+
+ {f2d83e5e-0315-5350-c23e-00eded32e79c}
+ 0x400000000000
+ 5
+
+
+
+
+ {cf7f94b3-08dc-5257-422f-497d7dc86ab3}
+ 0x400000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ Microsoft.Windows.Shell.ControlCenter.LaunchControlCenterV1
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ ActivationManager.AAMShim_ActivationStop
+
+
+ AppId
+
+
+ add
+ 0
+ like
+ ControlCenterExperienceHostVS_
+
+
+
+
+ ActivationManager.ActivationPerfStats
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App
+
+
+
+
+ ActivationManager.ActivationPerfStats
+
+
+ toActivated
+
+
+ add
+ 0
+ greaterthan
+ 3000
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ notequal
+ Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App
+
+
+
+
+
+
+ match13367_opcodee_11
+
+
+
+
+
+ match13367_opcodee_11
+
+
+
+ match6060AppIdl_1ControlCenterExperienceHostVS_
+
+
+
+
+
+ match13541AppIde_1Microsoft_Windows_ShellExperienceHost_cw5n1h2t
+ match13541toActivatedg_13000
+
+
+
+ match5487appIdne_1Microsoft_Windows_ShellExperienceHost_cw5n1h2t
+
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _cv
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ _cv
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ Location
+
+
+ add
+ 0
+ equal
+ 3
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.Explorer
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ F874310E-B6B7-47DC-BC84-B9E6B38F5903
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _tid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _tid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ HResult
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ NavigationEvent
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ BrowseLocationRawPath
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ RawPath
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match7313_opcodee_11
+ match7313_aide7313_aid
+
+
+
+
+ match7312Locatione_13
+ match7312AppIde_1Microsoft_Windows_Explorer
+
+
+
+
+ match7314_cve14615_cv
+ match7314NavigationEvente_10
+ match7314_tide7313_tid
+ match7314HResulte_10
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7313_aide7313_aid
+ match7314_tide7313_tid
+ match7313_opcodee_12
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7314_cve14615_cv
+ match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
+
+
+
+
+
+
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ Location
+
+
+ add
+ 0
+ equal
+ 3
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.Explorer
+
+
+
+
+ MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ f874310e-b6b7-47dc-bc84-b9e6b38f5903
+
+
+
+
+ MicrosoftWindowsFileExplorer.FirstViewLoadedOnWindowCreation
+
+
+ isPrelaunchedWindow
+
+
+ add
+ 0
+ equal
+ false
+
+
+
+
+
+
+ match14643namespaceCLSIDe_1f874310e_b6b7_47dc_bc84_b9e6b38f5903
+ match14643isPrelaunchedWindowe_1false
+
+
+
+
+ match7312Locatione_13
+ match7312AppIde_1Microsoft_Windows_Explorer
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/UtcPerftrack.xml b/utilities/proprietary/ParseUtc/UtcPerftrack.xml
index d873bd01..38d5b8c2 100644
--- a/utilities/proprietary/ParseUtc/UtcPerftrack.xml
+++ b/utilities/proprietary/ParseUtc/UtcPerftrack.xml
@@ -1,1678 +1,1678 @@
-
-
-
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x200000000000
- 5
-
-
-
-
- {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
- 0x20000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- entryPoint
-
-
- add
- 0
- equal
- 8
-
-
-
-
-
-
-
-
-
- match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
- match5487entryPointe_18
-
-
-
-
-
-
-
-
-
-
-
-
-
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
- 0x1
- 4
-
-
-
-
- {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
- 0x400000000000
- 5
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- .*OUTLOOK\.EXE.*
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 1
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 0
-
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- _pid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
-
-
- ProcessCreateProcess
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match5487appIdr_1__OUTLOOK__EXE__
-
-
-
-
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
- match11862Interruptede_10
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
-
-
-
-
-
-
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
- 0x1
- 4
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- .*WINWORD\.EXE.*
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 0
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- _pid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
-
-
- ProcessCreateProcess
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match5487appIdr_1__WINWORD__EXE__
-
-
-
-
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
- match11862Interruptede_10
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
-
-
-
-
-
-
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
- 0x1
- 4
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- .*EXCEL\.EXE.*
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 0
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- _pid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
-
-
- ProcessCreateProcess
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match5487appIdr_1__EXCEL__EXE__
-
-
-
-
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
- match11862Interruptede_10
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
-
-
-
-
-
-
- {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
- 0x1
- 4
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 19[456789][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.mn_[a-z].*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- 20[0123][0-9][0-9]\..*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*\.fe_[a-z].*
- notregex
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- regex
- .*POWERPNT\.EXE.*
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 0
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- Interrupted
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- Microsoft.Office.Common.Boot
-
-
- _pid
-
-
- add
- 0
-
-
- Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
-
-
- ProcessCreateProcess
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match5487appIdr_1__POWERPNT__EXE__
-
-
-
-
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
- match11862Interruptede_10
- match11862_pide8729ProcessCreateProcess
-
-
- match11862Interruptede_11
-
-
-
-
-
-
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x0
- 5
-
-
-
-
- {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
- 0x0
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppStartup
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
-
- match14261_opcodee_11
-
-
-
-
-
-
-
-
-
-
-
-
-
- {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
- 0x400000000000
- 5
-
-
-
-
- {4f30aa6d-f172-558c-7377-2eba41a4ed57}
- 0x400000000000
- 5
-
-
-
-
- {4f30aa6d-f172-558c-7377-2eba41a4ed57}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
- Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
-
-
- appId
-
-
- add
- 0
- equal
- Microsoft.ScreenSketch_8wekyb3d8bbwe!App
-
-
-
-
-
-
- match5487appIde_1Microsoft_ScreenSketch_8wekyb3d8bbwe_App
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {30336ed4-e327-447c-9de0-51b652c86108}
- 18583
- 0
- 0x1000000000000
- 5
-
-
-
-
- {30336ed4-e327-447c-9de0-51b652c86108}
- 18584
- 0
- 0x1000000000000
- 5
-
-
-
-
-
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
-
-
- _pid
-
-
- add
- 0
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
-
-
- _pid
-
-
- add
- 0
-
- equal
-
-
-
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
-
-
- _tid
-
-
- add
- 0
-
-
- 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
-
-
- _tid
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match1137_pide1138_pid
- match1137_tide1138_tid
-
-
-
-
- match1137_pide1138_pid
- match1137_tide1138_tid
-
-
-
-
-
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {3d6120a6-0986-51c4-213a-e2975903051d}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
- {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
- 0x400000000000
- 5
-
-
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\SQMClient
- IsTest
- REG_NONE
-
- notexists
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\Microsoft\Windows NT\CurrentVersion
- BuildLabEx
- REG_SZ
- .*chk.*
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SYSTEM\CurrentControlSet\Control\SystemInformation
- SystemProductName
- REG_SZ
- Virtual Machine
- notregex
-
-
-
-
- HKEY_LOCAL_MACHINE
- SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
-
- REG_NONE
-
- notexists
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _cv
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- _cv
-
-
- add
- 0
-
- equal
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- Location
-
-
- add
- 0
- equal
- 3
-
-
-
-
- Microsoft-Windows-Shell-Launcher.AppLaunch
-
-
- AppId
-
-
- add
- 0
- equal
- Microsoft.Windows.Explorer
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _opcode
-
-
- add
- 0
- equal
- 1
-
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _aid
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _aid
-
-
- add
- 0
-
- equal
-
-
-
-
- MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
-
-
- namespaceCLSID
-
-
- add
- 0
- equal
- F874310E-B6B7-47DC-BC84-B9E6B38F5903
-
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- _tid
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _tid
-
-
- add
- 0
-
- equal
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- HResult
-
-
- add
- 0
- equal
- 0
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- _opcode
-
-
- add
- 0
- equal
- 2
-
-
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- NavigationEvent
-
-
- add
- 0
- equal
- 0
-
-
-
-
-
- MicrosoftWindowsFileExplorer.ShellBrowserCreate
-
-
- BrowseLocationRawPath
-
-
- add
- 0
-
-
- MicrosoftWindowsFileExplorer.NavigateEnd
-
-
- RawPath
-
-
- add
- 0
-
- equal
-
-
-
-
-
-
- match7313_opcodee_11
- match7313_aide7313_aid
-
-
-
-
- match7312Locatione_13
- match7312AppIde_1Microsoft_Windows_Explorer
-
-
-
-
- match7314_cve14615_cv
- match7314NavigationEvente_10
- match7314_tide7313_tid
- match7314HResulte_10
- match7313BrowseLocationRawPathe7314RawPath
-
-
-
-
- match7313_aide7313_aid
- match7314_tide7313_tid
- match7313_opcodee_12
- match7313BrowseLocationRawPathe7314RawPath
-
-
-
-
- match7314_cve14615_cv
- match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x200000000000
+ 5
+
+
+
+
+ {3a5f2396-5c8f-4f1f-9b67-6cca6c990e61}
+ 0x20000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ ^(MSEdge|MSEdge\.[a-zA-Z0-9.]*)$
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ entryPoint
+
+
+ add
+ 0
+ equal
+ 8
+
+
+
+
+
+
+
+
+
+ match5487appIdr_1__MSEdge_MSEdge___a_zA_Z0_9_____
+ match5487entryPointe_18
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*OUTLOOK\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__OUTLOOK__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*WINWORD\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__WINWORD__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*EXCEL\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__EXCEL__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {8a3a9fd4-21d3-470b-b1d6-838b9fc8637b}
+ 0x1
+ 4
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {e305fb0f-da8e-52b5-a918-7a4f17a2531a}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 19[456789][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.mn_[a-z].*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ 20[0123][0-9][0-9]\..*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*\.fe_[a-z].*
+ notregex
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ regex
+ .*POWERPNT\.EXE.*
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ Interrupted
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ Microsoft.Office.Common.Boot
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ Microsoft.Windows.Shell.DefaultAssoc.CreateAssociatedProcess
+
+
+ ProcessCreateProcess
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match5487appIdr_1__POWERPNT__EXE__
+
+
+
+
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+ match11862Interruptede_10
+ match11862_pide8729ProcessCreateProcess
+
+
+ match11862Interruptede_11
+
+
+
+
+
+
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x0
+ 5
+
+
+
+
+ {b7afa6af-aaab-4f50-b7dc-b61d4ddbe34f}
+ 0x0
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.Shell.SystemSettings.SettingsAppActivity.SettingsAppStartup
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+
+ match14261_opcodee_11
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {ee97cdc4-b095-5c70-6e37-a541eb74c2b5}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+ {4f30aa6d-f172-558c-7377-2eba41a4ed57}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+ Microsoft.Windows.AppLifeCycle.UI.AppLaunch_UserClick
+
+
+ appId
+
+
+ add
+ 0
+ equal
+ Microsoft.ScreenSketch_8wekyb3d8bbwe!App
+
+
+
+
+
+
+ match5487appIde_1Microsoft_ScreenSketch_8wekyb3d8bbwe_App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {30336ed4-e327-447c-9de0-51b652c86108}
+ 18583
+ 0
+ 0x1000000000000
+ 5
+
+
+
+
+ {30336ed4-e327-447c-9de0-51b652c86108}
+ 18584
+ 0
+ 0x1000000000000
+ 5
+
+
+
+
+
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
+
+
+ _pid
+
+
+ add
+ 0
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
+
+
+ _pid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18583_0
+
+
+ _tid
+
+
+ add
+ 0
+
+
+ 30336ED4-E327-447C-9DE0-51B652C86108.18584_0
+
+
+ _tid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match1137_pide1138_pid
+ match1137_tide1138_tid
+
+
+
+
+ match1137_pide1138_pid
+ match1137_tide1138_tid
+
+
+
+
+
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {3d6120a6-0986-51c4-213a-e2975903051d}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+ {8e12dcd2-fe15-5af4-2a6a-e707d9dc7de5}
+ 0x400000000000
+ 5
+
+
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\SQMClient
+ IsTest
+ REG_NONE
+
+ notexists
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\Microsoft\Windows NT\CurrentVersion
+ BuildLabEx
+ REG_SZ
+ .*chk.*
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SYSTEM\CurrentControlSet\Control\SystemInformation
+ SystemProductName
+ REG_SZ
+ Virtual Machine
+ notregex
+
+
+
+
+ HKEY_LOCAL_MACHINE
+ SOFTWARE\{1B32999B-05C4-4B52-8B48-F233639C774F}
+
+ REG_NONE
+
+ notexists
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _cv
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ _cv
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ Location
+
+
+ add
+ 0
+ equal
+ 3
+
+
+
+
+ Microsoft-Windows-Shell-Launcher.AppLaunch
+
+
+ AppId
+
+
+ add
+ 0
+ equal
+ Microsoft.Windows.Explorer
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 1
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _aid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.XamlFolderView_ReportFirstItemRendered
+
+
+ namespaceCLSID
+
+
+ add
+ 0
+ equal
+ F874310E-B6B7-47DC-BC84-B9E6B38F5903
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ _tid
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _tid
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ HResult
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ _opcode
+
+
+ add
+ 0
+ equal
+ 2
+
+
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ NavigationEvent
+
+
+ add
+ 0
+ equal
+ 0
+
+
+
+
+
+ MicrosoftWindowsFileExplorer.ShellBrowserCreate
+
+
+ BrowseLocationRawPath
+
+
+ add
+ 0
+
+
+ MicrosoftWindowsFileExplorer.NavigateEnd
+
+
+ RawPath
+
+
+ add
+ 0
+
+ equal
+
+
+
+
+
+
+ match7313_opcodee_11
+ match7313_aide7313_aid
+
+
+
+
+ match7312Locatione_13
+ match7312AppIde_1Microsoft_Windows_Explorer
+
+
+
+
+ match7314_cve14615_cv
+ match7314NavigationEvente_10
+ match7314_tide7313_tid
+ match7314HResulte_10
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7313_aide7313_aid
+ match7314_tide7313_tid
+ match7313_opcodee_12
+ match7313BrowseLocationRawPathe7314RawPath
+
+
+
+
+ match7314_cve14615_cv
+ match14615namespaceCLSIDe_1F874310E_B6B7_47DC_BC84_B9E6B38F5903
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/AppAnalysis.regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/AppAnalysis.regions.xml
index be551b72..d09b3b55 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/AppAnalysis.regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/AppAnalysis.regions.xml
@@ -1,516 +1,516 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- HTML Render Thread
- 101
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- HTML Render Thread
- 101
-
-
-
-
-
-
-
-
-
-
-
-
- HTML UI Thread
- 102
-
-
-
-
-
-
-
-
-
-
-
- HTML UI Thread
- 102
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- HTML Decode Thread
- 0
-
-
-
-
-
-
-
-
-
-
-
- DX Scheduler Thread
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DWM Thread
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- XAML Render Thread
- 201
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- XAML UI Thread
- 202
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HTML Render Thread
+ 101
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HTML Render Thread
+ 101
+
+
+
+
+
+
+
+
+
+
+
+
+ HTML UI Thread
+ 102
+
+
+
+
+
+
+
+
+
+
+
+ HTML UI Thread
+ 102
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HTML Decode Thread
+ 0
+
+
+
+
+
+
+
+
+
+
+
+ DX Scheduler Thread
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DWM Thread
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XAML Render Thread
+ 201
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XAML UI Thread
+ 202
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/AppLaunch.regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/AppLaunch.regions.xml
index c06c21af..c4b7ca4d 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/AppLaunch.regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/AppLaunch.regions.xml
@@ -1,217 +1,217 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/ConnectedStandby.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/ConnectedStandby.Regions.xml
index 8007adc1..92bb87c5 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/ConnectedStandby.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/ConnectedStandby.Regions.xml
@@ -1,231 +1,231 @@
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
- yes
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yes
-
-
-
-
-
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yes
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/DotNETRuntime.regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/DotNETRuntime.regions.xml
index 9d7cf76d..eb39ea4c 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/DotNETRuntime.regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/DotNETRuntime.regions.xml
@@ -1,116 +1,116 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Regions.xml
index cb613568..8c54b770 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Regions.xml
@@ -1,1589 +1,1589 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Win8.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Win8.Regions.xml
index f8ce47d7..58c9c897 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Win8.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/FastStartup.Win8.Regions.xml
@@ -1,1589 +1,1589 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Boot.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Boot.Regions.xml
index 3b2d5a5f..37cc107b 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Boot.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Boot.Regions.xml
@@ -1,1081 +1,1081 @@
-
-
-
-
-
- Full Boot:
- Begin Root Container
- <-->
-
-
- Boot Main Path
- Children:
- Boot-PreSessionInit-Phase
- Boot-SessionInit-Phase
- Boot-Winlogon-Phase
- Boot-ExplorerInit
- Post Boot
-
- Being Boot Main Path Container
- <-->
-
-
-
- Boot-PreSessionInit-Phase
- Children:
- Boot-PnP-BootStart-Phase
- Boot-PnP-SystemStart-Phase
- <-->
-
-
-
-
-
-
-
-
-
- Boot-PnP-DevicesStarting
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=216, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=218, and version=0
-
- Additionally, only match start to stop if the DriverNames are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-PnP-DevicesEnum
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=220, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=222, and version=0
-
- Additionally, only match start to stop if the DriverNames are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-PnP-BootStart-Phase
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=200, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=201, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-PnP-SystemStart-Phase
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=202, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=203, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
- End Boot-PreSessionInit-Phase
- <-->
-
-
-
- Boot-SessionInit-Phase
-
- Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=7, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=101, and version=0
-
- Children:
- Boot-SessionInit-Session
- <-->
-
-
-
-
-
-
-
-
- Boot-SessionInit-Session
-
- Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=1, version=0, and Flags=1056
- Event-Based Stop with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=1, version=0, and Flags-2080
- <-->
-
-
-
-
-
-
-
-
-
-
-
- End Boot-SessionInit-Phase
- <-->
-
-
-
- Boot-Winlogon-Session
-
- Region-Based Start based off the stop of region: FA473B22-58C7-4774-9EEE-C21B55F3A919 (Boot-SessionInit-Phase)
- Region-Based Stop based off the start of region: 75218788-563C-485e-BE8B-84E50583A009 (Boot-ExplorerInit)
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Update PerUser System Parameters:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=3, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=4, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "Flags".
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber for Logon
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- Additionally, only match to a parent if the parent shares this same PID.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End CreateSession
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request Credentials:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Authenticate User:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Prepare Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Logon
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=2
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=2
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Logon
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=2
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=2
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
-
- Children:
- Connect to Subscriber for Logon
- Call Subscriber for Logon
- Pended Notification for Logon
-
- Begin Logon
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber for Logon
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- Additionally, only match to a parent if the parent shares this same PID.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Call Subscriber for Logon
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, version=0, and Event=2
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=2
-
- Additionally, only match start to stop if the PIDs are the same.
- Additionally, only match to a parent if the parent shares this same PID.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pended Notification for Logon
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=807, version=0, and Event=2
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=2
-
- Additionally, only match start to stop if the field "SubscriberName" is the same.
- Additionally, only match to a parent if the parent shares this same "SubscriberName" field.
-
- Instance based off payload field called "Message" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Subscribers for Logon
- <-->
-
-
- End Logon
- <-->
-
-
-
- Notify Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify DWM:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Notify Themes
- <-->
-
-
-
- Check License:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Restore Network Connections
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Start Shell:
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=12
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=12
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Subscribers for Start Shell
-
- Begin Start Shell
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Subscribers for Start Shell:
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, version=0, and Event=12
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, version=0, and Event=12
-
- Instance based off payload field called "SubscriberName" in the start event.
-
- Children:
- Connect to Subscriber for Start Shell
- Call Subscriber for Start Shell
- Pended Notification for Start Shell
-
- Begin Subscribers for Start Shell
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber for Start Shell
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- Additionally, only match to a parent if the parent shares this same PID.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Call Subscriber for Start Shell
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, version=0, and Event=12
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=12
-
- Additionally, only match start to stop if the PIDs are the same.
- Additionally, only match to a parent if the parent shares this same PID.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pended Notification for Start Shell
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, version=0, and Event=12
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, version=0, and Event=12
-
- Additionally, only match start to stop if the field "SubscriberName" is the same.
- Additionally, only match to a parent if the parent shares this same "SubscriberName" field.
-
- Instance based off payload field called "Message" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Subscribers for Start Shell
- <-->
-
-
- End Start Shell
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Boot Winlogon Phase
- <-->
-
-
- Boot-ExplorerInit
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27230, version=0, and Flags=1056
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27231, version=0, and Flags-2080
- <-->
-
-
-
-
-
-
-
-
-
-
- Create Explorer Process:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=10, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Init Explorer:
-
- Event-Based Start with provider=0336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName="AllLogonTasks"
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
- Process RunOnce:
-
- Event-Based Start with provider=0336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName="AllLogonTasks"
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Create Desktop:
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9611, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9612, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Create Tray:
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9603, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9604, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Launcher Show:
-
- Event-Based Start with provider=315a8872-923e-4ea2-9889-33cd4754bf64, id=2365, and version=0
- Event-Based Stop with provider=315a8872-923e-4ea2-9889-33cd4754bf64, id=2366, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Startup Step:
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9648, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9649, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Startup ParallelStep:
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9652, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9653, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LogonPerformance TaskRunTime:
-
- Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName!="AllLogonTasks"
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62171, version=0, and TaskName!="AllLogonTasks"
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Boot Main Path
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
- Console Session Disconnect
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Full Boot:
+ Begin Root Container
+ <-->
+
+
+ Boot Main Path
+ Children:
+ Boot-PreSessionInit-Phase
+ Boot-SessionInit-Phase
+ Boot-Winlogon-Phase
+ Boot-ExplorerInit
+ Post Boot
+
+ Being Boot Main Path Container
+ <-->
+
+
+
+ Boot-PreSessionInit-Phase
+ Children:
+ Boot-PnP-BootStart-Phase
+ Boot-PnP-SystemStart-Phase
+ <-->
+
+
+
+
+
+
+
+
+
+ Boot-PnP-DevicesStarting
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=216, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=218, and version=0
+
+ Additionally, only match start to stop if the DriverNames are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-PnP-DevicesEnum
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=220, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=222, and version=0
+
+ Additionally, only match start to stop if the DriverNames are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-PnP-BootStart-Phase
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=200, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=201, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-PnP-SystemStart-Phase
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=202, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=203, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+ End Boot-PreSessionInit-Phase
+ <-->
+
+
+
+ Boot-SessionInit-Phase
+
+ Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=7, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=101, and version=0
+
+ Children:
+ Boot-SessionInit-Session
+ <-->
+
+
+
+
+
+
+
+
+ Boot-SessionInit-Session
+
+ Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=1, version=0, and Flags=1056
+ Event-Based Stop with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=1, version=0, and Flags-2080
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ End Boot-SessionInit-Phase
+ <-->
+
+
+
+ Boot-Winlogon-Session
+
+ Region-Based Start based off the stop of region: FA473B22-58C7-4774-9EEE-C21B55F3A919 (Boot-SessionInit-Phase)
+ Region-Based Stop based off the start of region: 75218788-563C-485e-BE8B-84E50583A009 (Boot-ExplorerInit)
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Update PerUser System Parameters:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=3, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=4, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "Flags".
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber for Logon
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ Additionally, only match to a parent if the parent shares this same PID.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End CreateSession
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Request Credentials:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authenticate User:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prepare Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Logon
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=2
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=2
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Logon
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=2
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=2
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+
+ Children:
+ Connect to Subscriber for Logon
+ Call Subscriber for Logon
+ Pended Notification for Logon
+
+ Begin Logon
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber for Logon
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ Additionally, only match to a parent if the parent shares this same PID.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Call Subscriber for Logon
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, version=0, and Event=2
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=2
+
+ Additionally, only match start to stop if the PIDs are the same.
+ Additionally, only match to a parent if the parent shares this same PID.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pended Notification for Logon
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=807, version=0, and Event=2
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=2
+
+ Additionally, only match start to stop if the field "SubscriberName" is the same.
+ Additionally, only match to a parent if the parent shares this same "SubscriberName" field.
+
+ Instance based off payload field called "Message" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Subscribers for Logon
+ <-->
+
+
+ End Logon
+ <-->
+
+
+
+ Notify Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify DWM:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Notify Themes
+ <-->
+
+
+
+ Check License:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Restore Network Connections
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Start Shell:
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, version=0, and Event=12
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, version=0, and Event=12
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Subscribers for Start Shell
+
+ Begin Start Shell
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Subscribers for Start Shell:
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, version=0, and Event=12
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, version=0, and Event=12
+
+ Instance based off payload field called "SubscriberName" in the start event.
+
+ Children:
+ Connect to Subscriber for Start Shell
+ Call Subscriber for Start Shell
+ Pended Notification for Start Shell
+
+ Begin Subscribers for Start Shell
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber for Start Shell
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ Additionally, only match to a parent if the parent shares this same PID.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Call Subscriber for Start Shell
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, version=0, and Event=12
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, version=0, and Event=12
+
+ Additionally, only match start to stop if the PIDs are the same.
+ Additionally, only match to a parent if the parent shares this same PID.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pended Notification for Start Shell
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, version=0, and Event=12
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, version=0, and Event=12
+
+ Additionally, only match start to stop if the field "SubscriberName" is the same.
+ Additionally, only match to a parent if the parent shares this same "SubscriberName" field.
+
+ Instance based off payload field called "Message" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Subscribers for Start Shell
+ <-->
+
+
+ End Start Shell
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Boot Winlogon Phase
+ <-->
+
+
+ Boot-ExplorerInit
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27230, version=0, and Flags=1056
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27231, version=0, and Flags-2080
+ <-->
+
+
+
+
+
+
+
+
+
+
+ Create Explorer Process:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=10, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Init Explorer:
+
+ Event-Based Start with provider=0336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName="AllLogonTasks"
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+ Process RunOnce:
+
+ Event-Based Start with provider=0336ed4-e327-447c-9de0-51b652c86108, id=9601, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName="AllLogonTasks"
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Create Desktop:
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9611, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9612, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Create Tray:
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9603, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9604, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Launcher Show:
+
+ Event-Based Start with provider=315a8872-923e-4ea2-9889-33cd4754bf64, id=2365, and version=0
+ Event-Based Stop with provider=315a8872-923e-4ea2-9889-33cd4754bf64, id=2366, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Startup Step:
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9648, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9649, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Startup ParallelStep:
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9652, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=9653, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LogonPerformance TaskRunTime:
+
+ Event-Based Start with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62170, version=0, and TaskName!="AllLogonTasks"
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=62171, version=0, and TaskName!="AllLogonTasks"
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Boot Main Path
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+ Console Session Disconnect
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Shutdown.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Shutdown.Regions.xml
index 607f409d..04cd3570 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Shutdown.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/FullBoot.Shutdown.Regions.xml
@@ -1,844 +1,844 @@
-
-
-
-
-
- Full Shutdown
- Begin Root Container
- <-->
-
-
- Logoff Request To User Feedback:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6101, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6102, version=0
-
- Additionally, will only match start event to stop event when the PID is the same.
-
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- User Session Shutdown:
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=1, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=2, version=0
-
- Additionally, will only match start event to stop event when the PID is the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Processes:
-
- Event-Based Start with provider=e8316a2d-0d94-4f52-85dd-1e15b66c5891, id=1, and version=0
- Event-Based Stop with provider=e8316a2d-0d94-4f52-85dd-1e15b66c5891, id=2, version=0
-
- Additionally, will only match start event to stop event when the PID is the same.
-
- Children:
- Shutdown Process
-
- Begin Shutdown Processes Container
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Process
- Event-Based Start with provider=9d55b53d-449b-4824-a637-24f9d69aa02f, id=12009, and version=1
- Event-Based Stop with provider=9d55b53d-449b-4824-a637-24f9d69aa02f, id=12010, and version=1
-
- Additionally, only match start to stop if the field "ProcessId" is the same.
-
- Instance based off payload field called "ProcessId" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Shutdown Processess
- <-->
-
-
-
- Winlogon Shutdown
-
- Children:
- Winlogon Notify Execute
-
- Begin Winlogon Shutdown Container
- <-->
-
-
-
-
- Winlogon End Shell
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
-
- Additionally, only match start to stop if the PIDs are the same and start event field is 13.
-
- Children:
- Notify Subscriber
-
- Begin Winlogon End Shell
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify Subscriber
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
-
- Children:
- Connect to Subscriber
- Call to Subscriber
-
- Notify Subscriber
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Notify Subscriber
- <-->
-
-
- End Winlogon Notify Execute
- <-->
-
-
-
- Winlogon Logoff
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
-
- Additionally, only match start to stop if the PIDs are the same and start event field is 3.
-
- Children:
- Notify Subscriber
-
- Begin Winlogon Logoff
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify Subscriber
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
-
- Children:
- Connect to Subscriber
- Call to Subscriber
-
- Notify Subscriber
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Notify Subscriber
- <-->
-
-
- End Winlogon Notify Execute
- <-->
-
-
-
- Winlogon Terminate Session
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
-
- Additionally, only match start to stop if the PIDs are the same and start event field is 1.
-
- Children:
- Notify Subscriber
-
- Begin Winlogon Notify Execute
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify Subscriber
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
-
- Children:
- Connect to Subscriber
- Call to Subscriber
-
- Notify Subscriber
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Connect to Subscriber
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Instance based off payload field called "SubscriberName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Notify Subscriber
- <-->
-
-
- End Winlogon Notify Execute
- <-->
-
-
-
- End Winlogon Shutdown
- <-->
-
-
-
- Pre-Shutdown Notification
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=3, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=4, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System Session Shutdown
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=9, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=10, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Services
- Children:
- Shutdown Service
-
- Begin Shutdown Services Container
- <-->
-
-
-
-
- Shutdown Service
- Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, CurrentState=4, and ExecutionPhase=3
- Event-Based Stop with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, and CurrentState=1
-
- Additionally, only match start to stop if the field "ServiceName" is the same.
-
- Instance based off payload field called "ServiceName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Shutdown Services
- <-->
-
-
-
-
- UNSUPPORTED REGION:
- In future versions, this will contain the following region:
-
- Post On/Off
- Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000000000200 (System Session Shutdown)
- Trace-Based Stop
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- NT Shutdown System
- Pre-Sleep Callbacks
- Flush Storage Volumes
- Shutdown Devices
- Zero Page File
- IO Shutdown System
- CM Shutdown System
-
-
-
-
-
-
-
-
-
- Instead, this region is being made a container.
- <-->
-
-
-
-
- NT Shutdown System
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=8, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=51, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- PreSleep Callbacks
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Flush Storage Volumes
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=45, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Device
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Zero Page File
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=50, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- IO Shutdown System
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=51, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=52, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CM Shutdown System
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=55, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=56, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Shutdown System
- <-->
-
-
-
-
-
+
+
+
+
+
+ Full Shutdown
+ Begin Root Container
+ <-->
+
+
+ Logoff Request To User Feedback:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6101, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6102, version=0
+
+ Additionally, will only match start event to stop event when the PID is the same.
+
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ User Session Shutdown:
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=1, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=2, version=0
+
+ Additionally, will only match start event to stop event when the PID is the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Processes:
+
+ Event-Based Start with provider=e8316a2d-0d94-4f52-85dd-1e15b66c5891, id=1, and version=0
+ Event-Based Stop with provider=e8316a2d-0d94-4f52-85dd-1e15b66c5891, id=2, version=0
+
+ Additionally, will only match start event to stop event when the PID is the same.
+
+ Children:
+ Shutdown Process
+
+ Begin Shutdown Processes Container
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Process
+ Event-Based Start with provider=9d55b53d-449b-4824-a637-24f9d69aa02f, id=12009, and version=1
+ Event-Based Stop with provider=9d55b53d-449b-4824-a637-24f9d69aa02f, id=12010, and version=1
+
+ Additionally, only match start to stop if the field "ProcessId" is the same.
+
+ Instance based off payload field called "ProcessId" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Shutdown Processess
+ <-->
+
+
+
+ Winlogon Shutdown
+
+ Children:
+ Winlogon Notify Execute
+
+ Begin Winlogon Shutdown Container
+ <-->
+
+
+
+
+ Winlogon End Shell
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same and start event field is 13.
+
+ Children:
+ Notify Subscriber
+
+ Begin Winlogon End Shell
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify Subscriber
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+
+ Children:
+ Connect to Subscriber
+ Call to Subscriber
+
+ Notify Subscriber
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Notify Subscriber
+ <-->
+
+
+ End Winlogon Notify Execute
+ <-->
+
+
+
+ Winlogon Logoff
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same and start event field is 3.
+
+ Children:
+ Notify Subscriber
+
+ Begin Winlogon Logoff
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify Subscriber
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+
+ Children:
+ Connect to Subscriber
+ Call to Subscriber
+
+ Notify Subscriber
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Notify Subscriber
+ <-->
+
+
+ End Winlogon Notify Execute
+ <-->
+
+
+
+ Winlogon Terminate Session
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same and start event field is 1.
+
+ Children:
+ Notify Subscriber
+
+ Begin Winlogon Notify Execute
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify Subscriber
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=805, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=806, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+
+ Children:
+ Connect to Subscriber
+ Call to Subscriber
+
+ Notify Subscriber
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=809, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=810, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Connect to Subscriber
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=811, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=812, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Instance based off payload field called "SubscriberName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Notify Subscriber
+ <-->
+
+
+ End Winlogon Notify Execute
+ <-->
+
+
+
+ End Winlogon Shutdown
+ <-->
+
+
+
+ Pre-Shutdown Notification
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=3, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=4, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System Session Shutdown
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=9, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=10, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Services
+ Children:
+ Shutdown Service
+
+ Begin Shutdown Services Container
+ <-->
+
+
+
+
+ Shutdown Service
+ Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, CurrentState=4, and ExecutionPhase=3
+ Event-Based Stop with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, and CurrentState=1
+
+ Additionally, only match start to stop if the field "ServiceName" is the same.
+
+ Instance based off payload field called "ServiceName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Shutdown Services
+ <-->
+
+
+
+
+ UNSUPPORTED REGION:
+ In future versions, this will contain the following region:
+
+ Post On/Off
+ Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000000000200 (System Session Shutdown)
+ Trace-Based Stop
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ NT Shutdown System
+ Pre-Sleep Callbacks
+ Flush Storage Volumes
+ Shutdown Devices
+ Zero Page File
+ IO Shutdown System
+ CM Shutdown System
+
+
+
+
+
+
+
+
+
+ Instead, this region is being made a container.
+ <-->
+
+
+
+
+ NT Shutdown System
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=8, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=51, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ PreSleep Callbacks
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flush Storage Volumes
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=45, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Device
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zero Page File
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=50, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IO Shutdown System
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=51, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=52, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CM Shutdown System
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=55, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=56, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Shutdown System
+ <-->
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/Hibernate.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/Hibernate.Regions.xml
index 2dc32164..c3f4d9c0 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/Hibernate.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/Hibernate.Regions.xml
@@ -1,881 +1,881 @@
-
-
-
-
-
- Hibernate:
- Begin Root Container
- <-->
-
-
-
- Hibernate Suspend:
- Children:
- Suspend Processes
- Suspend Services
- Superfetch Prepare Memory
- Pre-Sleep Callbacks
- Worker Threads Swap-in
- Flush Storage Volumes
- Query Devices
- Suspend Devices
- Winlogon Suspend
- Total Hiberfile Write
- Hibernate
-
- <-->
-
-
-
-
- Suspend Processes:
-
- Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=22, and version=0
- Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=23, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Process
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Process
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=16, and version=1
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=17, and version=1
-
- Additionally, only match start to stop if the field "Pid" is the same.
-
- Instance based off payload field called "Pid" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Suspend Process
- <-->
-
-
-
- Suspend Services:
-
- Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=24, and version=0
- Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=25, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Service
-
- Begin Suspend Services
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Service
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=18, and version=1
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=19, and version=1
-
- Additionally, only match start to stop if the field "Name" is the same.
-
- Instance based off payload field called "Name" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Suspend Service
- <-->
-
-
-
- Superfetch Prepare Memory
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=64, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=65, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pre-Sleep Callbacks
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Worker Threads Swap-In
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="true"
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Flush Storage Volumes
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="false"
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Query Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="true"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Query Device
-
- Begin Query Devices
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Query Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="3" and PowerStateType="0"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Query Device
- <-->
-
-
-
- Suspend Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="false"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Device
-
- Begin Suspend Devices
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="2" and PowerStateType="0"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Winlogon Suspend:
- Children:
- LogonUI Server Startup
-
- Begin Winlogon Suspend Container
- <-->
-
-
-
-
- LogonUI Server Startup:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=501 and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=502, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Winlogon Suspend
- <-->
-
-
-
- Total Hiberfile Write:
- Children:
- Hiberfile Initialization
- Hiberfile Write
-
- Begin Total Hiberfile Write Container
- <-->
-
-
-
-
- Hiberfile Initialization:
-
- Region-Based Start based off the stop of region: EFB8A907-72AE-489d-ADCF-A45AA6557A43 (Suspend Devices)
- Region-Based Stop based off the start of region: CA0C6A87-67F6-4b99-889E-1C1365A1CBD9 (Hiberfile Write)
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Hiberfile Write:
-
- Duration-Based Start, subtract the duration * 1000000 found in payload field "TotalHibernateTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Stop.
- Region-Based Stop based off the start of region: AFF6A955-8918-4e1f-855D-022B3D2AED54 (Powered Off/ Sleeping)
- <-->
-
-
-
-
-
-
-
-
-
-
- End Total Hiberfile Write
- <-->
-
-
-
-
-
-
-
-
-
-
- End Hibernate Suspend
- <-->
-
-
-
- Powered Off/Sleeping:
-
- Region-Based Start based off the stop of region: 2A6FBA9A-44D4-4511-A7C8-6D4040E98EC5 (System Suspend)
- Region-Based Stop based off the start of region: d8d639a0-cf4c-45fb-976a-000006002000 (Powered On to Kernel Resume Complete)
- <-->
-
-
-
-
-
-
-
-
-
-
-
- BIOS Initialization:
-
- Region-Based Start based off the stop of region: AFF6A955-8918-4e1f-855D-022B3D2AED54 (Powered Off/Sleeping)
- Duration-Based Stop, add the duration * 1000000 found in payload field "POSTTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Powered On to Kernel Resume Complete:
-
- Duration-Based Start, subtract the duration * 1000000 found in payload field "TotalResumeTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Stop
- Event-Based stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Hibernate Resume:
- Children:
- Main Path Resume
- Console Session Disconnect
-
- Begin Hibernate Resume Container
- <-->
-
-
-
-
- Main Path Resume:
- Children:
- Boot Manager
- Hiberfile Read
- Resume Devices
- Resume Components
- Winlogon Resume
-
- Begin Main Path Resume Container
- <-->
-
-
-
- Boot Manager:
-
- Region-Based Start based off the stop of region: 99EB5E4B-0338-4e25-9ECC-846767A9EA5C (BIOS Initialization)
- Duration-Based Stop, add the duration * 1000000 found in payload field "ResumeBootMgrTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
- <-->
-
-
-
-
-
-
-
-
-
- Hiberfile Read:
- Children:
- Resume Application
-
- Begin Hiberfile Read Container
- <-->
-
-
-
- Resume Application:
-
- Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000002002000 (Boot Manager)
- Duration-Based Stop, add the duration * 1000000 found in payload field "ResumeAppTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Kernel Hiberfile Read:
-
- Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000003002000 (Resume Application)
- Duration-Based Stop, add the duration * 1000000 found in payload field "KernelResumeHiberFileTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
- <-->
-
-
-
-
-
-
-
-
-
-
- End Hiberfile Read
- <-->
-
-
-
- Resume Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=37, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Resume Device
-
- Begin Resume Devices
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Resume Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction=2, PowerStateType=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Resume Devices
- <-->
-
-
-
- Resume Components:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=2, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Winlogon Resume:
-
- Children:
- LogonUI Server Shutdown
- Request Credentials
- Authenticate User
- Prepare Themes
- Notify DWM
- Notify Themes
- Check License
- Restore Connections
-
- Begin Winlogon Resume
- <-->
-
-
-
-
- LogonUI Server Shutdown:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=503, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=504, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request Credentials:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Authenticate User:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Prepare Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify DWM:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Check License:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Restore Network Connections
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Main Path Resume
- <-->
-
-
- End Winlogon Resume
- <-->
-
-
-
- Post On/Off
-
- Event-Based Start with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1102", and version=0
- Event-Based Stop with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1103", and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Console Session Disconnect
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Hibernate:
+ Begin Root Container
+ <-->
+
+
+
+ Hibernate Suspend:
+ Children:
+ Suspend Processes
+ Suspend Services
+ Superfetch Prepare Memory
+ Pre-Sleep Callbacks
+ Worker Threads Swap-in
+ Flush Storage Volumes
+ Query Devices
+ Suspend Devices
+ Winlogon Suspend
+ Total Hiberfile Write
+ Hibernate
+
+ <-->
+
+
+
+
+ Suspend Processes:
+
+ Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=22, and version=0
+ Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=23, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Process
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Process
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=16, and version=1
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=17, and version=1
+
+ Additionally, only match start to stop if the field "Pid" is the same.
+
+ Instance based off payload field called "Pid" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Suspend Process
+ <-->
+
+
+
+ Suspend Services:
+
+ Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=24, and version=0
+ Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=25, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Service
+
+ Begin Suspend Services
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Service
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=18, and version=1
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=19, and version=1
+
+ Additionally, only match start to stop if the field "Name" is the same.
+
+ Instance based off payload field called "Name" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Suspend Service
+ <-->
+
+
+
+ Superfetch Prepare Memory
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=64, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=65, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pre-Sleep Callbacks
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Worker Threads Swap-In
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="true"
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flush Storage Volumes
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="false"
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Query Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="true"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Query Device
+
+ Begin Query Devices
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Query Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="3" and PowerStateType="0"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Query Device
+ <-->
+
+
+
+ Suspend Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="false"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Device
+
+ Begin Suspend Devices
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="2" and PowerStateType="0"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Winlogon Suspend:
+ Children:
+ LogonUI Server Startup
+
+ Begin Winlogon Suspend Container
+ <-->
+
+
+
+
+ LogonUI Server Startup:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=501 and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=502, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Winlogon Suspend
+ <-->
+
+
+
+ Total Hiberfile Write:
+ Children:
+ Hiberfile Initialization
+ Hiberfile Write
+
+ Begin Total Hiberfile Write Container
+ <-->
+
+
+
+
+ Hiberfile Initialization:
+
+ Region-Based Start based off the stop of region: EFB8A907-72AE-489d-ADCF-A45AA6557A43 (Suspend Devices)
+ Region-Based Stop based off the start of region: CA0C6A87-67F6-4b99-889E-1C1365A1CBD9 (Hiberfile Write)
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Hiberfile Write:
+
+ Duration-Based Start, subtract the duration * 1000000 found in payload field "TotalHibernateTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Stop.
+ Region-Based Stop based off the start of region: AFF6A955-8918-4e1f-855D-022B3D2AED54 (Powered Off/ Sleeping)
+ <-->
+
+
+
+
+
+
+
+
+
+
+ End Total Hiberfile Write
+ <-->
+
+
+
+
+
+
+
+
+
+
+ End Hibernate Suspend
+ <-->
+
+
+
+ Powered Off/Sleeping:
+
+ Region-Based Start based off the stop of region: 2A6FBA9A-44D4-4511-A7C8-6D4040E98EC5 (System Suspend)
+ Region-Based Stop based off the start of region: d8d639a0-cf4c-45fb-976a-000006002000 (Powered On to Kernel Resume Complete)
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ BIOS Initialization:
+
+ Region-Based Start based off the stop of region: AFF6A955-8918-4e1f-855D-022B3D2AED54 (Powered Off/Sleeping)
+ Duration-Based Stop, add the duration * 1000000 found in payload field "POSTTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Powered On to Kernel Resume Complete:
+
+ Duration-Based Start, subtract the duration * 1000000 found in payload field "TotalResumeTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Stop
+ Event-Based stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Hibernate Resume:
+ Children:
+ Main Path Resume
+ Console Session Disconnect
+
+ Begin Hibernate Resume Container
+ <-->
+
+
+
+
+ Main Path Resume:
+ Children:
+ Boot Manager
+ Hiberfile Read
+ Resume Devices
+ Resume Components
+ Winlogon Resume
+
+ Begin Main Path Resume Container
+ <-->
+
+
+
+ Boot Manager:
+
+ Region-Based Start based off the stop of region: 99EB5E4B-0338-4e25-9ECC-846767A9EA5C (BIOS Initialization)
+ Duration-Based Stop, add the duration * 1000000 found in payload field "ResumeBootMgrTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
+ <-->
+
+
+
+
+
+
+
+
+
+ Hiberfile Read:
+ Children:
+ Resume Application
+
+ Begin Hiberfile Read Container
+ <-->
+
+
+
+ Resume Application:
+
+ Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000002002000 (Boot Manager)
+ Duration-Based Stop, add the duration * 1000000 found in payload field "ResumeAppTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Kernel Hiberfile Read:
+
+ Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000003002000 (Resume Application)
+ Duration-Based Stop, add the duration * 1000000 found in payload field "KernelResumeHiberFileTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 to the Start
+ <-->
+
+
+
+
+
+
+
+
+
+
+ End Hiberfile Read
+ <-->
+
+
+
+ Resume Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=37, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Resume Device
+
+ Begin Resume Devices
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Resume Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction=2, PowerStateType=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Resume Devices
+ <-->
+
+
+
+ Resume Components:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=2, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Winlogon Resume:
+
+ Children:
+ LogonUI Server Shutdown
+ Request Credentials
+ Authenticate User
+ Prepare Themes
+ Notify DWM
+ Notify Themes
+ Check License
+ Restore Connections
+
+ Begin Winlogon Resume
+ <-->
+
+
+
+
+ LogonUI Server Shutdown:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=503, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=504, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Request Credentials:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authenticate User:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prepare Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify DWM:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Check License:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Restore Network Connections
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Main Path Resume
+ <-->
+
+
+ End Winlogon Resume
+ <-->
+
+
+
+ Post On/Off
+
+ Event-Based Start with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1102", and version=0
+ Event-Based Stop with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1103", and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Console Session Disconnect
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/HyperV.VM.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/HyperV.VM.Regions.xml
index 42dbe5b3..97b28c4d 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/HyperV.VM.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/HyperV.VM.Regions.xml
@@ -1,236 +1,236 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/Logon.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/Logon.Regions.xml
index 9818b8a9..65bcb31b 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/Logon.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/Logon.Regions.xml
@@ -1,457 +1,457 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Boot.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Boot.Regions.xml
index 20b1623e..ccd697ad 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Boot.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Boot.Regions.xml
@@ -1,173 +1,173 @@
-
-
-
-
-
- Full Boot:
- Begin Root Container
- <-->
-
-
- Boot Main Path
- Children:
- Boot-PreSessionInit-Phase
- Boot-SessionInit-Phase
- Boot-Services-Phase
- Boot-MobileUI-Phase
- Boot-StartHost-Phase
-
- Being Boot Main Path Container
- <-->
-
-
-
- Boot-PreSessionInit-Phase
- Children:
- Boot-PnP-BootStart-Phase
- Boot-PnP-SystemStart-Phase
- <-->
-
-
-
- Boot-PnP-BootStart-Phase
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=200, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=201, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-PnP-SystemStart-Phase
-
- Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=202, and version=0
- Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=203, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-SessionInit-Phase
-
- Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=7, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=101, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-Services-Phase
- This region is similar to the WinLogonInit phase on PC. This is when the service control
- manager begins autostart services.
-
- Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=101, and version=0
- Region ends when Boot-MobileUI-Phase begins
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-MobileUI-Phase
- This region initializes MobileUI (graphics, compositor, etc.)
-
- Event-Based Start with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=10, and version=0
- Region ends when Boot-StartHost-Phase begins
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Boot-CompositorInit-Phase
- Sub-region of Boot-MobileUI-Phase that indicatiosn when the compositor (dcomp/davecomp) is being initialized.
-
- Event-Based Start with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=11, and version=0
- Event-Based Stop with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=12, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boot-StartHost-Phase
- This region begins initializing the start menu, enumerating apps, etc.
-
- Event-Based Start with provider=becf83fd-d220-4b19-b7c1-c9127307f6b1, id=39, and version=0
- Event-Based Start with provider=becf83fd-d220-4b19-b7c1-c9127307f6b1, id=120, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Full Boot:
+ Begin Root Container
+ <-->
+
+
+ Boot Main Path
+ Children:
+ Boot-PreSessionInit-Phase
+ Boot-SessionInit-Phase
+ Boot-Services-Phase
+ Boot-MobileUI-Phase
+ Boot-StartHost-Phase
+
+ Being Boot Main Path Container
+ <-->
+
+
+
+ Boot-PreSessionInit-Phase
+ Children:
+ Boot-PnP-BootStart-Phase
+ Boot-PnP-SystemStart-Phase
+ <-->
+
+
+
+ Boot-PnP-BootStart-Phase
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=200, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=201, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-PnP-SystemStart-Phase
+
+ Event-Based Start with provider=9c205a39-1250-487d-abd7-e831c6290539, id=202, and version=0
+ Event-Based Stop with provider=9c205a39-1250-487d-abd7-e831c6290539, id=203, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-SessionInit-Phase
+
+ Event-Based Start with provider=43e63da5-41d1-4fbf-aded-1bbed98fdd1d, id=7, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=101, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-Services-Phase
+ This region is similar to the WinLogonInit phase on PC. This is when the service control
+ manager begins autostart services.
+
+ Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=101, and version=0
+ Region ends when Boot-MobileUI-Phase begins
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-MobileUI-Phase
+ This region initializes MobileUI (graphics, compositor, etc.)
+
+ Event-Based Start with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=10, and version=0
+ Region ends when Boot-StartHost-Phase begins
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Boot-CompositorInit-Phase
+ Sub-region of Boot-MobileUI-Phase that indicatiosn when the compositor (dcomp/davecomp) is being initialized.
+
+ Event-Based Start with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=11, and version=0
+ Event-Based Stop with provider=f243dc34-205e-4d34-94ca-36e8c0859787, id=12, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boot-StartHost-Phase
+ This region begins initializing the start menu, enumerating apps, etc.
+
+ Event-Based Start with provider=becf83fd-d220-4b19-b7c1-c9127307f6b1, id=39, and version=0
+ Event-Based Start with provider=becf83fd-d220-4b19-b7c1-c9127307f6b1, id=120, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Shutdown.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Shutdown.Regions.xml
index e09f1790..f1a52bfa 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Shutdown.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/Mobile.Shutdown.Regions.xml
@@ -1,329 +1,329 @@
-
-
-
-
-
- Full Shutdown
- Begin Root Container
- <-->
-
-
- User session is controlled by CShell.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pre-Shutdown Notification
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=3, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=4, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System Session Shutdown
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=9, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=10, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Services
- Children:
- Shutdown Service
-
- Begin Shutdown Services Container
- <-->
-
-
-
-
- Shutdown Service
- Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, CurrentState=4, and ExecutionPhase=3
- Event-Based Stop with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, and CurrentState=1
-
- Additionally, only match start to stop if the field "ServiceName" is the same.
-
- Instance based off payload field called "ServiceName" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Shutdown Services
- <-->
-
-
-
-
- UNSUPPORTED REGION:
- In future versions, this will contain the following region:
-
- Post On/Off
- Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000000000200 (System Session Shutdown)
- Trace-Based Stop
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- NT Shutdown System
- Pre-Sleep Callbacks
- Flush Storage Volumes
- Shutdown Devices
- Zero Page File
- IO Shutdown System
- CM Shutdown System
-
-
-
-
-
-
-
-
-
- Instead, this region is being made a container.
- <-->
-
-
-
-
- NT Shutdown System
- Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=8, and version=0
- Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=51, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- PreSleep Callbacks
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Flush Storage Volumes
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=45, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shutdown Device
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Zero Page File
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=50, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- IO Shutdown System
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=51, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=52, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CM Shutdown System
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=55, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=56, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Shutdown System
- <-->
-
-
-
-
-
+
+
+
+
+
+ Full Shutdown
+ Begin Root Container
+ <-->
+
+
+ User session is controlled by CShell.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pre-Shutdown Notification
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=3, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=4, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ System Session Shutdown
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=9, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=10, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Services
+ Children:
+ Shutdown Service
+
+ Begin Shutdown Services Container
+ <-->
+
+
+
+
+ Shutdown Service
+ Event-Based Start with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, CurrentState=4, and ExecutionPhase=3
+ Event-Based Stop with provider=0063715b-eeda-4007-9429-ad526f62696e, id=105, version=0, and CurrentState=1
+
+ Additionally, only match start to stop if the field "ServiceName" is the same.
+
+ Instance based off payload field called "ServiceName" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Shutdown Services
+ <-->
+
+
+
+
+ UNSUPPORTED REGION:
+ In future versions, this will contain the following region:
+
+ Post On/Off
+ Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-000000000200 (System Session Shutdown)
+ Trace-Based Stop
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ NT Shutdown System
+ Pre-Sleep Callbacks
+ Flush Storage Volumes
+ Shutdown Devices
+ Zero Page File
+ IO Shutdown System
+ CM Shutdown System
+
+
+
+
+
+
+
+
+
+ Instead, this region is being made a container.
+ <-->
+
+
+
+
+ NT Shutdown System
+ Event-Based Start with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=8, and version=0
+ Event-Based Stop with provider=206f6dea-d3c5-4d10-bc72-989f03c8b84b, id=51, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ PreSleep Callbacks
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flush Storage Volumes
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=45, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutdown Device
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=46, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zero Page File
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=49, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=50, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IO Shutdown System
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=51, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=52, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CM Shutdown System
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=55, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=56, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Shutdown System
+ <-->
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/Standby.Regions.xml b/utilities/proprietary/ParseUtc/wpt/Catalog/Standby.Regions.xml
index 1563365f..7d7ad1e1 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/Standby.Regions.xml
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/Standby.Regions.xml
@@ -1,796 +1,796 @@
-
-
-
-
-
- Standby:
- Begin Root Container
- <-->
-
-
- Standby Suspend:
- Children:
- SuspendProcesses
-
- <-->
-
-
-
- Suspend Processes:
-
- Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=22, and version=0
- Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=23, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Process
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Process
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=16, and version=1
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=17, and version=1
-
- Additionally, only match start to stop if the field "Pid" is the same.
-
- Instance based off payload field called "Pid" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Suspend Processes
- <-->
-
-
-
- Suspend Services:
-
- Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=24, and version=0
- Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=25, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Service
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Service
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=18, and version=1
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=19, and version=1
-
- Additionally, only match start to stop if the field "Name" is the same.
-
- Instance based off payload field called "Name" in the start event.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Suspend Services
- <-->
-
-
-
- Superfetch Prepare Memory
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=64, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=65, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pre-Sleep Callbacks
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Worker Threads Swap-In
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="true"
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Flush Storage Volumes
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="false"
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Query Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="true"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Query Device
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Query Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="3" and PowerStateType="0"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Query Devices
- <-->
-
-
-
- Suspend Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="false"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Suspend Device
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suspend Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="2" and PowerStateType="0"
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Supend Devices
- <-->
-
-
-
- User Session Shutdown:
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=301, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=201, version=0
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Total Hiberfile Write [Hybrid Sleep]:
- Children:
- Hiberfile Initialization [Hybrid Sleep]
- Hiberfile Write [Hybrid Sleep]
-
- Begin Container
- <-->
-
-
-
-
- Hiberfile Initialization [Hybrid Sleep]:
-
- Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-00000000000c (Suspend Devices)
- Duration-Based Stop, add the duration * 1000000 found in payload field "InitTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Start.
- <-->
-
-
-
-
-
-
-
-
-
-
-
- Hiberfile Write [Hybrid Sleep]:
-
- Region-Based Start based off the stop of region: A384ECC4-1F9A-4b12-9965-21531C725618 (Hiberfile Initialization [Hybrid Sleep])
- Duration-Based Stop, add the duration * 1000000 found in payload field "HiberHiberFileTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Start.
- <-->
-
-
-
-
-
-
-
-
-
-
- End Total Hiberfile Write [Hybrid Sleep]
- <-->
-
-
- End Standby Suspend
- <-->
-
-
-
- Powered Off/Sleeping:
-
- Region-Based Start based off the stop of region: D38BE1A3-2A14-436A-9064-6D3E6CB85F88(Standby Suspend)
- Region-Based Stop based off the start of region: A7BD69A9-C484-4795-B4B6-DD8BEFB4F3F2 (Standby Resume)
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Standby Resume:
- Children:
- Main Path Resume
- Console Session Disconnect
-
- Begin Standby Resume Container
- <-->
-
-
-
-
- Main Path Resume:
- Children:
- Resume Devices
- Winlogon Resume
- Time to Idle Detection starts
-
- Begin Main Path Resume Container
- <-->
-
-
-
- Resume Devices:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=37, and version=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Resume Device
-
- Begin Resume Devices
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Resume Device:
-
- Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction=2, PowerStateType=0
- Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
-
- Additionally, only match start to stop if the field "Irp" is the same.
-
- Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Resume Devices
- <-->
-
-
-
- Winlogon Resume:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=202, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=10, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
-
- Children:
- Request Credentials
- Authenticate User
- Prepare Themes
- Notify DWM
- Notify Themes
- Check License
- Restore Network Connections
- Logon
- Start Shell
-
- Begin Winlogon Resume
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request Credentials:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Authenticate User:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Prepare Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify DWM:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notify Themes:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Check License:
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Restore Connections
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Explorer Initialization
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=9, and version=0
- Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27231, and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
- End Winlogon Resume
- <-->
-
-
-
- Time to Idle Detection starts:
-
- Region-Based Start based off the stop of region: 9964C11C-574E-4497-B7F8-15A9E6A53265
- Event-Based Stop with provider=331C3B3A-2005-44C2-AC5E-77220C37D6B4, id=121, and version=0
-
- This region is a temperory one until we get the Idle Detection start changed to begin when the Standby process is done
- <-->
-
-
-
-
-
-
-
-
-
-
-
- UNSUPPORTED REGION:
- In future versions, this will contain the following region:
-
- Post On/Off
- Region-Based Start based off the stop of region: 9964C11C-574E-4497-B7F8-15A9E6A53265 (Main Path Resume)
- Idle-Based Stop based after we detect idle for 5000 ms
-
- Additionally, only match start to stop if the PIDs are the same.
-
-
-
-
-
-
-
-
-
-
-
-
-
- <-->
-
-
- End Main Path Resume
- <-->
-
-
-
- Console Session Disconnect
-
- Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
- Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- End Standby Resume
- <-->
-
-
-
- Post On/Off
- Event-Based Start with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1102", and version=0
- Event-Based Stop with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1103", and version=0
-
- Additionally, only match start to stop if the PIDs are the same.
- <-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Standby:
+ Begin Root Container
+ <-->
+
+
+ Standby Suspend:
+ Children:
+ SuspendProcesses
+
+ <-->
+
+
+
+ Suspend Processes:
+
+ Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=22, and version=0
+ Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=23, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Process
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Process
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=16, and version=1
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=17, and version=1
+
+ Additionally, only match start to stop if the field "Pid" is the same.
+
+ Instance based off payload field called "Pid" In the start event. This field is of type PID and will have a proces name associated with it as well as ID.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Suspend Processes
+ <-->
+
+
+
+ Suspend Services:
+
+ Event-Based Start with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=24, and version=0
+ Event-Based Stop with provider=31c3b3a-2005-44c2-ac5e-77220c37d6b4, id=25, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Service
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Service
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=18, and version=1
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=19, and version=1
+
+ Additionally, only match start to stop if the field "Name" is the same.
+
+ Instance based off payload field called "Name" in the start event.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Suspend Services
+ <-->
+
+
+
+ Superfetch Prepare Memory
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=64, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=65, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pre-Sleep Callbacks
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=68, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Worker Threads Swap-In
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=69, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="true"
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flush Storage Volumes
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0, and Query="false"
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Query Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="true"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Query Device
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Query Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="3" and PowerStateType="0"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Query Devices
+ <-->
+
+
+
+ Suspend Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=35, version=0 and Query="false"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=36, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Suspend Device
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Suspend Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction="2" and PowerStateType="0"
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Supend Devices
+ <-->
+
+
+
+ User Session Shutdown:
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=301, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=201, version=0
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Total Hiberfile Write [Hybrid Sleep]:
+ Children:
+ Hiberfile Initialization [Hybrid Sleep]
+ Hiberfile Write [Hybrid Sleep]
+
+ Begin Container
+ <-->
+
+
+
+
+ Hiberfile Initialization [Hybrid Sleep]:
+
+ Region-Based Start based off the stop of region: d8d639a0-cf4c-45fb-976a-00000000000c (Suspend Devices)
+ Duration-Based Stop, add the duration * 1000000 found in payload field "InitTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Start.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ Hiberfile Write [Hybrid Sleep]:
+
+ Region-Based Start based off the stop of region: A384ECC4-1F9A-4b12-9965-21531C725618 (Hiberfile Initialization [Hybrid Sleep])
+ Duration-Based Stop, add the duration * 1000000 found in payload field "HiberHiberFileTime" of event provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=117, and version=0 from the Start.
+ <-->
+
+
+
+
+
+
+
+
+
+
+ End Total Hiberfile Write [Hybrid Sleep]
+ <-->
+
+
+ End Standby Suspend
+ <-->
+
+
+
+ Powered Off/Sleeping:
+
+ Region-Based Start based off the stop of region: D38BE1A3-2A14-436A-9064-6D3E6CB85F88(Standby Suspend)
+ Region-Based Stop based off the start of region: A7BD69A9-C484-4795-B4B6-DD8BEFB4F3F2 (Standby Resume)
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Standby Resume:
+ Children:
+ Main Path Resume
+ Console Session Disconnect
+
+ Begin Standby Resume Container
+ <-->
+
+
+
+
+ Main Path Resume:
+ Children:
+ Resume Devices
+ Winlogon Resume
+ Time to Idle Detection starts
+
+ Begin Main Path Resume Container
+ <-->
+
+
+
+ Resume Devices:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=37, and version=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=38, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Resume Device
+
+ Begin Resume Devices
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Resume Device:
+
+ Event-Based Start with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=7, version=1, MinorFunction=2, PowerStateType=0
+ Event-Based Stop with provider=331c3b3a-2005-44c2-ac5e-77220c37d6b4, id=8, and version=0
+
+ Additionally, only match start to stop if the field "Irp" is the same.
+
+ Instance based off payload field called "InstanceName" in the start event. This is of type Device and will have a device description, name, and ID associated with it.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Resume Devices
+ <-->
+
+
+
+ Winlogon Resume:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=202, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=10, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+ Children:
+ Request Credentials
+ Authenticate User
+ Prepare Themes
+ Notify DWM
+ Notify Themes
+ Check License
+ Restore Network Connections
+ Logon
+ Start Shell
+
+ Begin Winlogon Resume
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Request Credentials:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=203, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=204, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authenticate User:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=1, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=2, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prepare Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=11, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=12, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify DWM:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=67, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=68, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notify Themes:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=13, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=14, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Check License:
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=5, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=6, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Restore Connections
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=7, and version=0
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=8, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Explorer Initialization
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=9, and version=0
+ Event-Based Stop with provider=30336ed4-e327-447c-9de0-51b652c86108, id=27231, and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ End Winlogon Resume
+ <-->
+
+
+
+ Time to Idle Detection starts:
+
+ Region-Based Start based off the stop of region: 9964C11C-574E-4497-B7F8-15A9E6A53265
+ Event-Based Stop with provider=331C3B3A-2005-44C2-AC5E-77220C37D6B4, id=121, and version=0
+
+ This region is a temperory one until we get the Idle Detection start changed to begin when the Standby process is done
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+ UNSUPPORTED REGION:
+ In future versions, this will contain the following region:
+
+ Post On/Off
+ Region-Based Start based off the stop of region: 9964C11C-574E-4497-B7F8-15A9E6A53265 (Main Path Resume)
+ Idle-Based Stop based after we detect idle for 5000 ms
+
+ Additionally, only match start to stop if the PIDs are the same.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <-->
+
+
+ End Main Path Resume
+ <-->
+
+
+
+ Console Session Disconnect
+
+ Event-Based Start with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=801 version=0, and Event=8
+ Event-Based Stop with provider=dbe9b383-7cf3-4331-91cc-a3cb16a3b538, id=802 version=0, and Event=8
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ End Standby Resume
+ <-->
+
+
+
+ Post On/Off
+ Event-Based Start with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1102", and version=0
+ Event-Based Stop with Provider="{030F2F57-ABD0-4427-BCF1-3A3587D7DC7D}" Id="1103", and version=0
+
+ Additionally, only match start to stop if the PIDs are the same.
+ <-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utilities/proprietary/ParseUtc/wpt/Catalog/default.stacktags b/utilities/proprietary/ParseUtc/wpt/Catalog/default.stacktags
index 74ca380e..f84d49bb 100644
--- a/utilities/proprietary/ParseUtc/wpt/Catalog/default.stacktags
+++ b/utilities/proprietary/ParseUtc/wpt/Catalog/default.stacktags
@@ -1,750 +1,750 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utilities/proprietary/ParseUtc/wpt/scenario.xml b/utilities/proprietary/ParseUtc/wpt/scenario.xml
index 230b4ed6..fc779365 100644
--- a/utilities/proprietary/ParseUtc/wpt/scenario.xml
+++ b/utilities/proprietary/ParseUtc/wpt/scenario.xml
@@ -1,3268 +1,3268 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file