-
-
Notifications
You must be signed in to change notification settings - Fork 69.5k
Windows: cmd.exe window flashes every ~30s from ARP network scanning #25856
Copy link
Copy link
Closed as not planned
Sid-Qin/openclaw
#4Closed as not planned
Copy link
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Description
On Windows, the OpenClaw gateway (PID traced to the gateway process) spawns cmd.exe → arp.exe → findstr.exe approximately every 30 seconds. Each spawn briefly flashes a console window on screen.
Steps to Reproduce
- Run OpenClaw gateway on Windows 11
- Observe cmd.exe window flashing repeatedly (~30s interval)
- Use
Register-CimIndicationEvent -ClassName Win32_ProcessStartTraceto confirmARP.EXEandfindstr.exespawning with PPID tracing back to the node.exe gateway process
Expected Behavior
- Network discovery/ARP scanning should use
windowsHide: trueonchild_process.exec/spawncalls to prevent console window flash - Or: ARP scanning interval should be configurable / less frequent
Environment
- OpenClaw version: 2026.2.12
- OS: Windows 11 (10.0.26200)
- Node.js: v24.13.0
Notes
- This was not happening in earlier versions (user reports regression)
- The
cmd.exeprocesses die too fast to catch via polling — had to use WMI process creation events to identify the source - Parent PID consistently traces to the OpenClaw gateway node.exe process
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.