|
The Task Bar
The Task Bar is the main "task switcher" (multitasker) in the NT 4.0 interface. You can use Task Manager, of course, and ALT-TAB, to switch between programs, and you can use a single application to switch among files, but more than likely the Task Bar gets the most use.
There are some big problems with Task Bar, though, the first being that you can't reorder the icons: it's first come, first serve (the programs are listed in the order they're opened).
Also, the "icons" are not resizable, so you can't easily determine the filename loaded into the application. You can float your mouse pointer over the icon to eventually get a tooltip that will tell you the filename loaded in the application.
Another solution is a freeware shell extension called "WindowLister", which is an icon that resides in your System Tray, and which clicked, shows you a listing of your active programs (you select one to switch to it), as well as allows you to manage them (for example, you can "minimize all").
As a matter of fact, about all you can do with the Task Bar is move and resize it -- you can't customize the icons at all! In my extensive search for a fix, I've found little besides entire Explorer replacements, which seems quite overkill if you don't mind the interface on the whole.
Alt-Tabbing
I rarely use ALT-TAB to switch amongst my running tasks since the Task Bar is right there. However, if you close explorer.exe to regain memory or to use a different shell, ALT-TAB comes in very handy! You get a modal dialog showing icons that you can tab between, as shown below. You can resize the grid of the dialog from 7x3 (the default) to any other size by adjusting the following registry entries:
hkey users/{id}/controlpanel/desktop/CoolSwitchColumns=7
hkey users/{id}/controlpanel/desktop/CoolSwitchRows=3

Notice that the part of the registry we're dealing with here is Desktop properties Appearance settings. In case you haven't noticed, there's no longer a way to turn "Cool Switching" on and off using the Display control panel applet (or any other applet in the Control Panel). Although there's a Registry setting here that looks like it would turn off Cool Switch, it's useless: Cool Switch is built into NT4 now.
hkey users/{id}/controlpanel/desktop/CoolSwitch=1
Other Settings @ hkey users/{id}/controlpanel/desktop/
Since we're here, there are a few other settings that are interesting:
- AutoEndTasks, which if set to 1 will automatically close running apps when you shut down. It will also kill that "Wait" dialog you get when you try to end a task that's "busy". The default setting is 0.
- HungAppTimeout lets you specify how much time (in milliseconds) you'll give an app to get it's stuff together before it's forcibly ended. Default is 5000 ms = 5 seconds.
- MenuShowDelay, which specifies in milliseconds how fast (or slow) you cascading menus will appear. Mine is set at 200ms, which is pretty fast. Default is 400 ms.
- WaitToKillApp Timeout, which specifies in milliseconds how long the system will wait at shutdown before asking you to end a running task. Default is 20000 ms. Of course, AutoEndTasks set to 1 overrides this, but if you choose not to AutoEndTasks, you might set this time down some so shutdown might appear quicker. 20,000 milliseconds! Geez!
|
|
Reorder Task Bar Icons
Reorder 1.0 (28kb EXE) is a command line utility that allows you to reorder the icons on your taskbar by specifying their positions. The only caveat, really, is that the numbering starts at 0, so your first icon is 0, your second icon is 1, and so forth.
would move the fourth icon to first place, the third icon to second place, and leave the remaining icons in their current order.
However, you can also use part of the icon name (like "Inbox"), case insensitive, to move that icon to the first position:
And you can remove icons entirely using the minus sign in front of the number or name:
|