Tagged Questions

0
votes
1answer
61 views

Console windows that cannot be killed by closing or via Task Manager

When I run a test harness through the Visual Studio 2005 debugger, it creates a console window every time I run it. In the past, the console window would close automatically when the test harness …
0
votes
4answers
169 views

How to hide a running process from the taskbar and other places? [closed]

How can I hide a process? For example I don't want it to be shown on the taskbar or in alt-tab. I don't care if it's in the Task Manager or not.
6
votes
12answers
7k views

How do I hide a process in Task Manager in C#?

I have a requirement to hide a process in Task Manager. It is for Intranet scenario. So, everything is legitimate. :) Please feel free to share any code you have (preferably in C#) or any other …
0
votes
0answers
53 views

Why is a .NET x86 windows service not displayed with *32 in Task Manager?

Hi, I created a dummy windows service using .net 3.5. The service has been compiled for x86 explicitly (32BIT corflag is set). Process Explorer from SysInternals correctly identifies the process as …
0
votes
5answers
97 views

How to prevent starting TaskManager in my Desktop?

Hi, I am creating a new Desktop in Windows XP/Vista and 7 using win32 API. This is more like having a secure Desktop and I don't want let any other application to be executed in that Desktop. Well, …
4
votes
6answers
5k views

“Mem Usage” higher than “VM Size” in WinXP Task Manager

In my Windows XP Task Manager, some processes display a higher value in the Mem Usage column than the VMSize. My Firefox instance, for example shows 111544 K as mem usage and 100576 K as VMSize. …
1
vote
1answer
323 views

Set Application name in Task Manager’s Applications Tab

I have a WinForms application written in C# for .NET 3.5 that needs to show a specific name in the Task Manager's Applications tab. However, I need for this text to be different from the Form's text. …
0
votes
1answer
70 views

is task/application manager available in iphone?

hello Is there any functionality of a task manager in iphone like we have in windows? if so how to access it? thanks
1
vote
1answer
144 views

Get task manager list via SWT?

Is there a way using SWT to get a list of all processes currently running (similar to executing tasklist.exe/tlist.exe on Windows)? If so, is there sample code available? Ideally this would be done …
4
votes
4answers
418 views

How much memory is my windows app really using?

I have a long-running memory hog of an experimental program, and I'd like to know it's actual memory footprint. The Task Manager says (in windows7-64) that the app is consuming 800 mb of memory, but …
2
votes
4answers
135 views

Why do my processes only consume 5% of the processors power?

Not sure if this is the appropriate place for this question, but it seems related to threading and system resources and all that. Why Does my Task Manager show that the System Idle Process is using …
1
vote
1answer
74 views

Is a thread’s stack reported as memory used in Task Manager?

My coworkers and I are trying to track a memory issue in an application, and in my research I found a blog entry that talks about how each thread gets a 1MB stack by default. Our application happens …
1
vote
5answers
1k views

Checking if an application is still running from a batch file?

Hi all, How to use batch file to check if an application still running or not? If the application still running, this process will loop again and again. Else, there will be error message. Thank you …
0
votes
1answer
369 views

Task Manager Script

I need to a script that will pull up the Task Manager in Vista but with processes from all users (like when you click "Show processes from all users"). I don't mind the UAC interruption but I'd like …
0
votes
3answers
90 views

System Resorce Monitor/Graph

I'm looking for a app that does about the same thing at the Performance tab on Task Manager but on a per-process bases and with more plotted valuse. At a minimum I would like to be able to plot CPU …