In my pc, something is repetadly starting an app1.exe. Whether the starter is exe, dll, task,service, etc. I want to find out what application that starts app1.exe. Is there way to find it? Is there a way to track and monitor it?
Task Manager startup, task sched checked app1.exe is not there. There is no entry about app1.exe anywhere.
It's not something you can look at tasksched. or services. It's embedded as source code.
Code logic is like this.
if file not exist "c:\app1.exe" {
download app1.exe to "C:\"
}
run "c:\app1.exe"