From 662b47e1e661be5f6b7f0dc557da267b9173520b Mon Sep 17 00:00:00 2001 From: Mandi Ohlinger Date: Wed, 10 Nov 2021 18:58:22 -0500 Subject: [PATCH] Added code tags --- ...ed-troubleshooting-wireless-network-connectivity.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/client-management/advanced-troubleshooting-wireless-network-connectivity.md b/windows/client-management/advanced-troubleshooting-wireless-network-connectivity.md index dbbd9f0fd8..043d6d76df 100644 --- a/windows/client-management/advanced-troubleshooting-wireless-network-connectivity.md +++ b/windows/client-management/advanced-troubleshooting-wireless-network-connectivity.md @@ -60,7 +60,7 @@ Make sure that you install the latest Windows updates, cumulative updates, and r 1. Network Capture with ETW. Enter the following at an elevated command prompt: - ``` + ```cmd netsh trace start wireless_dbg capture=yes overwrite=yes maxsize=4096 tracefile=c:\tmp\wireless.etl ``` 2. Reproduce the issue. @@ -70,12 +70,12 @@ Make sure that you install the latest Windows updates, cumulative updates, and r - If intermittent connection drops trigger stop command on a script (ping or test network constantly until fail, then netsh trace stop). 3. Stop the trace by entering the following command: - ``` + ```cmd netsh trace stop ``` 4. To convert the output file to text format: - ``` + ```cmd netsh trace convert c:\tmp\wireless.etl ``` @@ -285,7 +285,7 @@ C:\tmp>dir Copy and paste all the lines below and save them into a text file named "wifi.tat." Load the filter file into the TextAnalysisTool by clicking **File > Load Filters**. -``` +```xml @@ -323,4 +323,4 @@ Copy and paste all the lines below and save them into a text file named "wifi.ta In the following example, the **View** settings are configured to **Show Only Filtered Lines**. -![TAT filter example.](images/tat.png) \ No newline at end of file +![TAT filter example.](images/tat.png)