Top "Taskmanager" questions

Task Manager is a system monitor that provides limited information about running applications.

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 …

windows memory taskmanager
Invoking windows task manager with 'performance' tab selected

I am currently invoking the windows task manager using a click event in WPF. The event simply executes 'Process.Start("…

c# wpf process taskmanager
Get info about all running processes

I have an idea to make Task Manager for android.Can anyone tell me how to get all the processes …

java android taskmanager
Task manager on windows 6.0 ce for Motorola MC3190 Handheld Computer

I try to find out why a web page causes a memory leak on Motorola MC3190. Barcode scanners are new …

windows windows-ce taskmanager
Programmatically disabling Taskmanager using c#

I am working on a Kiosk application, I need to disable the taskmanager. So that when the user press [Ctrl + …

c# windows taskmanager kiosk
clear Recent apps wipe the apps memory and my receiver stopped working

MyApp's Receiver is just working fine if it in background which is: public class MySmsReceiver extends WakefulBroadcastReceiver { @Override public void …

android service google-cloud-messaging broadcastreceiver taskmanager
How to prevent an app from being killed in task manager?

I'm working on a parental control app (written in WPF) and would like to disallow anybody (including administrator) to kill …

c# wpf acl taskmanager
How can I set the Task Manager description for my program?

I have a CLI program and I'd like to modify the description shown for it in Windows Task Manager. I …

c# visual-studio visual-studio-2005 taskmanager
Batch or PowerShell command to get the names of all the open applications in Windows

We have a command line utility which opens MS Office documents on a server and converts them to PDF. For …

batch-file powershell ms-office taskmanager