gimme drugs... gimme drugs... My Must Have Utilities
BRAINS!!!...
 
 

If you are like me, and I know I am.. And you spend over 12 hours a day staring at a computer screen, you start to look for things that help you get the mundain stuff done quicker, so you can get to the good stuff; and you want the user experience to be as pleasant as it can be as cathode rays are beamed at the back of your skull.. I have recommended a lot of these apps to people piecemeal over and over, so I thought it would be a good idea to put them all in one spot and direct people to that instead. This also makes me keep track of this stuff, which makes it a hell of a lot easier to check for updates... So without further rambling, here are the utilities organized into broad categories.. enjoy ;)

Click the YELLOW BOXES for much joy...

INTERNET
GRAPHICS
DEVELOPMENT
COMMUNICATION
SYSTEM
COMPRESSION
PRODUCTIVITY
VIDEO
AUDIO

Internet

WinScp
WinSCP is an open source free SFTP client for Windows using SSH. Legacy SCP protocol is also supported. Its main function is safe copying of files between a local and a remote computer.

Putty
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.

FileZilla
FileZilla is a fast and reliable FTP client and server with lots of useful features and an intuitive interface

FireFox
The award-winning Web browser from Mozilla is now faster, even more secure, and totally customizable to your online life.

Enabled Extensions: (35)
Adblock 0.5.3.043
Adblock Filterset.G Updater 0.3.1.0
All-in-One Gestures 0.18.0
All-in-One Sidebar 0.7.1
BugMeNot 1.3
ColorfulTabs 2.0.6
CustomizeGoogle 0.60
del.icio.us Complete 1.3
Download Manager Tweak 0.7.2
Download Sort 2.5.7
Download Statusbar 0.9.5
ErrorZilla 0.2
EverNote Web Clipper 1.0.0.81
Fasterfox 2.0.0
Firebug 1.05
FlashGot 0.6.1
googlebar 0.9.15.10
Greasemonkey 0.7.20070607.0
IE View 1.3.3
Linkification 1.3.3
Linky 2.7.1
ListZilla 0.8
Live HTTP Headers 0.13.1
Paste and Go 2 0.8
Sage 1.3.10
Super DragAndGo 0.2.6.2
Tab Mix Plus 0.3.6.0.070714
Tiny Menu 1.4.4
Torbutton 1.0.4
User Agent Switcher 0.6.10
ViewSourceWith 0.0.9
Web Developer 1.1.4
ThunderBird
Simple to use, powerful, and customizable, Thunderbird is a full-featured email application. Thunderbird supports IMAP and POP mail protocols, as well as HTML mail formatting. Easily import your existing email accounts and messages. Built-in RSS capabilities, powerful quick search, spell check as you type, global inbox, deleting attachments and advanced message filtering round out Thunderbird's modern feature set.

ThunderBird Extensions:

Contacts Sidebar
QuickText
PopPeeper
POP Peeper is an email notifier that runs in your Windows task bar and alerts you when you have new email on your POP3, IMAP (with IDLE support), Hotmail\MSN\LiveMail, Yahoo, Mail.com, MyWay, Excite, Lycos.com, RediffMail, Juno and NetZero accounts. IMAP supports allows you to access AOL, AIM, Netscape and other services. Send mail directly from POP Peeper and use the address book to email your frequently used contacts. POP Peeper allows you to view messages using HTML or you can choose to safely view all messages in rich or plain text. Several options are available that will decrease or eliminate the risks of reading your email (viruses, javascript, webbugs, etc). POP Peeper can be run from a portable device and can be password protected. Many notification options are availble to indicate when new mail has arrived, such as sound alerts (configurable for each account), flashing scroll lock, skinnable popup notifier, customized screensaver and more.

UltraVNC
UltraVNC is a powerful, easy to use and free software that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location.

Graphics

FSColor
Fluid Studios Color Picker is a small, simple color pick tool that shows all the hex, rgb, scalar, and decimal values of colors, and copies them to your clipboard. Included in it also, are instructions on how to use this in your own software applications.

