Applied a valid type to a code block

Code blocks should have a type in this list: https://docsmetadatatool.azurewebsites.net/allowlists#
This commit is contained in:
Gary Moore
2020-06-12 17:30:59 -07:00
committed by GitHub
parent 943d2bf896
commit fc555d881c

View File

@ -108,7 +108,7 @@ Get-Service -Name mpssvc
As an alternative to PowerShell, you can use Command Prompt to verify that Microsoft Defender Antivirus is running. To do that, run the following command from a command prompt:
```DOS
```console
sc query Windefend
```