From febc083f2c542f18137ae3053ca6d3bd9ada885e Mon Sep 17 00:00:00 2001 From: jdmartinez36 Date: Tue, 30 Jun 2020 17:45:28 -0600 Subject: [PATCH] Adjusted code Adjusted code per Yong Rhee. Missed this on the last edit. --- .../microsoft-defender-atp/mac-schedule-scan-atp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 810fed0417..d7a913d13f 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 @@ -68,7 +68,7 @@ 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 load /Library/LaunchDaemons/` `$ launchctl start ` ```