Skip to main content

All Questions

Tagged with
0 votes
0 answers
338 views

How do you change the name shown in Task Manager for a running process (in particular a sub-process of the main executable) [closed]

Unlike on Linux or macOS, I haven't been able to find an API to change the process name of a running process (or in the case I care about, a sub-process). I'd want it to still appear under the main ...
jesup's user avatar
  • 111
0 votes
0 answers
535 views

How to kill all obtrusive messagebox recursion manually when they are opened very quickly and very many in Windows

Firstly, I do not asking for programming solutions, I just publish this code to show how this program work. I tried this program below (in Virtual Box): #include <iostream> #include <string....
DMaster's user avatar
  • 241