[thelist] Make Hidden Process Visible

Michael Pemberton evolt at mpember.net.au
Sat Dec 18 08:31:18 CST 2004


Arthur Maloney wrote:
> interactive user  ?? not come across this terminology before. Is there a way to set it ??

The 'interactive' user is the user that is currenlty logged on to the 
machine.  I guess from your case, this is your 'normal user account'.

What this means is that in the same way that your IIS server is running 
silently in the background, so too is the process you have started.  The 
only way to get around this would be to try and execute the command 'as' 
the user that is logged in.

I don't use ASP, so I may not be off much use to you when it comes to 
specific code, but here goes....

You can try logging in as the ASPNET account.  This may result in the 
process appearing.

You can try using PSExec to execute the process is another user.  This 
means that you will need to look into the docs for the particulars.  You 
can also try the RunAs command line, which will require the use of Sanur 
  to send the required password.

If there is anything that I have said that has greater more confusion 
and less clarity, feel free to stick your hand in the air and ask 
further questions.

Hope this helps...

-- 
Michael Pemberton
evolt at mpember.net.au




More information about the thelist mailing list