Update task-scheduler.md

This commit is contained in:
2026-04-26 14:36:43 +02:00
parent 137d521726
commit 67e710156b

View File

@@ -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):**