Tagged Questions

0
votes
5answers
53 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 t …
0
votes
1answer
58 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
6
votes
10answers
5k 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 …
1
vote
1answer
116 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 …
1
vote
1answer
200 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 fr …
1
vote
1answer
74 views

app runs in task manager, but doesn’t show, respond or generate error

Hi, we have a .NET / C# application that runs on multiple machines without problems. When installing to one (evil :-) XP machine, the installation of the software succeeds fine, bu …
4
votes
4answers
313 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 80 …
1
vote
1answer
57 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 …
2
votes
4answers
129 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 Idl …
2
votes
7answers
1k views

What project task manager / bug tracker do you think is best? [closed]

We use Mantis and its ok... I've also used Eventum (which was too slow on our system) and BugZilla (Which I just plain didn't like). For small personal projects I use my own task …
4
votes
5answers
4k 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 10057 …
0
votes
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 …
0
votes
1answer
314 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 interr …
0
votes
3answers
84 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 …