Yes yes, I REALLY want to terminate that process and I am very sure about it too, ty.

  • mkwt@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    17 days ago

    TerminateProcess() is pretty reliable, but it doesn’t form part of the C signals stack on Windows like kill -9. So for instance, if you’re doing process control on Python, you need to use a special Windows-only API to access TerminateProcess().