The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

difference between process explorer and task manager [closed]

below is screen capture of process explorer(left) and task manager(right) in windows 7. process list in task manager is sorted with PID. as you can see some processes(csrss.exe, wininit.exe, ...
-1
votes
1answer
36 views

Windows XP: Why names of some processes appear with capital letters in task manager? [closed]

if I open the task manager my windows XP system, some of the user processes appears with capital letters even if the executable of the process contains only small characters (e.g. myexeucable.exe (on ...
-4
votes
0answers
21 views

How to Store CPU and Memory Utilization from task manager in Database [closed]

I want to store the CPU and Memory Utilization of all the individual tasks after every 5 mins. from the task manager into a DB, say SQL Database. Is it possible to write a console application in C# ...
0
votes
1answer
63 views

Find and kill a specific Java process from another Java App

I have several java processes running on a windows machine. I have a Java process which is supposed to monitor the other processes and periodically kill or restart new ones. If I have a java process ...
0
votes
1answer
69 views

How to find the package name of default settings application?

I want to prevent launching of task manager and Settings applications in my application.For this,I tried to obtain currently running application and checked whether their package name is allowed or ...
1
vote
0answers
73 views

Running batch file from Task Manager in Windows 2008

I created a bat file to run a SQL query and create a text file as output, only if the value of query is greater then 2 (below is the bat file) @echo off cls sqlcmd -S PRDDSOLP01 -U OLAP -P ...
0
votes
1answer
73 views

Using Process.GetProcesses()then MainWindowTitle to filter GUI Applications

I’m trying to build the “Applications” section of Task Manger using GetProcesses and then MainWindowTitle to filter GUI Applications. This worked well for me to begin with but I’ve now noticed that ...
0
votes
1answer
59 views

Workingset/privateWorkingSet memory don't add up to memory usage in Task manager [closed]

Memory Issue One of our server boxes shows 96% memory usage in task manager (137/140GB or so used). When I look in the "Processes" tab though (even with show processes from all users checked), the ...
0
votes
1answer
84 views

Android: AlarmManager can be killed in TaskManager

When i use an AlarmManager it can be killed with the TaskManager, and never comes back. How does the Facebook app work? It doesn't show up in the Taskmanager but sends Notifications.. Even aver i've ...
0
votes
1answer
159 views

Display running Process Icons in ListView

I’m new to programming so I apologies in advanced if I ask something stupid or use the wrong terminology. I’m trying to find all the running processes (Like in Task Manager, "Applications") and list ...
-1
votes
1answer
52 views

memory parameters in windows and linux [closed]

In windows task manager there are these parameters: Private working set, commit size and handles. how can I get these parameters in Linux? Thanks.
2
votes
2answers
278 views

Android - Running background application is not visible in the task manager

I developed a music player with service to handle playing music. When I run the music player in background I can't see it in task manager. How can I make the background running application visible in ...
0
votes
0answers
50 views

How to I modify the registry to change the windows taskmanager shortcut kep combination

How to I modify the registry to change the windows taskmanager shortcut from ctrl + shift + escape back to cntrl + alt + delete without 3ed party software as ctrl + shift + esc is completely unnatural ...
0
votes
1answer
91 views

how to protect AlarmManager from task manager

I have implemented simple application which triggers alarm on given time. Every thing works fine. Myalarm m = new Myalarm(this); PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 123, ...
0
votes
1answer
67 views

How to Hide Task Manager's Error Message Dialog Box When Task Manager is Disabled

Hi i try to make a program with java which must be full screen and always on top. However, when i press CTRL + ALT + DEL task manager comes up. I blocked Task Manager by editing regedit values but now ...
0
votes
1answer
144 views

Extending Task Manager Windows 8

I would like to know if there is any way to extend the task manager in a language like C# preferably but i'm also ok with C++, or anything else that works. I would like to add some new features like, ...
0
votes
0answers
336 views

application listed as EXE file name in Win8 Task Manager rather than it's Window Caption [closed]

It looks like there is a problem with Windows 8 task manager and XE2. Here is the problem i have seen: Executable: test.exe Title: My Test App When I look at task manager, i see test.exe and i can ...
1
vote
1answer
749 views

C# Get RDC/RDP and “Console” Session information

I'm trying to retrieve some RDC/RDP and "Console" login information programmatically via C#. I want to develop a simple console application (.EXE) such that I can retreive the information from Task ...
0
votes
0answers
21 views

Can't copy log after terminating my application with task manager

I am running my multithreaded application with application verifier in wince 6.0. A log is saved on running that application in the root directory of the device with wince on it. I end my application ...
2
votes
1answer
214 views

Setting Task Manager to Run VB Script

I have having task manager call up a VB Script which opens an access document at a certain time everyday, and when this document opens it has VBA Code set up to export the file as a different file ...
0
votes
2answers
216 views

How do I change priority in debian?

I am using Raspbian, a Debian distro for the Raspberry Pi. I tried using the task manager but was unable to change the process priority (I was trying to decrease Python's priority). After decreasing ...
0
votes
1answer
206 views

Poco Task Manager / Boost Threads mixing and matching

I am having a hard time trying to decide if I should use Poco in our product. We currently use boost but boost is very low level. I would like to use some of the features in Poco. Currently I only ...
1
vote
1answer
138 views

cant go to the root dirctory in ascx src

I start to build DNN taskMagnager moduel and I need to use the controls in acsx page C:\inetpub\wwwroot\dnndev\controls the problem is that my project folder path is ...
1
vote
1answer
1k views

Hide a Windows Application Process from TaskManager

I'm creating an Application which requires a Password to Exit. so I disabled the close button and removed from TaskBar. I'm also able to remove from TaskManager Applications Tab. But when I search ...
5
votes
2answers
419 views

Change java process description in windows task manager

Is there a command line argument to set the title that JVM reports to the windows task manager? All my java processes only show up as ‘javaw.exe’ with description ‘Java(TM) Platform SE binary’. It ...
0
votes
1answer
302 views

Get event on killing process of windows application from task manager in vb.net

I am using windows application for my project in VB.Net. Now Whenever my application runs and then user kill the process from task manager, i want any event from that that when user kill application ...
2
votes
1answer
165 views

Is it possible to get the memory usage for all the Dll's associated with the specified process in WinCE using c++?

I have created the TaskManagerUtility application which will give me information of all the process currently running in windows mobile device. Currently I am able to collect information such as ...
2
votes
0answers
81 views

ambiguous behaviour on ending program from task manager

I made a simple Windows application using WINAPI and then handled WM_CLOSE in its WinProc to display a message box asking confirmation from the user to confirm or cancel closing the window. When ...
0
votes
0answers
543 views

Change the long click functionality of the home button

I am looking for Android 'trick' to change the functionality of the long click on the home button. Currently, long click on the home button open the task manager. Instead, I want the long click to act ...
6
votes
5answers
1k views

Android: Re-invoke application if task manager kill

Application thread get close if its killed by task manager. Need to re-invoke application as though its killed by other application or task manager. Any idea?
0
votes
2answers
2k views

Detect End Process From Task Manager In C#

I have an application in C#, and would like to monitor its current status, i.e. whether its running or closed. So far i am able to track the status if the application exits during a run time error, or ...
1
vote
0answers
113 views

How to override Task Manager in android

Is it possible to override the functionality of Task manager in android like preventing the app to be open from task manager. I searched in net but i didn't find any answer. I installed an app from ...
3
votes
2answers
133 views

How to recover COM objects which have not been properly released?

When someone uses the Task Manager to end a .NET process which has instantiated a COM object, AFAIK there is no way to call Marshal.FinalReleaseComObject in a try {} finally {}, using {} or event ...
0
votes
1answer
216 views

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 ...
2
votes
1answer
291 views

Hidding a WPF application from Task Manager - Error

Hi I am trying to hide a WPF application from Task Manager. I use the code below. It works great in Windows Forms, but when I implement it into WPF it gave me this error: ...
0
votes
0answers
45 views

In Windows 7, is there a way to designate a particular program to automatcially end task if it hangs?

I am running a sequence of simulations in windows 7 using a C++ program via python sub-processes. Sometimes, when an individual simulation is going to give a negative result, it will hang because ...
1
vote
1answer
129 views

VBScript - catching End Task signal

I have a script written in VBS that checks every second if the LAN port has a connection and if so, disables the wireless, or enables the wireless if no LAN connection exists. There's an unfortunate ...
3
votes
1answer
318 views

How do I know which python script is running in taskmgr?

It seems that in the task manager all I get is the process of the python/pythonwin. So How can I figure out which python script is running?
-1
votes
1answer
418 views

How do I create a task in Task Scheduler with C++

I want to create a program so that what I say, "Add Task." it asks me all the variables like, "task name" and the others. I then use the system() to use the following command: schtasks /create /tn ...
1
vote
2answers
540 views

TaskManager for linux - Does Java Swing work on Linux?

I am to develop a Task Manager for Linux and is in the initial stages. First I implemented it in Java Eclipse in the Windows platform, and it works just fine. It doesn't work in the Linux platform. ...
1
vote
0answers
154 views

Flex chart timeline

(sorry for my english) Hi, exist in flex a component similar to task manager of windows that shows the performance of the cpu? I need read data from a wsdl every X seconds and update the chart. ...
0
votes
1answer
191 views

check/log network utilization(shown in task manager) for remote systems

I have created a python script which runs a LanPort test on a group of systems for a specified number of hours. Now for me the problem is that I need to log the Network Utilization % which can be ...
1
vote
2answers
1k views

Task manager on windows 6.0 ce for Motorola MC3190 Handheld Computer

I try to find out why web page cause memory leak on motolora MC3190. Barcode scanners are new with windows 6.0 CE. there are no programs instaled only default. We use it only IE. When we use it for ...
0
votes
1answer
1k views

Cannot stop running task when call Ext.TaskManager.stop() method

I set up a message box to display current time. The timer interval set as 1000, and there are 2 buttons to start and stop the 'timer'. When click on the 'stop' button it calls the Ext.TaskManager.stop ...
1
vote
2answers
726 views

Tasklist.exe equivalent in linux

I want to develop a task manager in Ubuntu Linux. I have a task manager in windows that I am running in Eclipse. I am getting the output. But in Linux, what is the equivalent method for "tasklist.exe" ...
2
votes
1answer
445 views

Show black preview screen in task manager on ICS

I want to show a black screen in the task manager preview under Ice Cream Sandwich, like the German 'finanzstatus' app does. It would be nice if someone could point me in the right direction.
3
votes
3answers
106 views

Why would you need to know about each processor in particular? [closed]

I'm curious to understand what could be the motivation behind the fine-grained detail of each virtual processor that the Windows 8 task manager seems to be focusing on. Here's a screenshot (from ...
3
votes
1answer
1k views

Hide android application in long-press-HOME-button-menu

I want to hide my android app from (and only from) the menu that appears when long holding the HOME-button after it is finished. Is there a way to do that? Calling finish() programatically dont do the ...
0
votes
1answer
760 views

How to immediately release memory in WPF app so it could reflect in TaskManager?

I ran different tests recently on a .net app to see how memory footprint could be kept down. I came across various tips/guidelines like disposing unmanaged resources, unregistering events, using ...
3
votes
1answer
2k views

Is it possible to hide winform in TaskManager application tab?

I'm writing a transparent WinForms app and I want to hide the app from showing in Task Manager's applications tab. I'm OK with the fact that it will show in Processes (in fact it should). If I set: ...

1 2 3