Results 1 to 5 of 5

Thread: task scheduler shell? :S

  1. #1

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    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.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  3. #3

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    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 )

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  5. #5

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    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
  •  



Click Here to Expand Forum to Full Width