From 69a29a9eb186bd955929f037639813e4590db5ee Mon Sep 17 00:00:00 2001 From: jdmartinez36 Date: Tue, 30 Jun 2020 16:38:07 -0600 Subject: [PATCH] Updated code to LaunchDaemons Updated launchctl with LaunchDaemons per Yong Rhee. --- .../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 e3816a73cb..810fed0417 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/LaunchAgents/` + `$ launchctl load ~/Library/LaunchDaemons/` `$ launchctl start ` ```