Showing posts with label Operation System. Show all posts
Showing posts with label Operation System. Show all posts

Saturday, September 6, 2008

NTFSCHK v1.0

If you dual boot between NT 4 and Windows 2000 then your NTFS drives were upgraded to NTFS v5 and you have had to boot into Windows 2000 to check them. With NTFSCHK you can check your NTFS v5 drives from NT 4.

NtfsChk.zip (Size: 26KB) readmore

Thursday, September 4, 2008

Windows Vista SP1 6.0.6001.16633 (longhorn.070803-1655)

SP1 with Standalone installer for Vista x86 (32bit). AFAIK, the .exe nor the contained .cab cannot be integrated into Vista through known methods (vlite, pkgmgr, etc.), and instead must be installed on top of an existing Vista installation.

Windows Vista SP1 6.0.6001.16633 (longhorn.070803-1655)
mirror readmore

Microsoft Windows XP Service Pack 3 ISO

Windows XP Service Pack 3 (SP3) includes all previously released updates for the operating system. This update also includes a small number of new functionalities, which do not significantly change customers’ experience with the operating system.

This file is a CD image file for users who wish to create an update CD for Windows XP Service Pack 3, for example for offline installation by administrators.

Microsoft Windows XP Service Pack 3 ISO
MoreInfo & Other Languages
readmore

Wednesday, September 3, 2008

DLL Export Viewer v1.22

This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function.

DLL Export Viewer v1.22 - freedownloadforall.blogspot.com

For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, and MessageBoxIndirectW in unicode based applications) When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call.

System Requirements
This utility works properly on all 32-bit/64-bit versions of Windows, including Windows 98/ME, Windows NT, Windows 2000, Windows XP, Windows Server 2003, and Windows Vista. If you want to use it on Windows NT, you should add psapi.dll into your system32 folder.

DLL Export Viewer
DLL Export Viewer - x64 release
readmore

CleanAfterMe v1.20

CleanAfterMe allows you to easily clean files and Registry entries that are automatically created by the Windows operating system during your regular computer work.

With CleanAfterMe, you can clean the cookies/history/cache/passwords of Internet Explorer, the 'Recent' folder, the Registry entries that record the last opened files, the temporary folder of Windows, the event logs, the Recycle Bin, and more.

CleanAfterMe v1.20 - freedownloadforall.blogspot.com

CleanAfterMe is a portable application. This means that you can run it without any installation and without leaving any trace in the Registry.
You can also run this program from a USB flash drive: In order to do that, simply copy the executable file of CleanAfterMe (CleanAfterMe.exe) into the USB flash drive, and run it from there.

System Requirements
This utility works under Windows 2000, Windows XP, Windows Server 2003, and Windows Vista.

CleanAfterMe.exe
CleanAfterMe.zip
readmore

Sunday, August 31, 2008

WinUpdatesList v1.23

WinUpdatesList displays the list of all Windows updates (Service Packs and Hotfixes) installed on your local computer. For hotfix updates, this utility also displays the list of files updated with these hotfixes. In addition, it allows you to instantly open the Web link in Microsoft Web site that provides more information about the selected update, uninstall an update, copy the update information to the clipboard, or save it to text/HTML/XML file.

WinUpdatesList v1.23 - freedownloadforall.blogspot.com

System Requirements
This utility works on Windows 98, Windows ME, Windows 2000, and Windows XP. On Windows 98/ME, some columns are not displayed, because the related information is not stored in the Registry as in Windows 2000/XP.
Be aware that for now, WinUpdatesList doesn't work under Windows Vista.

Connecting to another operating system (Windows2000/XP only)
Starting from v1.11, WinUpdatesList provides 2 methods for viewing the Windows Updates of another operating system:

  1. On local computer: If you have more than one instance of Windows 2000/XP operating system on the same computer, you can view the Windows updates list of the other operating system by using /another command-line parameter.
  2. For example:
    wul.exe /another e:\winnt

    The second parameter specifies the Windows folder of the operating system.
    Be aware that when you use this option, WinUpdatesList loads the Registry of the other operating system as a new hive under HKEY_LOCAL_MACHINE, and than unloads it after you exit from WinUpdatesList.

  3. On remote computer: If you have a remote computer with Windows 2000/XP operating system, your can view the Windows updates list of this computer by using /remote command-line parameter.
  4. For example:
    wul.exe /remote \\192.168.0.10
    You must connect the remote computer with administrative rights in order that this option will work properly. It's also recommended to enable admin shares (C$, D$, and so on) on the remote computer.
WinUpdatesList zip
wul_setup.exe readmore

OpenedFilesView v1.20

View opened/locked files in your system (sharing violation issues)

OpenedFilesView displays the list of all opened files on your system. For each opened file, additional information is displayed: handle value, read/write/delete access, file position, the process that opened the file, and more...
Optionally, you can also close one or more opened files, or close the process that opened these files.

This utility is especially useful if you try to delete/move/open a file and you get one of the following error messages:

  • Cannot delete [filename]: There has been a sharing violation. The source or destination file may be in use.
  • Cannot delete [filename]: It is being used by another person or program. Close any programs that might be using the file and try again.
