scans any 32/64-bits Windows module (exe, dll, ocx, sys, etc.)

Here is the very good utility for system errror related named as Dependency Walker

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 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.

check required DLL for executable

All you need to do is run depends.exe and then load an executable (EXE) file that you want to check what file is required to run it. Within a few seconds Dependency Walker will show you the required files. As you can see on the image above, I loaded RRT.exe (Remove Restriction Tool) unto Dependency Walker and it shows me that KERNEL32.DLL and MSVBVM60.DLL is required. Every Windows has kernel32.dll file so we don’t need to worry on the availability of that file. As for msvbvm60.dll, I can place a working copy of that DLL file at the same folder as where the RRT.exe is and it will automatically load the DLL file if it can’t find one in system32 folder.

Download

Dependency Walker

Copied Texts to Word/Rich Text Editor Without Formatting

Paste Copied Texts to Word or Rich Text Editor Without Formatting

When I paste it in the forum’s rich-text editor reply box, you’d notice that it is pasting the exact same thing with the bold, color and hyperlink formatting included. If you paste it in Microsoft Word, the same thing would happen. This feature is convenient because it allows computer newbies to paste what they see without knowing the HTML or forum BBCode. The annoying part of this feature is sometimes we don’t really need all these formatting. There are two ways which I normally do to paste a copied text without the formatting that is by pasting it to notepad, then select all, copy again and then paste. If it is a short text, I’d paste it to the browser’s URL bar, copy and paste it.

Now I don’t need to go through all those steps to paste a formatted text without the formatting.

PureText makes this simple by adding a new Windows hot-key that allows you to paste text to any application without formatting. After running PureText.exe, you will see a “PT” tray icon appear near the clock on your task bar. You can click on this icon to remove formatting from the text that is currently on the clipboard. You can right-click on the icon to display a menu with more options. The easiest way to use PureText is to simply use its hot-key to paste text instead of using the standard CTRL+V hot-key that is built into most Windows applications. The default hotkey is WINDOWS+V and it can be changed in Options.

Paste unformatted copied text in clipboard

PureText only removes rich formatting from text. This includes the font face, font style (bold, italics, etc.), font color, paragraph styles (left/right/center aligned), margins, character spacing, bullets, subscript, superscript, tables, charts, pictures, embedded objects, etc. However, it does not modify the actual text. It will not remove or fix new-lines, carriage returns, tabs, or other white-space. It will not fix word-wrap or clean up your paragraphs.

PureText is a free, small and portable tool that works on Windows 95/98/Me/NT/2000/XP/2003/Vista. Running it in notification area takes only 4MB from your memory and doesn’t lag your computer in any way. The good thing about this tool is it doesn’t replace the paste command (CTRL+V) in Windows, but it gives an extra pasting method with a new hotkey (WINDOWS+V).

Download Link

Pure Text