XnView
efficient multimedia viewer, browser and converter.

XnView Shell Extension
Preview images in the context menu on right click

InkScape
Inkscape is an Open Source vector graphics editor, with capabilities similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C standard Scalable Vector Graphics (SVG) file format. Supported SVG features include shapes, paths, text, markers, clones, alpha blending, transforms, gradients, patterns, and grouping. Inkscape also supports Creative Commons meta-data, node editing, layers, complex path operations, bitmap tracing, text-on-path, flowed text, direct XML editing, and more. It imports formats such as JPEG, PNG, TIFF, and others and exports PNG as well as multiple vector-based formats. Inkscape's main goal is to create a powerful and convenient drawing tool fully compliant with XML, SVG, and CSS standards. We also aim to maintain a thriving user and developer community by using open, community-oriented development

Diagram Designer
Simple vector graphics editor for creating flowcharts, diagrams and slide shows.

Blender
Blender is a free software 3D animation program. It can be used for modeling, UV unwrapping, texturing, rigging, skinning, animating, rendering, particle and other simulating, non-linear editing, compositing, and creating interactive 3D applications. Blender is available for several operating systems, including Microsoft Windows, Mac OS X, Linux, IRIX, Solaris, FreeBSD, OpenBSD with unofficial ports for SkyOS, MorphOS and Pocket PC. Blender has a robust feature set similar in scope and depth to other high-end 3D software such as Softimage|XSI, Cinema 4D, 3ds Max and Maya. These features include advanced simulation tools such as rigid body, fluid, and softbody dynamics, modifier based modeling tools, powerful character animation tools, a node based material and compositing system and Python for embedded scripting.

Development

Ch interpreter
Ch extends C and C++ for scripting, numerical computing and 2D/3D plotting, and embedded scripting. It can run in Windows, Linux, Mac OS X and various versions of Unix.

Doxygen
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.

