Author Topic: The TaskList Gadget makes it easier to troubleshoot running processes  (Read 712 times)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35816
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
When you’re troubleshooting problems in Windows, one of the tools you’re likely to use is the Task Manager. It’s designed to provide you with detailed information about the programs and processes that are running on a system. However, Task Manager doesn’t really give you the full picture when it comes to the running processes. For instance, what if you suspect that a DLL is at the root of a problem and want to find out what DLL modules a particular process is using?

To get the information you need, you can shell out to a Command Prompt window and use the TaskList command-line utility, along with a couple of special parameters. But working from a Command Prompt can get fairly tedious. So I created the TaskList Gadget, which automates the TaskList command.

Using the TaskList Gadget

The TaskList Gadget runs from the Windows Sidebar in Vista and the Desktop in Windows 7. It presents each of the TaskList tool’s options on a flyout menu, as shown in Figure A. Just select the options you want to use and click the OK button. The TaskList Gadget will open a Command Prompt window and run the TaskList command, along with the selected options. If you need more information about an option, you can hover your mouse pointer over it to display a tooltip. You can also select the TaskList /? check box.

Figure A


The TaskList Gadget displays each of the TaskList command-line tool’s options on a flyout menu.

When the TaskList Gadget sends the selected command to the Command Prompt window, the command line won’t appear in the window. If you want to see the command line, be sure to select the Show Command Line check box before you click OK.

Installation

Once you download the taskList_gadget_package.zip, you’ll find that it contains two files:

TaskList.zip

TaskList Gadget Readme.doc

Simply extract both files to a folder of your choice and rename the TaskList.zip file to TaskList.gadget. Make sure that you have Windows Explorer configured to display file extensions. (On the View tab of the Folder Options dialog box, deselect the Hide Extensions For Known File Types check box.) Otherwise, the system might still have the file type set as .Zip even though it appears that you have renamed the extension to .gadget.

To continue, follow the appropriate steps for your version of Windows.

Windows Vista1.Right-click on the TaskList.gadget file and select Windows Sidebar from the Open With submenu.

2.In the Windows Sidebar - Security Warning dialog box, click Install.

The TaskList Gadget will then be installed in the Windows Sidebar and will be ready to use.

Windows 7

1.Right-click on the TaskList.gadget file and select the Open With command.

2.In the Open With dialog box, select Windows Desktop Gadgets and click OK.

3.In the Desktop Gadgets - Security Warning dialog box, click Install.

The TaskList Gadget will then be installed in the Desktop and will be ready to use

Quote
Download your copy here
http://www.megaupload.com/?d=3XGB13GC
« Last Edit: February 20, 2010, 04:25:56 AM by javajolt »


Offline Ulead

  • Newbie
  • *
  • Posts: 16
  • Gender: Female
  • flipstra BV
Re: The TaskList Gadget makes it easier to troubleshoot running processes
« Reply #1 on: February 20, 2010, 01:04:44 AM »
Hey Jav, maybe you can provide a download link for the forum-gangers?  ;)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35816
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Re: The TaskList Gadget makes it easier to troubleshoot running processes
« Reply #2 on: February 20, 2010, 04:27:08 AM »

Hey Ulead, Thanks for catching that, I thought I included it....Sorry to the Forum!