|
-
Jul 30th, 2006, 12:46 AM
#1
Thread Starter
Fanatic Member
task scheduler shell? :S
i was wondering why is it if in cmd you put :
Code:
at 1:34 /interactive cmd.exe
when the task is executed at 1:34 if you look at the top if the newly created cmd windows it says: "C:\Windows\system32\Svchost.exe" does this mean that the svchost has a useable shell ?
Last edited by dark_shadow; Jul 30th, 2006 at 12:55 AM.
-
Jul 30th, 2006, 02:25 AM
#2
Re: task scheduler shell? :S
AT executes using a service which is hosted by the svchost process, so that is what you see in the console title.
-
Jul 30th, 2006, 08:48 AM
#3
Thread Starter
Fanatic Member
Re: task scheduler shell? :S
hmm so its still identical to the normal cmd prompt right? nothing special about it ? ( well othere than the fact that it starts with the SYSTEM account as opposed to the normal user )
-
Jul 30th, 2006, 03:38 PM
#4
Re: task scheduler shell? :S
Put simply: It's just an exe loading another exe. You can even do it from VB/C# applications for that matter.
What do you mean by "usable shell" though? Wanting to use it from your code?
-
Jul 30th, 2006, 06:25 PM
#5
Thread Starter
Fanatic Member
Re: task scheduler shell? :S
well that was one of the problems i think i was having with one of my programs i think i explained it in the classic vb section what i ment was that it seemed like scvhost.exe had its own command line interface and if so i thoguht there may be some other command to it instad of the normal command prompt. and considering its running under the system account the rights would be a bit more stronger
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|