Hi,
Im currently in a situation to get all the application name that is currently running in windows but i can get only the processes that is currently running using the following code
Process p = Runtime.getRuntime().exec("tasklist.exe /v ");
Can anyone help me out in getting the application name...
Thanks in advance.