View Single Post
  #2  
Old January 11th 18, 07:24 PM posted to microsoft.public.windowsxp.general
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Process Explorer

AIOE wrote:
I set Process Explorer to load at logon but it does not do it.
I cold start and log in.

What do I need to get it to load ?

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus === AVAST Preferences, turn off message...


Process Explorer takes command line arguments, one
of which suppresses the screen presentation of the EULA.
You basically want a "silent start". This may not be
explained on the documentation page, but the forum
where it's discussed has the details.

https://forum.sysinternals.com/eula-...783_page1.html

"/accepteula" switch to avoid the prompt

HKCU\Software\Sysinternals\Procmon
EulaAccepted DWORD 1

That's two ways to do it. Add the EULA switch to where you're
launching, or add an entry to the Registry. Check when starting
the program after the Registry mod, that the EULA is no longer
popping up.

Apparently, if a program is launched from Task Scheduler
(and it runs as the SYSTEM account by default), that also
suppresses the EULA, and should allow it to start. But that
means you have to know enough about scheduling tasks, to have
set a task which is defined to "start at startup". You can do
such a thing, but I don't know the details right off hand.

In any case, the EULA is one reason it won't start.

Paul
Ads