When you get one of these error messages, OpenedFilesView will show you which process lock your file. Closing the right process will solve this problem. optionally, you can also release the file by closing the handle from OpenedFilesView utility. However, be aware that after closing a file in this way, the program that opened the file may become unstable, and even crash.

OpenedFilesView v1.20 - freedownloadforall.blogspot.com

System Requirements
This utility works properly on Windows 2000/XP/2003/Vista (32-bit only !). Older versions of Windows (NT/9x/ME) are not supported. Also, you must have administrative privilege in order to run this utility.

ofview.zip
ofview_setup.exe (with uninstall support)
readmore

SysExporter v1.40

SysExporter utility allows you to grab the data stored in standard list-views, tree-views, list boxes, combo boxes, text-boxes, and WebBrowser/HTML controls from almost any application running on your system, and export it to text, HTML or XML file.

Here's some examples for data that you can export with SysExporter:

  • The files list inside archive file (.zip, .rar, and so on) as displayed by WinZip or 7-Zip File Manager.
  • The files list inside a folder.
  • The event log of Windows.
  • The list of emails and contacts in Outlook Express.
  • The Registry values displayed in the right pane of the Registry Editor.
  • The data displayed by SysInternals utilities (Registry Monitor, File Monitor, Process Explorer, and others.)
  • The text inside a standard message-box of Windows.
  • The HTML inside any instance of Internet Explorer.
SysExporter v1.40 - freedownloadforall.blogspot.com

System Requirements
SysExporter Works perfectly on Windows NT, Windows 2000, Windows XP, Windows Server 2003, and Windows Vista.
On Windows 9x and Windows ME, SysExporter can only export data from combo boxes and list boxes controls, but not from list-view and tree-view controls.

Practical Example:
Let's say that you want to export the list of all files in your C:\Windows folder to Excel:
  1. First, open the 'C:\Windows' folder (or any other folder that you want to export).
  2. In the top pane of SysExporter, find the window of 'C:\Windows' folder and select it. If you cannot find this window, try to refresh the list by pressing F5 key.
  3. After selecting the desired window in the top pane, the files list of this window will be loaded to the lower pane.
  4. Select the files in the lower pane that you want to export. (Press Ctrl+A in order to select all files)
  5. Press Ctrl+C in order to copy the selected items to the clipbaord. (The exported items are copied in tab-delimited format)
  6. In Excel, go the position that you want to put the exported data, and then press Ctrl+V to paste the exported data into your Excel worksheet.
sysexp.zip
sysexp_setup.exe (with uninstall support)
sysexp-x64.zip
readmore

RegScanner v1.70

find/search in the Registry of Windows
RegScanner is a small utility that allows you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit, simply by double-clicking the desired Registry item. You can also export the found Registry values into a .reg file that can be used in RegEdit.
RegScanner v1.70 - freedownloadforall.blogspot.com

Advantages over RegEdit find of Windows

  • RegScanner utility display the entire search result at once, so you don't have to press F3 in order to find the next value.
  • In addition to the standard string search (Like in RegEdit), RegScanner can also find Registry values by data length, value type (REG_SZ, REG_DWORD, and so on), and by modified date of the key.
  • RegScanner can find a unicode string located inside a binary value.
  • RegScanner allows you to make a case sensitive search.
  • While scanning the Registry, RegScanner display the current scanned Registry key, as opposed to RegEdit, that simply display a boring "Searching the registry" dialog-box.
System Requirements
This utility works in any version of Windows, from Windows 98 to Windows Vista. A separated download for x64 systems is also available.

regscanner.zip
regscanner_setup.exe (with uninstall support)
regscanner-x64.zip
readmore

ProduKey v1.31

Recover lost product key (CD-Key) of Windows/MS-Office/SQL Server
ProduKey is a small utility that displays the ProductID and the CD-Key of MS-Office, Windows, Exchange Server, and SQL Server installed on your computer. You can view this information for your current running operating system, or for another operating system/computer - by using command-line options. This utility can be useful if you lost the product key of your Windows/Office, and you want to reinstall it on your computer.
ProduKey v1.31 - freedownloadforall.blogspot.com

System Requirements
ProduKey works on all 32-bit versions of Windows. However, some features, like viewing the product keys of another operating system instance, are only supported on Windows 2000/XP

produkey.zip
produkey-x64.zip
readmore

WinExplorer v1.30

WinExplorer is a utility that shows all system's windows in hierarchical display.
For every window in the hierarchy, you can view its properties, like handle, class name, caption, size, position and more. You can also modify some properties, like Caption and Visible/Enabled.
You can use this utility in all Win32-based operating systems: Windows 95,98,ME,NT,2000,XP

WinExplorer v1.30 - freedownloadforall.blogspot.com

winexp.zip - 84KB
winexp.zip - 200KB (with source code)
using winexplorer
readmore

Safe XP 1.5.7.14 - 9x/ME/2000/XP

Safe XP allows users to quickly tweak various security and privacy related settings in XP. The options include Media Player settings, Services settings (error reporting, time synch, remote registry etc.), as well as and option to remove items from the Start menu, network security settings and more.
Safe XP improves your system performance and makes Windows to run faster, more secure and reliable!
It is suitable for beginners and experts!

SafeXP 1.5.7.14 - freedownloadforall.blogspot.com

Main Features:

  • Allows you to take control of your PC.
  • Making Windows run faster and more secure.
  • Protect your privacy of Internet protection.
  • Disable Spyware-like activities of Windows XP (also 2000&ME&98), Media Player, Internet Explorer and Outlook.
  • Disable unnecessary Windows services like System updates, error reporting and others.
  • Prevent Internet attacks, any RPC/DCOM related vulnerabilities and fix exploits like DSO.
  • Disable script-based attacks on Windows Media Player, Internet Explorer and Outlook.
  • Block Windows Messenger (spam) vulnerabilities.
  • Restrict the actions of potentially dangerous "HTA" (Hypertext Application) capabilities in any version of Windows.
  • It does not need any DLL or another file(s). It is just a single "EXE" file: SafeXP.exe
  • No installation necessary.
System Requirements
Windows 98/ME/2000/XP

SafeXP 1.5.7.14 - freedownloadforall.blogspot.com
Safe XP 1.5.7.14 - 9x/ME/2000/XP
readmore

MyUninstaller v1.42

Alternative to the standard add / remove control panel module

MyUninstaller is an alternative utility to the standard Add/Remove applet of Windows operating system. It displays the list of all installed application, and allows you to uninstall an application, delete an uninstall entry, and save the list of all installed applications into a text file or HTML file.

MyUninstaller also provides additional information for most installed applications that the standard Add/Remove applet doesn't display: product name, company, version, uninstall string, installation folder and more.

MyUninstaller v1.42 - freedownloadforall.blogspot.com

System Requirements
This utility works on any version of Windows - from Windows 98 to Windows Vista. You should log-in to the system as admin user, so the uninstall process will work properly.

Notice:
When you uninstall a software, MyUninstaller utility is not directly responsible to the uninstall process. MyUninstaller simply run the uninstall module provided by the software that you want to uninstall. So, if from some reason the uninstall process fails, you should contact the author of the software that you want to uninstall, not to the author of MyUninstaller.

myuninst.zip
readmore

Saturday, August 30, 2008

NirCmd v2.15

Freeware command-line tool

NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more...

NirCmd Help File
nircmd.zip
readmore

Network Password Recovery v1.15

Recover Windows XP/Vista network passwords

When you connect to a network share on your LAN or to your .NET Passport account, Windows allows you to save your password in order to use it in each time that you connect the remote server. This utility recovers all network passwords stored on your system for the current logged-on user.

This utility can recover:

  • Login passwords of remote computers on your LAN.
  • Passwords of mail accounts on exchange server (stored by Outlook 2003)
  • Password of MSN Messenger / Windows Messenger accounts
  • Internet Explorer 7: passwords of password-protected Web sites ("Basic Authentication" or "Digest Access Authentication")
System Requirements:
This utility works properly on Windows XP/2003/Vista only when you logged on as user with Administrator privileges. You can also use this utility for recovering network passwords under Windows 98/ME. Windows 2000 is not supported, because this version of operating system doesn't save the network passwords.

netpass.zip
netpass_setup.exe (with uninstall support)
netpass x64
readmore

Dialupass v2.45

Dialup/RAS/VPN Password Recovery

Dialupass v2.45 - freedownloadforall.blogspot.com
When you use the "Dial-Up Networking" module for connecting to the internet or to other networks, the operating system give you the option to store the password and use it when it needed. Although the password is constantly stored in your computer, the operating system doesn't allow you to watch it. if you forget your password and you want to extract it from your computer, you can use the Dialupass utility for viewing the password.
This utility enumerates all Dial-Up entries on your computer and reveals their logon details: User Name, Password and Domain.

It works perfectly in the following operating systems: Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, and Windows XP. In Windows 2000 and Windows XP, the Dialupass utility can reveal the Dial-Up passwords only if you are logged on with administrator privileges.

dialupass2.zip
readmore

Sunday, July 6, 2008

Hiren's BootCD 9.5

Hiren's BootCD 9.5 - freedownloadforall.blogspot.com
Hiren's Boot CD is a boot CD containing various diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing various computer problems.

It is a Bootable CD; thus, it can be useful even if the primary operating system cannot be booted. Hiren's Boot CD has an extensive list of software.

Utilities with similar functionality on the CD are grouped together and seem redundant; however, they present choices through UI differences.

Hiren's BootCD 9.5
readmore

Ubuntu 8.04.1 LTS (Hardy Heron)

UbuntuUbuntu is a free, open source operating system that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should "Just Work", TM) and a commitment to security updates with 18 months of support for every release.

Ubuntu ships with the latest Gnome release as well as a selection of server and desktop software that makes for a comfortable desktop experience off a single installation CD.

Ubuntu 8.04.1 LTS (Hardy Heron)
readmore