diff --git a/windows/security/threat-protection/microsoft-defender-atp/mac-schedule-scan-atp.md b/windows/security/threat-protection/microsoft-defender-atp/mac-schedule-scan-atp.md
index d7a913d13f..ce7fb8d947 100644
--- a/windows/security/threat-protection/microsoft-defender-atp/mac-schedule-scan-atp.md
+++ b/windows/security/threat-protection/microsoft-defender-atp/mac-schedule-scan-atp.md
@@ -36,12 +36,13 @@ While you can start a threat scan at any time with Microsoft Defender ATP, your
ProgramArguments
sh
- -c
- /usr/local/bin/mdatp --scan --quick
+ -c
+ /usr/local/bin/mdatp --scan --quick
RunAtLoad
- StartCalendarInterval
+ StartCalendarInterval
+
Day
3
Hour
@@ -68,8 +69,8 @@ While you can start a threat scan at any time with Microsoft Defender ATP, your
4. To load your file into **launchd**, enter the following commands:
```bash
- `$ launchctl load /Library/LaunchDaemons/`
- `$ launchctl start `
+ launchctl load /Library/LaunchDaemons/`
+ launchctl start `
```
5. Your scheduled scan runs at the date, time, and frequency you defined in your .plist file. In the example, the scan runs at 2:00 AM every 7 days on a Friday, with the StartInterval using 604800 seconds for one week.