Minor corrections

This commit is contained in:
Gary Moore 2020-07-21 14:43:57 -07:00 committed by GitHub
parent 5eac447ab9
commit 11a06393ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,11 +103,11 @@ The hardware requirements for Microsoft Defender ATP on devices are the same for
### Other supported operating systems
- macOSX
- macOS
- Linux (currently, Microsoft Defender ATP is only available in the Public Preview Edition for Linux)
> [!NOTE]
> You'll need to know the exact Linux distros, Android, and macOS versions that are compatible with Microsoft Defender ATP for the integration to work.
> You'll need to know the exact Linux distributions and versions of Android and macOS that are compatible with Microsoft Defender ATP for the integration to work.
>
> Also note that Microsoft Defender ATP is currently only available in the Public Preview Edition for Linux.
@ -132,13 +132,13 @@ By default, this service is enabled. It's good practice to check to ensure that
1. Open an elevated command-line prompt on the device:
a. Go to **Start** and type **cmd**.
1. Go to **Start** and type **cmd**.
b. Right-click **Command prompt** and select **Run as administrator**.
1. Right-click **Command prompt** and select **Run as administrator**.
2. Enter the following command, and press **Enter**:
```text
```console
sc qc diagtrack
```
@ -154,19 +154,19 @@ You'll need to set the service to automatically start if the **START_TYPE** is n
1. Open an elevated command-line prompt on the endpoint:
a. Go to **Start** and type **cmd**.
1. Go to **Start** and type **cmd**.
b. Right-click **Command prompt** and select **Run as administrator**.
1. Right-click **Command prompt** and select **Run as administrator**.
2. Enter the following command, and press **Enter**:
```text
```console
sc config diagtrack start=auto
```
3. A success message is displayed. Verify the change by entering the following command, and press **Enter**:
```text
```console
sc qc diagtrack
```