⚙️ SysPulse Configuration Guide

SysPulse is controlled entirely through a single file called config.ini. This file is located in the same folder as SysPulse.exe. You can edit it with any text editor (like Notepad).

Important: After making changes to config.ini, you must restart SysPulse for the changes to take effect.

📋 Complete config.ini Example

[LICENSE]
key = your_license_key_here

[TELEGRAM]
token = YOUR_BOT_TOKEN
chat_id = YOUR_CHAT_ID

[THRESHOLDS]
cpu_percent = 85
memory_percent = 90
disk_percent = 90

[SECURITY]
whitelist = chrome.exe,spotify.exe,code.exe
auto_learn = false

[FEATURES]
monitor_usb = true
monitor_startup = true
daily_report = true

[GENERAL]
startup_alert = true

🔑 License Settings

[LICENSE]
key = your_license_key_here

Enter the license key you received after purchase. This key is tied to your hardware (HWID-locked) and can only be used on one machine.

📡 Telegram Settings

[TELEGRAM]
token = YOUR_BOT_TOKEN
chat_id = YOUR_CHAT_ID

📊 Threshold Settings

[THRESHOLDS]
cpu_percent = 85
memory_percent = 90
disk_percent = 90

🛡️ Security Settings

[SECURITY]
whitelist = chrome.exe,spotify.exe,code.exe
auto_learn = false
Tip: If you see alerts for legitimate Windows processes (like TiWorker.exe or TrustedInstaller.exe), simply add them to the whitelist to stop those alerts.

🔌 Feature Settings

[FEATURES]
monitor_usb = true
monitor_startup = true
daily_report = true

🚀 General Settings

[GENERAL]
startup_alert = true

❓ How to Edit config.ini

  1. Close SysPulse completely (use Kill.bat if needed).
  2. Right-click config.ini and open with Notepad.
  3. Change the values you need.
  4. Save the file (Ctrl+S).
  5. Restart SysPulse.
Need help? If you're unsure about any setting, contact us at darkssel@proton.me. We'll help you configure SysPulse correctly.
← Back to SysPulse Homepage