Questions tagged [windows-process]
50 questions
0
votes
1 answer
Find name of a windows process to kill it in task manager
Let us say my IE stopped working, so I go to windows task manager and go to Processes and select 'iexplore.exe' and 'End Process'. I can also use the 'Applications' tab to end the process but lots of times for hung applications, the application does…

Victor
- 16,609
- 71
- 229
- 409
-1
votes
1 answer
PCSP hanging when user not logged in
I am having problem with PCSP hanging.
PCSP is called from within a WCF service running in IIS on Windows 2008 r2.
The service is running under an app pool that is running as a domain user
the host key has been cached for that user
A client will…

KiwiInLondon
- 59
- 10
-1
votes
1 answer
Create process without having keyboard and mouse, interaction and focus
How to create/spawn Win32 process without mouse and keyboard focus and interaction?
Can some one mentioned most appropriate Win API function to create window process without having it display as top most window ,but stay behind in other opened…
user6952310
-1
votes
1 answer
Is there any way to track wm_messge (or wm_command) of other proccess?
My computer got a virus that closes google chrome every time I open it.
I tried every related tools and malware removal I found in internet but the problem still lasts.
Now I want to create a tool(with C#.NET) that tracks other processes(or at least…

nAviD
- 2,784
- 1
- 33
- 54
-1
votes
3 answers
How do i create a running windows process when a c# windows form loads?
I need to create running windows process (the one seen on task manager) when a Windows form loads because I need this application to be monitored by nagios (http://www.nagios.org/).
So when the form loads, an exe will run in the background process,…

light
- 33
- 7