File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,38 +40,38 @@ If you're experiencing reliability or device health issues with Microsoft Defend
4040 wget --quiet -O XMDEClientAnalyzerBinary.zip https://go.microsoft.com/fwlink/? linkid=2297517
4141 ```
4242
43- 1 . Verify the download.
43+ 2 . Verify the download.
4444
4545 ``` bash
4646 echo ' B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
4747 ```
4848
49- 2 . Extract the contents of ` XMDEClientAnalyzerBinary.zip ` on the machine.
49+ 3 . Extract the contents of ` XMDEClientAnalyzerBinary.zip ` on the machine.
5050
5151 If you're using a terminal, extract the files by running the following command:
5252
5353 ``` bash
5454 unzip -q XMDEClientAnalyzerBinary.zip -d XMDEClientAnalyzerBinary
5555 ```
5656
57- 3 . Change to the tool's directory by running the following command:
57+ 4 . Change to the tool's directory by running the following command:
5858
5959 ``` bash
6060 cd XMDEClientAnalyzerBinary
6161 ```
6262
63- 4 . Notice that the following two zipped files are produced:
63+ 5 . Notice that the following two zipped files are produced:
6464
6565 - ` SupportToolLinuxBinary.zip ` : For all Linux devices
6666 - ` SupportToolMacOSBinary.zip ` : For Mac devices
6767
68- 5 . Unzip the SupportToolMacOSBinary.zip.
68+ 6 . Unzip the SupportToolMacOSBinary.zip.
6969
7070 ``` bash
7171 unzip -q SupportToolMacOSBinary.zip
7272 ```
7373
74- 6 . Run the tool as root to generate your diagnostic package:
74+ 7 . Run the tool as root to generate your diagnostic package:
7575
7676 ``` bash
7777 sudo ./MDESupportTool -d
You can’t perform that action at this time.
0 commit comments