Re-labeled code blocks

As written, the commands in the code blocks that I re-labeled work from the Windows command line, but not from the PowerShell command line.
This commit is contained in:
Gary Moore
2021-01-26 15:23:49 -08:00
committed by GitHub
parent 412d769534
commit 8c5574fd66

View File

@ -86,13 +86,13 @@ When you report a problem with network protection, you are asked to collect and
1. Open an elevated command prompt and change to the Windows Defender directory:
```PowerShell
```console
cd c:\program files\windows defender
```
2. Run this command to generate the diagnostic logs:
```PowerShell
```console
mpcmdrun -getfiles
```