Overview › Forums › Discussions › Does ATService.exe belong to this program? › Reply To: Does ATService.exe belong to this program?
January 11, 2026 at 8:30 am
#32072
Guest
Use this to tail logs
Get-ChildItem “C:\ProgramData\Anytxt\log\ATOHelper_*.log” | Sort-Object LastWriteTime -Descending | Select-Object -First 1 | Get-Content -Wait