diff --git a/docs/task-scheduler.md b/docs/task-scheduler.md index 94c63c5..9266764 100644 --- a/docs/task-scheduler.md +++ b/docs/task-scheduler.md @@ -9,7 +9,7 @@ Die mitgelieferte Datei `rdp-access-notification.xml` kann direkt importiert wer **Per PowerShell:** ```powershell -Register-ScheduledTask -Xml (Get-Content "C:\scripts\rdp-access-notification.xml" -Raw) -TaskName "RDP Access Notification" +Register-ScheduledTask -Xml (Get-Content "C:\scripts\rdp-login-notifier\rdp-access-notification.xml" -Raw) -TaskName "RDP Access Notification" ``` **Per Aufgabenplanung (GUI):**