fix formating of number

This commit is contained in:
Joey Caparas 2016-08-01 22:54:05 +10:00
parent ff4f63ced1
commit ed517f3216

View File

@ -221,6 +221,7 @@ If the verification fails and your environment is using a proxy to connect to th
If your endpoints are running a third-party antimalware client, the Windows Defender ATP agent needs the Windows Defender Early Launch Antimalware (ELAM) driver to be enabled.
**Check the ELAM driver status:**
1. Open a command-line prompt on the endpoint:
a. Click **Start**, type **cmd**, and select **Command prompt**.
@ -269,6 +270,7 @@ SERVICE_NAME: WdBoot
b. Right-click **Command prompt** and select **Run as administrator**.
2. Run the following PowerShell cmdlet:
```text
'Set-ExecutionPolicy -ExecutionPolicy Bypass
```