From 1d03b4c4fcaccef6da0c038054fe0ce04b846441 Mon Sep 17 00:00:00 2001
From: Andreas Lindemark <andreas.lindemark@liu.se>
Date: Fri, 4 Apr 2025 17:55:42 +0200
Subject: [PATCH] Added one more option to test the script.

---
 Windows/ZabbixAgent/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Windows/ZabbixAgent/README.md b/Windows/ZabbixAgent/README.md
index 486b81c..f0eeef6 100644
--- a/Windows/ZabbixAgent/README.md
+++ b/Windows/ZabbixAgent/README.md
@@ -63,6 +63,11 @@ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force; Stop-Service
    
    ```
 
+   ```powershell
+   C:\Windows\system32\Tasks\CheckAndStartZabbixAgent2.ps1
+   
+   ```
+
 ### Script Details
 When you run the script `CheckAndStartZabbixAgent2.ps1`, it will perform the following actions:
 1. **Retrieve the Domain name**: Dynamically retrieves the domain name of the computer.
-- 
GitLab