1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Task Manager CANNOT KILL PROCESSES

Discussion in 'Windows Vista' started by j90qfj90q34fjwefi2, Feb 25, 2008.

  1. chsab420

    chsab420 Guest

    chsab420;3557567 Wrote: <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Which programs will not close?
    >
    > it takes a while, but if you are patient, it does close them. At least
    > I
    > haven't found one yet that won't. Java vm is the biggest culprit for me
    > -
    > sometimes printing international mailing labels it either crashes
    > Firefox or
    > just hangs til I end
    > process on it.
    >
    > And the explorer should be able to manage files
    > and the search tool should be able to find them
    > and the....<!--colorc--><!--/colorc-->

    i did not made these comments how come they are in my name ?


    --
    chsab420
    ------------------------------------------------------------------------
    chsab420's Profile:
    View this thread:


     
  2. Mike Torello

    Mike Torello Guest

    chsab420 <chsab420.3q83fa@DoNotSpam.com> wrote:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    >chsab420;3557567 Wrote: <!--coloro:green--><span style="color:green <!--/coloro-->
    >> Which programs will not close?
    >>
    >> it takes a while, but if you are patient, it does close them. At least
    >> I
    >> haven't found one yet that won't. Java vm is the biggest culprit for me
    >> -
    >> sometimes printing international mailing labels it either crashes
    >> Firefox or
    >> just hangs til I end
    >> process on it.
    >>
    >> And the explorer should be able to manage files
    >> and the search tool should be able to find them
    >> and the....<!--colorc--><!--/colorc-->
    >
    >i did not made these comments how come they are in my name ?<!--colorc--><!--/colorc-->

    Probably just a glitch in that pitiful Usenet gateway you are using.
     
  3. chsab420

    chsab420 Guest

    chsab420;4344557 Wrote: <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > i did not made these comments how come they are in my name ?
    >
    > Probably just a glitch in that pitiful Usenet gateway you are using.<!--colorc--><!--/colorc-->


    fU@k you admin for editing my posts again and again,
    and
    fu@k this lame forum.


    --
    chsab420
    ------------------------------------------------------------------------
    chsab420's Profile:
    View this thread:


     
  4. robogeek

    robogeek Guest

    I agree with most of you. Vista is a shambolic operating system that
    cannot manage its own processes. With Unix and Linux there is the kill
    -9 command but vista will make you reboot (or more likely make you hold
    the power button down). The news that Windows 7 is no better is a blow
    as I was going to upgrade later this year. I have been playing with
    Ubuntu on an old IBM laptop (T42). It beats the pants of my core 2 duo
    with Vista for speed and performance. How can that be right?

    I think the writing may well be on the wall for microsoft, if their
    operating system is so user hostile they are going to lose ground just
    like they did with Firefox. And with Google entering the OS market
    things are going to get really interesting.


    --
    robogeek
    ------------------------------------------------------------------------
    robogeek's Profile:
    View this thread:


     
  5. robogeek wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > I agree with most of you. Vista is a shambolic operating system that
    > cannot manage its own processes. With Unix and Linux there is the kill<!--colorc--><!--/colorc-->

    I didn't see the earlier part of this thread, but ... well, Windows - or
    at least, Win32 - has no Signals mechanism, so a kill -9 SIGKILL does
    not and cannot exist, as such, on Windows. The Windows POSIX subsystem
    supports both Signals and kill -9 (although, POSIX/Interix/SFU/SUA has
    been shamefully neglected by MSFT; they didn't realise what they had).

    However, if you have a Command Prompt open, (and which true geek
    doesn't?) then you can kill a Win32 process with extreme prejudice from
    the command line, by issuing a "taskkill /PID <nnn> /f /t", as
    documented here:



    By running in the Console, this seems to bypass some of the Windows
    message loop processing that can gum up other task managers like Process
    Explorer or, uh, Task Manager. Mind you that's just my subjective
    impression, I haven't stepped through it in the debugger.

    Overall, Windows decided to prefer to allow processes to shut down
    gracefully, rather than making it easy to kill them outright. Whereas
    POSIX systems (Unix, Linux etc) let you easily kill a process, without
    much "are you sure" graceful graciousness, aforethought. Is one better
    than the other? How many lives have been lost, and how many sysadmins
    have turned grey, as a result of one or the other design decision? Hard
    to say .. I think there's no clear winner there.

    Just my 2 cents :)

    Andrew
    --
    amclar at optusnet dot com dot au
     

Share This Page