It can help you in three ways:

  1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in $\mbox{\LaTeX}$) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.
  2. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
  3. You can even `abuse' doxygen for creating normal documentation (as I did for this manual).

Doxygen is developed under Linux and Mac OS X, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available.


SmidgeonSoft Windows Debugger, Disassembler, Code Analyzers
SmidgeonSoft offers a line of top-quality Windows programming utilities with features that you won't find elsewhere.  And you can't beat the price:  SmidgeonSoft products cost you nothing!

All programs are available for Microsoft Windows in its various forms and versions over recent years, including Windows 2003, Windows XP, Windows 2000, Windows NT, and earlier versions, including all versions of Microsoft .NET.  (See each software detail page for specific platforms and versions.)

All SmidgeonSoft products are provided without cost, but to use them, you must agree to the licensing terms.

The main lineup of SmidgeonSoft utilities includes:


SpeQ
SpeQ is a small, extensive mathematics program with a simple, intuitive interface. All calculations are entered in a sheet. In there you can freely add, edit and execute all calculations. You can define variables and functions, and plot graphs of your functions. You can save your calculations for later re-use.

Tiny Hexer
tiny hexer is a free of charge hex editor for binary files. it allows you to edit multiple files (mdi), sectors of disks and other data media (disk editor) and modifiy virtual memory of other processes. tiny hexer is scriptable, lets you view data structures in a special browser in human readable format and has a plugin interface for third party extensions.

Greatis WinDowse
WinDowse shows:
An extremely convenient tool for obtaining necessary technical information about any window, best Borland's WinSight replacement. Place a mouse cursor on a window, and WinDowse will show all about the window:

text, caption, resource ID, process ID, application instance handle, window handle, parent handle, function address, menu handle, coordinates in parent, coordinates in screen, size, client area size, style, extended style, class name, class function address, icon handle, small icons handle, cursor handle, background brush handle, module handle, class style, list of parent hierarhy, recursive list of children, list of windows under the mouse cursor, full tree of all windows in the system with auto-selecting the current window, exe file path, exe file name, original file name, file description, file version, product name, internal name, legal copyright, legal trademarks, product version, company name, comments from the version information, list of modules used by selected window's application with full paths, absolute cursor position, relative cursor position on window coordinates, relative cursor position on window client area coordinates, color of the pixel under mouse cursor.

WinDowse allows:
to copy any information about the selected window into clipboard, to find any window by text, class name or handle, to modify the window's text, origin or size, to show/hide the window, to enable/disable the window, to make any user action with the selected window by installable plugins, to see the zoomed window image.


Winspector
What is it

Have you ever used Spy++ that comes with MSVC? If you have then you know what Winspector is - but take out all of the annoyances of Spy++ and add in a big bag of handy tweaks and features.

Winspector is a Windows application that allows you to look at the messages being sent in the system. When developing your own applications you can see the messages and you can inspect them, but you can't do the same with other running applications. With Winspector you can.

Winspector takes the fabulous Spy++ to the next level.


DebugView
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don't need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs.

Dependency Walker
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures.

Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, and Vista. It can process any 32-bit or 64-bit Windows module, including ones designed for Windows CE. It can be run as graphical application or as a console application. Dependency Walker handles all types of module dependencies, including implicit, explicit (dynamic / runtime), forwarded, delay-loaded, and injected. A detailed help is included.

Dependency Walker is completely free to use. However, you may not profit from the distribution of it, nor may you bundle it with another product.


FellTheBase
Does any of the following apply to you? If so, you need FeelTheBase. This utility handles numbers in decimal, hexadecimal, binary, text and IP address form simultaneously. A change to any type of number is immediately reflected in its other forms with a mouseclick or return press. It's also a color picker. Grab any color on screen and see it's numeric form.

ResHacker
What is Resource HackerTM?
Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.

Viewing Resources: Cursor, Icon, Bitmap, GIF, AVI, and JPG resource images can be viewed. WAV and MIDI audio resources can be played. Menus, Dialogs, MessageTables, StringTables, Accelerators, Delphi Forms, and VersionInfo resources can be viewed as decompiled resource scripts. Menus and Dialogs can also be viewed as they would appear in a running application.

Saving Resources: Resources can be saved as image files (*.ico, *.bmp etc), as script files (*.rc), as binary resource files (*.res), or as untyped binary files (*.bin).

Modifying Resources: Resources can be modified by replacing the resource with a resource located in another file (*.ico, *.bmp, *.res etc) or by using the internal resource script compiler (for menus, dialogs etc). Dialog controls can also be visually moved and/or resized by clicking and dragging the respective dialog controls prior to recompiling with the internal compiler.

Adding Resources: Resources can be added to an application by copying them from external resource files (*.res).

Deleting Resources: Most compilers add resources into applications which are never used by the application. Removing unused resources can reduce an application's size.

TailXP

Ever wanted to follow a log file or capture debug messages without having a debugger at hand?

Then this product is for you! Featuring multiple types of monitors: file monitor, event log, syslog, OutputDebugString and coloring of lines based on regular expression rules.

Best of all: it docks to the top or bottom of your desktop like ICQ and other windows resize accordingly. Check out the screenshots.


Uncrustify
Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA

WinHighLight
Highlight converts source code to formatted text with syntax highlighting.


HTMLTrim
A highly customizable HTML/XHTML/XML pretty-printer and fixer for Windows.

TidyUI
This is a windows executable that puts up a GUI for the HTML Tidy library.

CSSTidy
CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality). In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.

Communication

Trillian
Multi medium chat client

System

ProcessExplorer
Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded. The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded. The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work. Process Explorer works on Windows 9x/Me, Windows NT 4.0, Windows 2000, Windows XP, Server 2003, and 64-bit versions of Windows for x64 processors, and Windows Vista.

StartupCPL
Startup Control Panel is a nifty control panel applet that allows you to easily configure which programs run when your computer starts. It's simple to use and, like all my programs, it's very small and won't burden your system. A valuable tool for system administrators!

WhoLockMe
WhoLockMe is a little extension for your Microsoft Explorer. It permits you to list all the process locking your selected file.

WinDirStat
WinDirStat is a disk usage statistics viewer and cleanup tool for Microsoft Windows (all current variants).

AvgFree
AVG Free is the most popular free solution available at no cost to home users and provides the high level of detection capability that millions of users around the world trust to protect their computers.

* Easy to use, low system resources
* Automatic update functionality
* Real-time protection as files are opened and programs are run
* AVG’s Virus Vault for the safe handling of infected files.


Comodo Free Firewall
Comodo's free Firewall product offers a richer feature set and better protection than paid-for versions from the likes of Mcaffee or Zonealarm. Suitable for both home users and businesses alike, the firewall features both inbound and outbound packet filtering in combination with robust outbound application filtering at the network layer. The new-look interface facilitates quick and easy access to all major settings, including the powerful and highly configurable security rules interface.

HDTune
HD Tune is a hard disk utility which has the following functions:

jkDefrag
Free (released under the GNU General Public License) disk defragment and optimize utility for Windows 2000/2003/XP/Vista/X64. Completely automatic and very easy to use, fast, low overhead, with several optimization strategies, and can handle floppies and USB disks/sticks. Included are a Windows version, a commandline version (for scheduling by the task scheduler or for use from administrator scripts), a screensaver version, a DLL library (for use from programming languages), and versions for Windows X64.

TestDisk
TestDisk is OpenSource software and is licensed under the GNU Public License (GPL).

TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table). Partition table recovery using TestDisk is really easy.

TestDisk can

TestDisk has features for both novices and experts. For those who know little or nothing about data recovery techniques, TestDisk can be used to collect detailed information about a non-booting drive which can then be sent to a tech for further analysis. Those more familiar with such procedures should find TestDisk a handy tool in performing onsite recovery.


NirSoft Utils
Way too many to list

WhyReboot
WhyReboot is a small (~100KB) Windows application that helps you decide whether to reboot your computer after running an installer. It does this by displaying a list of "pending file operations" (rename, delete, etc) that will occur after rebooting your computer. Quite often, no reboot is really needed.

Roadkil's Unstoppable Copier
Recovers files from disks with physical damage. Allows you to copy files from disks with problems such as bad sectors, scratches or that just give errors when reading data. The program will attempt to recover every readable piece of a file and put the pieces together. Using this method most types of files can be made useable even if some parts were not recoverable in the end.

Sysinternals Utilities
tons of great utils

Compression

7zip
7-Zip is a file archiver with high compression ratio.
High compression ratio in new 7z format with LZMA compression
Supported formats:
 -Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
 -Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS
For ZIP and GZIP formats 7-Zip provides compression ratio that is 2-10 % better than ratio provided by PKZip and WinZip
Self-extracting capability for 7z format
Integration with Windows Shell
Powerful File Manager
Powerful command line version
Plugin for FAR Manager
Localizations for 63 languages

Productivity

BitPim
BitPim is a program that allows you to view and manipulate data on many CDMA phones from LG, Samsung, Sanyo and other manufacturers. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and the Filesystem for most Qualcomm CDMA chipset based phones. To see when phones will be supported, which ones are already supported and which features are supported, see online help.

AbiWord
AbiWord is a free word processing program similar to Microsoft® Word. It is suitable for a wide variety of word processing tasks.

ExamDiff
ExamDiff is a freeware Windows 95/98/Me/NT/2000/XP/2003/Vista tool for visual file comparison. It has a number of simple and convenient features that many users have been asking for a long time from a file comparison tool.

WinMerge
WinMerge is an Open Source visual text file differencing and merging tool for Win32 platforms. It is highly useful for determing what has changed between project versions, and then merging changes between versions.

Features


EverNote
EverNote is a FREE note-taking application for users of all desktops, laptops and tablets. New features include links to notes, new clipping and drag-and-drop capabilities, spellchecker, multiple databases in separate windows, password protection of entire database, and more.

Stickies
Stickies is a PC utility I wrote to try to cut down on the number of Post-It® notes I was leaving stuck to my monitor. It is a computerised version of those notes.

The design goal behind Stickies is that the program is small and simple. Stickies will not mess with your system files, or write to the registry. Stickies stores all information in a single text-based ini file.

Stickies will never support animated dancing figures, or play "Greensleeves". They are instead yellow rectangular windows onto which you can put some text notes. Once created, they will stay on screen until you take them away. Just like a real sticky piece of paper.


VirtuaWin
VirtuaWin is a virtual desktop manager for the Windows operating system (Win9x/ME/NT/Win2K/XP). A virtual desktop manager lets you organize applications over several virtual desktops (also called 'workspaces'). Virtual desktops are very common in Unix/Linux, and once you get accustomed to using them, they become an essential part of a productive workflow.

ShellEnhancer
ShellEnhancer is an application designed to enhance the default shell of Windows and to make your life easier. ShellEnhancer includes two types of taskswitcher (Enhanced TaskSwitcher and Mosaic TaskSwitcher) which you can use to replace the default Windows Alt+Tab taskswitcher. The Enhanced TaskSwitcher supports live previews. ShellEnhancer allows you to make your own tasks. Tasks consist of a number of commands which get executed one after the other. Available commands include: insert text, send keystroke, manipulate windows, run program, start screensaver, lock workstation and many other. Tasks can be executed with hotkeys, mouse gestures or screen corners. An On Screen Display (OSD) can be shown when a task is run. With X-Window style moving and resizing you don't have to move your mouse to a corner of a window to move or resize it. Other features include: rolling up windows, making any window transparent, always on top, keep focus, ... This can also be automated with the Auto Managed Windows feature.

DM2
DM2 provides several Windows enhancements that may help in every-day work. One of the nicest and most popular features of DM2 is minimizing windows to floating icons® (unique feature!) freeing both task bar and tray bar space. Moreover, DM2 can manipulate windows in various ways: minimize to tray, make them standing always on-top over all other windows, roll to caption, resize, align to screen borders, hide, set the opacity etc. DM2 also helps with Open/Save dialog boxes, by providing user-defined menu with favorites and recent files and folders. Plenty of program's settings options will satisfy most of requirements.

Findexer
FindeXer is meant to ease and improve the use of the Microsoft Window Explorer. It creates a Customizable Bar in the left side of the Explorer window - where the Folders/Info View Pane would be. This bar can hold shortcuts to just about anything you have on your computer - Files, Directories AND Special objects (such as "My Computer" "Control Panel" Etc...). It's use is very simple and highly customizable :
- To add an item, simply drag it into the bar.
- To remove an item, simply drag it out.
- If you'd like to change the Image or the Text displayed for an item, simply Right-Click on that item and choose to Edit it.

FreeCommander
freeCommander is an easy-to-use alternative to the standard windows file manager. The program helps you with daily work in Windows. Here you can find all the necessary functions to manage your data stock. You can take freeCommander anywhere - just copy the installation directory on a CD, USB-Stick or even a floppy disk - and you can even work with this program on a foreign computer.

Launchy
Launchy is a free windows utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager. Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!

RocketDock
RocketDock is a smoothly animated, alpha blended application launcher. It provides a nice clean interface to drop shortcuts on for easy access and organization. With each item completely customizable there is no end to what you can add and launch from the dock.

Now with added Taskbar support your minimized windows can appear as icons on the dock. This allows for better productivity and accessibility.


NotePad++
Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.

This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program), is under the GPL Licence.


KeePass
Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your homepage's ftp password, online passwords (like CodeProject member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, homepage, etc. Unimaginable.

KeePass is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).


TrueCrypt
TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data are automatically encrypted or decrypted right before they are loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g.., file names, folder names, contents of every file, free space, meta data, etc).

Files can be copied to and from a mounted TrueCrypt volume just like they are copied to/from any normal disk (for example, by simple drag-and-drop operations). Files are automatically being decrypted on-the-fly (in memory/RAM) while they are being read or copied from an encrypted TrueCrypt volume. Similarly, files that are being written or copied to the TrueCrypt volume are automatically being encrypted on-the-fly (right before they are written to the disk) in RAM. Note that this does not mean that the whole file that is to be encrypted/decrypted must be stored in RAM before it can be encrypted/decrypted. The are no extra memory (RAM) requirements for TrueCrypt.


Ninotech Path Copy
Ninotech Path Copy is a shell extension for Windows 95, 98, NT4, 2000, and XP that enables to copy the path of a file or directory to the Clipboard. You can then paste the path in to your document, e-mail, etc. You copy the path of a file or directory by right-clicking it in the Windows Explorer and choosing Copy Path from the context menu. The context menu then offers nine standard ways of copying the path, in addition to the user defined copying methods that you create yourself.

Restoration
For All-9x/All-NT. Restore deleted files that are no longer in the Recycle Bin! When a file is deleted from your computer, its contents aren’t immediately destroyed. Its hard drive space is made available for use, but until that space is overwritten, your old data is usually intact. Restoration by Brian Kato recovers such files on either FAT or NTFS partitions. Only 406 KB (or 200 KB for XP or 2K), it fits easily on a floppy, or runs from your hard drive. Generally, the sooner you try to restore a file, the more successful you’ll be.

TaskSwitchXP
TaskSwitchXP is an advanced task management utility that picks up where the standard Windows Alt+Tab switcher leaves off. It provides the same functionality, and adds visual styles to the dialog and also enhances it by displaying thumbnail preview of the application that will be switched to.

ToDoList
ToDoList is a rare form of task management tool, one that allows you to repeatedly sub-divide your tasks into more manageable pieces whilst still presenting a clean and intuitive user experience.

ToDoList has been in continuous development for the last 3 years and is an ongoing project.

Your tasklists are stored in XML which provides many opportunities for advanced formatting and printing using stylesheets.

ToDoList's flexible design makes it ideal for both IT related projects as well as more general GTD uses.

CLCL
CLCL is clipboard caching utility.

Console
Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles

DevProject Manager
DevProject Manager is a project management tool for software developers. It enables you to keep track of the status of multiple projects, as well as the team members for each project. It also allows you to store code snippets, annotate them with additional information like description and requirements, and view them with syntax highlighting.

Note that the application website and help file are in German, but the application itself supports multiple languages, including English.


PathSync
PathSync can analyze two directories and show the user a list of differences between the directories. The user can select what actions should occur (which files to overwrite, which to delete, which to ignore), and allow PathSync to synchronize. PathSync provides nifty statistics during the synchronization, so that the user is never wondering how much time is left, etc. PathSync is GPL free software, each download package includes the source.

Visual Subst - virtual drives in effect
Visual Subst is a small tool that allows you to associate the most accessed directories with virtual drives. It uses the same API similar to the console 'subst' utility, but makes it easier to create and remove virtual drives in a GUI way.

WinTabber
Do you get frustrated trying to find the right window on your desktop, or with alt-tab but they all look the same? WinTabber may be the answer .... WinTabber can add tabs to many windows. A tabbed browser ,tabbed putty , tabbed terminal or tabbed shell, tabbed anything. Multi tab your windows in seconds. A terminal or shell with tabs work faster and efficiently! Having multiple windows as tabs will give a better overview of your windows than before. Also having multiple ssh sessions by the click of a tab works faster and efficiently.

VIDEO

VideoLan
It is a free cross-platform media player.. Also a server. I use it to stream video across the wireless lan to view on my laptop.. Works like a charm.

Audio

WinAmp
Audio Player

Mp3Tag
Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs.

Audacity
Audacity is a free, easy-to-use audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems. You can use Audacity to: