Skip to content

Commit 0710390

Browse files
author
Chetan Pandey
committed
Changed pid-taskbar to show search bar
1 parent be156e0 commit 0710390

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

diagnostics/procmon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Procmon logs help quickly identify issues like missing files, registry errors, o
99

1010
1. Download Procmon from [Microsoft Learn](https://learn.microsoft.com/en-us/sysinternals/downloads/procmon).
1111

12-
2. Extract the zip file and copy **Procmon.exe** ( or **Procmon64.exe** for 64-bit systems) to the target machine.
12+
2. Extract the zip file and copy **Procmon.exe** (or **Procmon64.exe** for 64-bit systems) to the target machine.
1313

1414
3. Launch **Procmon.exe** and accept the license agreement.
1515

236 KB
Loading

diagnostics/ttd.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ For more details on the ttd and to capture other processes, refer to [Microsoft
6666

6767
- If the Details view does not show **Command Line** column, right click on any column and select **Select Columns**. Now add **Command Line** column to the view.
6868

69-
- Search for the msedgewebview2.exe process and find the process which contains the  “--embedded-browser-webview=1 --webview-exe-name={`app-exe-name`}” argument. Get the PID of the process.
69+
- Search for the msedgewebview2.exe process and find the process which contains the “--embedded-browser-webview=1 --webview-exe-name={`app-exe-name`}” argument. Get the PID of the process.
7070

71-
![pid-taskbar](resources/pid-taskbar.png)
71+
72+
**Image showing Browser Process for ms-teams.exe's webview2.**
73+
74+
![pid-taskbar](resources/pid-taskbar.png)

0 commit comments

Comments
 (0)