-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Run][New Plugin] Allow to terminate the selected running process #6084
Comments
so ctrl-enter has a lot of implications. it typically means to just 'execute'. Think about outlook and others. It is also very close to run as admin. Maybe ctrl-delete may be a better key. I would only have this as a context menu item in the window walker section. |
xref #322 as well, good spot to share code |
See #6604 (comment). Change of component and don't kill every instance. |
Small spec how a
|
Is this going in to the window walker? Or there may be two result for the same program. |
I think we should have an own plugin. And as I wrote I think kill process results shouldn't be shown as global result per default. If we add it with all the suggested features it's to complex for adding it into WindowWalker. |
I think a good first start is to add it to window walker. I think what is being proposed is far in excess to what was being asked. |
@crutkas For killing you suggested If you are good with this please assign me. I will work on it in the next time. |
2nd context menu?!? |
|
I have made a very simple PoC without pid/hwnd validation. But it shows what I think about. The code can be found here. Close window:An yes it can close elevated windows without PT Run running elevated. 🤩 Kill process:When killing the process there is a bug in my PoC that PT Run doesn't close. |
@htcfreek I would like to suggest a confirm message prompt would be great. ;) |
You mean confirm to kill? That is planned. But only for killing the process. 👍🏻 |
That's correct. 😄 |
@crutkas |
I moved it to 0.56. Or do you can get it into 0.55? |
No. Let's have it in 0.65. Then we have more time for testing and fixing. |
project: v0.57.0 |
This is fixed with 0.57.0. Please head over to https://aka.ms/installpowertoys |
The problem is that this was based on window walker thus it is slow and doesn't allow to actually kill a process. It simply finds out what's the process behind a window and kills those. What about actual processes that don't have associated windows. For examples service-related processes, or stuff you're running on some terminal? I would be great if this feature could be revised to pick the the actual process list from TaskManager instead of window list. |
📝 'Ctrl + Enter' to terminate the selected running process
After listing the running processes, and pressing 'Ctrl + Enter' would terminate the selected one.
Originated from #5823
The text was updated successfully, but these errors were encountered: