Windows Inspection Tool Set (WITS) is an open source Windows application built on top of [TWAPI] and [Tile] that allows inspection of various Windows components (drivers, services, users, processes, network connections, shares etc.). All object types are hyperlinked so for example you can start off looking at a particular service, jump to the process running the service, from where you can jump to the network connections for the process, its user account and privileges etc. This makes it very convenient for doing system level inspection/troubleshooting. WITS is also intended to demonstrate that * Anything you can do with VB or Python on Windows, we can do with Tcl, quicker and simpler. * with [Tile], [canvas] and a little elbow grease it is possible to get very close to a native look and feel on Windows XP. '''Current status''' WITS is currently under development. Source can be found at [TWAPI]'s CVS repository on sourceforge under the ''wits'' directory. Several modules - processes, services, users/groups, network connections and interfaces - are functional on XP. The initial beta release is expected in March '06. ---- [Category Windows]