| Generating links... |
Also see the Free Disk Space Utilities page!
|
Adobe Reader |
|
||||
|---|---|---|---|---|---|
| Description: The latest version of Adobe's PDF reader gets a new name, simply "Adobe Reader". The launch-time for all versions of Acrobat and Reader can be excruciating, so consider this handy Adobe Reader Speedup. If you need help with this, or any Adobe SW, try the User-to-User Forums . | |||||
|
Ad-Aware SE |
|
||||
| Description: If you use IE regularly, and don't have strick security/Active-X settings, chances are you've picked up an "ad" virus. While not as bad as a true virus, it can be even more annoying, as various features of IE or Windows in general get hijacked. Ad-Aware does an amazing job of cleaning these out! | |||||
|
AutoHotkey |
|
||||
| Description: Popular tool for scripting user interface actions (window positions), behind-the-scenes stuff (like iTunes), etc. There are tons of public scripts out there people have written to help automate all kinds of things! | |||||
|
AutoIT |
|
||||
| Description: Way cool utility for scripting Windows events (mouse clicks, keystrokes, etc.). Can also compile scripts as EXE files. | |||||
|
Bulk Rename Utility |
|
||||
| Description: A very cool, powerful, and free (!) rename utility. | |||||
|
CDBurnerXP Pro |
|
||||
| Description: Supports lots of different CD formats. See ImgBurn too. | |||||
|
Cmdow |
|
||||
| Description: Really cool command-line program to manipulate your open windows. This would be great for scripts or Windows startup stuff. Activate windows, tile them, hide them, etc. | |||||
|
Contextual Menus |
|
||||
|
Cygwin |
|
||||
| Description: If you're a UNIX geek, then this is a must-have. Cygwin gives you access to a whole suite of UNIX utilities - compiled for Windows! Don't be fooled by the fact that the "root" ("/") inside a Cygwin shell appears to be the same as the Cygwin install directory (usually "C:\Cygwin"). There's a feature I stumbled across by accident - the hidden directoy "/cygdrive" gives you access to all the drives (local and network) mounted on your PC (it turns out, of course, that this is documented in the FAQ). If you mount your UNIX home directory on your PC (say, as "H:\"), you can set your Cygwin home directory to the same as your UNIX home by using the Windows environmental variable HOME (set it to "/cygdrive/h/" for the H drive, for example). And don't forget to take a look at Cygwin's X11 server! | |||||
|
DeskSave |
|
||||
| Description: This tool is indispensible on my Dell laptops. If your screen resolution changes often (like dropping to 800x600 when the lid closes, or increasing to 1600x1200 when you connect to an external monitor), all your desktop icons keep getting rearranged. This utility automatically saves your layout at each resolution and restores it when the resolution returns to that value. I used to use Restore Desktop and then Shock Desktop, but I found that DeskSave does the job even better! | |||||
|
Ethereal |
|
||||
| Description: A free ethernet monitor (sniffer). Requires the free WinPcap. | |||||
|
Fake! |
|
||||
| Description: Explore the contents of your folders by right-clicking on them in Explorer. This isn't as fast as Fast Folders, but it's free and pretty good. However, KO Approach is also free, and even better than Fake! | |||||
|
Fast Folders |
|
||||
| Description: An inexpensive, fast way to a Windows' equivalent to FinderPop or Ittec in Mac OS. Right-click on a folder, and see that folder's contents, diving into sub-folders, etc. Get to your files quickly, no matter how deeply they're buried! This doesn't have as many features as PowerDrawers, but it is much, much faster (installation seems a little touchy, though). For a similar tool that's free, try KO Approach (my favorite) or Fake!. | |||||
|
Find and Run Robot |
|
||||
| Description: This handy tool allows you to launch items from your Start menu by name. If you've forgotten where you've filed something in your Start menu (or if it's just grown too large to navigate), this is an incredibly easy and fast way to launch your programs. I've tried similar programs (Launchy and Key Launch) but they're not as good as Find and Run Robot! | |||||
|
Flexible Renamer |
|
||||
| Description: A free rename utility. This is OK, but Bulk Rename Utility is much better. | |||||
|
Ghostscript |
|
||||
| Description: Trust me - it's always worth having some of the Ghostscript tools around. You never know when you're going to need them... | |||||
|
go2pdf |
|
||||
| Description: go2pdf provides a free, easy way to create PDFs via this virtual printer driver. Output files are marked with an "ad" to upgrade go2pdf to a commercial version, though. Try pdf24 as another free PDF printer (without the ads!). | |||||
|
GSview |
|
||||
| Description: A front-end viewer for Ghostscript. Believe it or not, this can still be VERY useful, not only as a PS viewer, but as an alternate PDF converter. In fact, the following procedure will often remove the passwords (and the bookmarks, too, unfortunately) from protected PDFs: open the PDF in Acrobat Reader 3 for Solaris, print to a PS file, open the PS file in GSview, uncheck "Safer" in the Options menu, convert to PDF (File menu, choose Convert, set Device to pdfwrite). If this sounds too complicated, you can often accomplish the same thing with Acrobat Exchange 3.0 and (an old version of Adobe's PDF creation tool) and Acrobat Distiller (3.0?). | |||||
|
ImgBurn |
|
||||
| Description: Simple (and free!) way to burn CDs and DVDs. | |||||
|
KO Approach |
|
||||
| Description: KO Approach is free and fast and is currently my favorite tool for browsing folder hierarchies via pop-up menus (compare with Fake!, Fast Folders, and Power Drawers). | |||||
|
pdf24 |
|
||||
| Description: pdf24 provides a free, easy way to create PDFs via this virtual printer driver. | |||||
|
Power Drawers |
|
||||
| Description:
This utility is really a suite, providing a few different functions. The most important
to me is the ability to right-click on a folder and be able to explore that folder's contents,
diving down into sub-folders, etc. This is equivalent to the cheaper Fast Folders
and the free KO Approach and Fake!
and FinderPop on MacOS. Another nice feature of Power Drawers is the ability to go to
the "parent" folder of the item seleted, allowing you to get to a "peer" folder quickly.
Since this resolves shortcuts properly, it also allows you to open the folder containing
the "target" of a shortcut. I can't believe this has been missing from Windows for so long!
This "find target" functionality can also be acheived (for free) with the "FindTarget" DLL (above).
So, Power Drawers does provide a little more functionality than Fast Folders, but it's
a lot more expensive (for shareware). You can't install both, though, since Power Drawers seems
to stomp all over Fast Folders. Even after uninstalling Power Drawers, it's hard to get Fast Folders to
install again.
Recommendation: use the free KO Approach. |
|||||
|
Regex Coach |
|
||||
| Description: If you're a programmer and write a lot of regular expressions (regex), chances are you've been stumped over creating the perfect regex once or twice. Regex Coach can help! This handy tool is a simple regex evaluator, so enter your string and your regex and instantly see the results. This can save a lot of time compared to tweaking the regex in your code and re-running a whole program just to see if you got the right results. If you ever write regular expressions, this is a must-have tool! | |||||
|
Safarp |
|
||||
| Description: Don't let the funny name fool you - this is a tool any serious Windows user needs! It's painfully slow to remove programs using Windows' Add/Remove Programs Control Panel. Safarp speeds up this process by orders of magnitude! It's amazing how quickly it builds the list of programs, and you can even tell Windows to forget about programs you uninstalled manually, or just won't uninstall, or you just don't ever want anyone to uninstall. | |||||
|
Screen Savers |
Description: All of these great freeware screen savers will display your photos!
|
||||
|
Shortcut Key Explorer |
|
||||
| Description: A must-have tool for the Windows power-user! This tool allows you to see and edit all of the shortcut keys you've defined for items in your Start Menu or on your Desktop. If you've ever forgotter what shortcut keys you've assigned or can't figure out which item is hogging the shortcut key you're trying to use for a new program, you need this free tool. Also, I had a small problem with the 1.00 release, and the developer released two patches for me to test privately - all within 12 hours! Don't see support like that very often... | |||||
|
SmartSyncPro |
|
||||
| Description: A great folder synchronization tool - almost as good as ViceVersa. | |||||
|
Spike |
|
||||
| Description: This is a great, free, cross-platform (Mac/Windows) file-sharing utility. Technically, it's making all or part of your OS's clipboard shared, but you can copy a file onto the shared clipboard, or just drag it there. Easier than setting up shared drives, and supports anything you can copy, including just snippets of text! | |||||
|
StExBar |
|
||||
| Description: StExBar is the best Explorer add-on I've ever seen! It puts several useful in your Explorer toolar, including Show Hidden/System Files, Open Command Prompt Here, New Folder, Copy Files/Paths, and Rename. It's also customizable, so you can add your own programs or commands to the toolbar! | |||||
|
StuffIt Expander |
|
||||
| Description: This tool provides a way to decode files on a PC that were meant for a Macintosh (e.g., StuffIt, MacBinary, and BinHex files). It's also hands-down my favorite way to open ZIP files and other archives (better than WinZip, IMHO). However, if you're just trying to use the free Expander, you have to fight StuffIt's default configuration to make it usable. By default, opening ZIP files, etc., brings up StuffIt Standard (shareware), not StuffIt Expander (freeware). A simple change to your file associations fixes this (map .zip files to be handled with "C:\Program Files\StuffIt9\stuffit.exe" -expand -uiexpander "%1" -from_shell -override_open_tutorial). It's annoying that you have to go through this step, but I still think it's worth it, though! | |||||
|
Syncback |
|
||||
| Description: A very nice (and free!) folder/file synchronization tool. If I hadn't already invested the money (and the time!) in ViceVersa, I'd be more than happy to use this as my regular synchronization tool. You should also consider Unison, too, since that provides true bi-directional synchronziation. | |||||
|
System Path Commander |
|
||||
| Description: If you need to manipulate your Windows' %PATH% variable often, you really don't want to use the Windows GUI. This handy utility provides an extremely easy way to edit individual paths, reorder them, delete them, or temporarily disable them. | |||||
|
TaskArrange |
|
||||
| Description:
I can't believe I've never come across something like this before!
This incredibly useful (and free!) utility allows you to rearrange the
"icons" in your Taskbar. By "icons", I mean the representation of every
open application window. Normally, these are shown in the order in which
the application/window was opened. If you've ever thought it would be nice
to be able to place them in some order or grouping that makes sense,
especially if you have a lot of windows open, then this is the tool for you!
Note - if you're running WinXP or later, try Taskbar Shuffle or Taskix, both of which let you re-arrange your Taskbar directly inside the Taskbar, not in a separate GUI like TaskArrange. |
|||||
|
Taskbar Shuffle |
|
||||
| Description: Rearrange the "icons" in your Taskbar by just dragging them to a new position in the Taskbar! This rocks. Also check out the similar Taskix (or try TaskArrange if you're stuck back in WinNT or Win2000). | |||||
|
TaskBarCmd |
|
||||
| Description: A simple DOS command-line tool to give you control over your Taskbar. You can make the Taskbar auto-hide (or not), stay on top (or not), etc. It's useful for including in a batch/wrapper script before (and after) running other programs, games, etc. | |||||
|
Taskix |
|
||||
| Description:
Rearrange the "icons" in your Taskbar by just dragging them to a new position
in the Taskbar! This rocks. Also check out the similar Taskbar Shuffle
(or try TaskArrange if you're stuck back in WinNT or Win2000).
I prefer this one slightly over Taskbar Shuffle because it uses less memory and the sliding is realtime (the icons rearrange as you slide, not after you release the mouse), although it is a little disconcerting at first. |
|||||
|
Tooler |
|
||||
| Description: This is another tool that falls into the incredibly-useful-and-free category. Tooler contains a bunch of built-in functions, like Eject CD, Shutdown, Restart, etc. Using the Tooler GUI you can create a shortcut icon somewhere convenient (like your Desktop) to any of Tooler's functions. So, if you find yourself, say, rebooting a lot, save some time and use Tooler to create your own Restart shortcut. | |||||
|
True X-Mouse Gizmo |
|
||||
| Description: True X-Mouse Gizmo (or TXMouse) brings X Windows mouse functionality to Windows. The copy and paste feature is outstanding, although I'm less enamored of the default focus/raise policy (focus follows cursor, but auto-raise is off). There are ways to customize the raise policy, but it involves editing and running a supplied Registry script (or editing the Registry directly). A GUI to set the preferences would go a long way. So would something like the "Front" key found on many Sun workstation keyboards. The focus-follows-cursor and disabled auto-raise policies aren't much useful without any easy to "raise" windows! The current method within TXMouse (click on the border of a window) is ridiculous. That sounds like a lot of ranting, but I do like TXMouse in general. If someone knows of a way to duplicate the Sun "Front" key to raise a window, I'd use this all the time... | |||||
|
USB Disk Ejector |
|
||||
| Description: To eject any drive or disk on a Mac, you drag the disk icon to the Trash (which changes to an eject symbol). To eject a USB drive on Windows, you have to go through convoluted steps to "stop" the device. If this bugs you (and it should!), you need USB Disk Ejector. Double-clicking brings up a GUI with options on what to eject, or you can create a shortcut that automatically ejects your typical flash drive ("E:", or whatever). | |||||
|
Unison |
|
||||
| Description:
This is powerful true synchronization tool - it remembers
the previous state of files/folders, and correctly applies changes during the next
sync. For example, in many synchronization/backup tools (like rsync and
ViceVersa), if you delete a file in the target, it will (usually) be replaced with
the one from the source. Unison remembers that the file used to be in both
folders - the fact that it's missing from one implies it was moved/deleted on
purpose, and Unison will remove it from the other folder. Simple concept, but
extremely powerful!
Unison comes in a standard command-line flavor, which I have working in MacOS, Windows/DOS, and Solaris. There is an option to compile it with a GTK-based GUI. I wasn't able to compile it that way myself, but I have copies of the GUI version (that other people have compiled) for MacOS and Windows. There is a more recent beta version (2.9.10, Aug 19, 2002) and development appears to still be going on (the latest developer/daily version is up to 2.9.94), so this does seem to be a worthwhile program to learn - and the learning curve seems to be fairly steep! |
|||||
|
ViceVersa |
|
||||
| Description: This is a great folder synchronization tool. It's shareware, though, so you might want to consider some of the free synchronization tools: | |||||
|
VNC |
|
||||
| Description: An outstanding cross-platform application to allow you to directly control another computer. | |||||
|
WinZip |
|
||||
| Description: The essential compression/decompression, encoding/decoding tool! | |||||
|
X-Win32 |
|
||||
| Description: This is a great commercial X server. It's much easier to use than Cygwin/X (which is free, though). It's also as easy to use as Exceed, which is more expensive. | |||||
The information above represents my experience with a certain version of each piece of software. I have no vested interest in any of these programs, and only provide this info as a guide (your experience and preferences may vary greatly!).
The version number listed is the latest version I have tried. To download the latest version, click on the name or the icon of the program, which should take you to the program's homepage, or to a software archive site.