Main > Free Download Search >

Free held by software for windows

held by

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1417
PC Hold Beta

PC Hold Beta


Software that enables Telephone Music-on-Hold andAnnouncements-on-Hold from your computer! You make your own announcements and play MIDI files from a playlist.Low-cost alternative to the usually expen more>>
Software that enables Telephone Music-on-Hold andAnnouncements-on-Hold from your computer! You make your own announcements and play MIDI files from a playlist.Low-cost alternative to the usually expensive M-O-H solutions for business and home. Our site shows how toeasily connect your computer to phones or phone system.Software allows professional mixing of any WAVE andMIDI files by controlling volume for each item. Requires SoundBlaster or compatibles.
<<less
Download (1854K)
Added: 1998-10-24 License: Freeware Price:
4025 downloads
Hold em Partner 2b

Hold em Partner 2b


Texas Holdem Poker Software Companion calculates odds on the fly and includes: hand analysis, professional recommendations, number of outs, over card percentages, online poker tells, pocket card ranks more>>
Holdem Partner is the number one rated Online Texas Holdem Poker Software Companion which calculates odds on the fly and includes ALL of the following: Pocket Card Analysis, Pocket Card Ranks, Pocket Card Nicknames, Pocket Card Odds, Pocket Card Professional Recommendations, Overcard Percentages, Number of Outs after the Flop, Flop Analysis, Flop Odds, Flop Professional Recommendations, Turn Analysis, Turn Odds, Turn Professional Recommendations, River Analysis, River Professional Recommendations and Online Poker Tells.
Holdem Partner is a very user-friendly and easy to use software program. The main form window opens up conveniently on the bottom of your Windows desktop screen and it is designed for quickness and ease of use. A separate Card List window opens up on the far right side of your Windows desktop screen allowing you to see and choose the correct cards quickly every time. Both of these Holdem Partner forms will open up conveniently, allowing you to drop your Online poker game software right in the middle of the program eliminating the hassle of minimizing and maximizing windows during game play.
Holdem Partner can be used during Online poker play to give you the advantage or separately as a learning tool for the Texas Holdem player. Whether you are a player just beginning to learn this great poker game or an advanced player who has been playing Texas Holdem for many years, Holdem Partner will increase your chances of winning greatly!
<<less
Download (8672K)
Added: 2008-09-07 License: Freeware Price: $0
411 downloads
The Land of I Can 1.0

The Land of I Can 1.0


The Land of I Can book toolbar for Internet Explorer, will inspire you to trust in yourself and make your lives dreams come true. Life isn't always easy, yet you will be uplifted by the simple and truthful message held within. more>> <<less
Download (1.32MB)
Added: 2009-02-10 License: Freeware Price: $0.00
253 downloads
Slidex 2.1

Slidex 2.1


A simple indexing program designed for indexing slides more>> A simple indexing program designed for indexing slides

Slidex is a little tool designed to catalogue your slides / photos or other items. A simple indexing program designed for indexing slides. It can, however, be used for indexing anything that is held in multiple groups and subgroups.
The Words used for these in the program are Boxes each of which can contain up to 10 Trays each of which, in turn, can hold up to 100 slides. The program provides backup facilities and warns when backup is advisable.

<<less
Download (123KB)
Added: 2008-10-04 License: Freeware Price: FREE
393 downloads
SDelete 1.4

SDelete 1.4


Securely overwrite your sensitive files and cleanse your free space of previously deleted files more>>
Securely overwrite your sensitive files and cleanse your free space of previously deleted files One feature of Windows NT/2000s (Win2K) C2-compliance is that it implements object reuse protection. This means that when an application allocates file space or virtual memory it is unable to view data that was previously stored in the resources Windows NT/2K allocates for it. Windows NT zero-fills memory and zeroes the sectors on disk where a file is placed before it presents either type of resource to an application. However, object reuse does not dictate that the space that a file occupies before it is deleted be zeroed. This is because Windows NT/2K is designed with the assumption that the operating system controls access to system resources. However, when the operating system is not active it is possible to use raw disk editors and recovery tools to view and recover data that the operating system has deallocated. Even when you encrypt files with Win2Ks Encrypting File System (EFS), a files original unencrypted file data is left on the disk after a new encrypted version of the file is created.
The only way to ensure that deleted files, as well as files that you encrypt with EFS, are safe from recovery is to use a secure delete application. Secure delete applications overwrite a deleted files on-disk data using techiques that are shown to make disk data unrecoverable, even using recovery technology that can read patterns in magnetic media that reveal weakly deleted files. SDelete (Secure Delete) is such an application. You can use SDelete both to securely delete existing files, as well as to securely erase any file data that exists in the unallocated portions of a disk (including files that you have already deleted or encrypted). SDelete implements the Department of Defense clearing and sanitizing standard DOD 5220.22-M, to give you confidence that once deleted with SDelete, your file data is gone forever. SDelete is presented with full source code so that you can verify yourself that it works as advertized. Note that SDelete securely deletes file data, but not file names located in free disk space.
SDelete is a command line application which takes a number of options. In any given use, it helps you delete one or more files and/or directories, or to cleanse the free space on a logical disk. SDelete accepts wild card characters as part of the directory or file specifier.
Usage: sdelete [-p passes] [-s] [-q]
sdelete [-p passes] -z [drive letter]
-p passes
Specifies number of overwrite passes
-s
Recurse subdirectories
-q
Dont print errors (quiet)
-z
Cleanse free space
Securely deleting a file that has no special attributes is relatively straight-forward: the secure delete program simply overwrites the file with the secure delete pattern. What is more tricky is securely deleting Windows NT/2K compressed, encrypted and sparse files, and securely cleansing disk free spaces.
Compressed, encrypted and sparse are managed by NTFS in 16-cluster blocks. If a program writes to an existing portion of such a file NTFS allocates new space on the disk to store the new data and after the new data has been written, deallocates the clusters previously occupied by the file. NTFS takes this conservative approach for reasons related to data integrity, and in the case of compressed and sparse files, in case a new allocation is larger than what exists (the new compressed data is bigger than the old compressed data). Thus, overwriting such a file will not succeed in deleting the files contents from the disk.
To handle these types of files SDelete relies on the defragmentation API. Using the defragmentation API SDelete can determine precisely which clusters on a disk are occupied by data belonging to compressed, sparse and encrypted files. Once SDelete knows which clusters contain the files data, it can open the disk for raw access and overwrite those clusters.
Cleaning free space presents another challenge. Since FAT and NTFS provide no means for an application to directly address free space, SDelete has one of two options. The first is that it can, like it does for compressed, sparse and encrypted files, open the disk for raw access and overwrite the free space. This approach suffers from a big problem: even if SDelete were coded to be fully capable of calculating the free space portions of NTFS and FAT drives (something thats not trivial), it would run the risk of collision with active file operations taking place on the system. For example, say SDelete determines that a cluster is free, and just at that moment the file system driver (FAT, NTFS) decides to allocate the cluster for a file that another application is modifying. The file system driver writes the new data to the cluster, and then SDelete comes along and overwrites the freshly written data: the files new data is gone. The problem is even worse if the cluster is allocated for file system metadata since SDelete will corrupt the file systems on-disk structures.
The second approach, and the one SDelete takes, is to indirectly overwrite free space. First, SDelete allocates the largest file it can. SDelete does this using non-cached file I/O so that the contents of the NT file system cache will not be thrown out and replaced with useless data associated with SDeletes space-hogging file. Because non-cached file I/O must be sector (512-byte) aligned, there might be some left over space that isnt allocated for the SDelete file even when SDelete cannot further grow the file. To grab any remaining space SDelete next allocates the largest cached file it can. For both of these files SDelete performs a secure overwrite, ensuring that all the disk space that was previously free becomes securely cleansed.
On NTFS drives SDeletes job isnt necessarily through after it allocates and overwrites the two files. SDelete must also fill any existing free portions of the NTFS MFT (Master File Table) with files that fit within an MFT record. An MFT record is typically 1KB in size, and every file or directory on a disk requires at least one MFT record. Small files are stored entirely within their MFT record, while files that dont fit within a record are allocated clusters outside the MFT. All SDelete has to do to take care of the free MFT space is allocate the largest file it can - when the file occupies all the available space in an MFT Record NTFS will prevent the file from getting larger, since there are no free clusters left on the disk (they are being held by the two files SDelete previously allocated). SDelete then repeats the process. When SDelete can no longer even create a new file, it knows that all the previously free records in the MFT have been completely filled with securely overwritten files.
To overwrite file names of a file that you delete, SDelete renames the file 26 times, each time replacing each character of the files name with a successive alphabetic character. For instance, the first rename of "foo.txt" would be to "AAA.AAA".
The reason that SDelete does not securely delete file names when cleaning disk free space is that deleting them would require direct manipulation of directory structures. Directory structures can have free space containing deleted file names, but the free directory space is not available for allocation to other files. Hence, SDelete has no way of allocating this free space so that it can securely overwrite it.
<<less
Download (24KB)
Added: 2006-05-27 License: Freeware Price:
912 downloads
hold em poker 3d 3

hold em poker 3d 3


Play free 3D Poker from your browser more>> The free 3d poker toolbar lets you play many free 3d online poker games and other popular online web games such as online poker. Automatically updated daily so you can disover tons of new 3d poker games. Intalling 3D Poker gives you direct access to your favorite 3d games.Here are some of your favorite games that it includes "3D Graphics", Texas Hold em Poker, Omaha Poker, Stud HI - LO Poker, Poker Tournaments. In addition the Toolbar lets you easily search the web and find everything you need within seconds.<<less
Download (5.7MB)
Added: 2008-08-25 License: Freeware Price: Free
431 downloads
Arcade Box 1

Arcade Box 1


Arcade Box 1 is a game for dart fans to compete with real players everywhere or watch other games in progress. more>>

Arcade Box 1 is a game for dart fans to compete with real players everywhere or watch other games in progress. Play in the practice mode if you want to play with the computer. The ELO rating system is introduced in this game. You'll get rate points just as professional dart players do in real world. Prized dart tournament is held every day. It features polished 2D/3D graphics and realistic sound effect.

<<less
Download (2.9MB)
Added: 2006-11-14 License: Freeware Price:
316 downloads
Epistoli 0.97

Epistoli 0.97


It is a easy emailer. more>> Epistoli is a program for sending personalised emails based on data held in a spreadsheet or some other form of table.
Suppose you are organising a school fair by email. You have information about helpers in a spreadsheet or a table, what stalls they will be on and when they will be at the stalls.
<<less
Download (1.94MB)
Added: 2008-04-09 License: Freeware Price: Free
575 downloads
NHGames CD Ripper 1.0

NHGames CD Ripper 1.0


Simple tool to rip cda to wave or mp3, rip the hold cd at once fast and easy. more>> Simple tool to rip cda to wave or mp3, rip the hold cd at once fast and easy.<<less
Download (868KB)
Added: 2008-09-07 License: Freeware Price:
411 downloads
IMS On-Hold Message Player 2.0

IMS On-Hold Message Player 2.0


Plays on hold messages in the background on a Windows computer. It is the most affordable way to add on-hold messages. The software comes with free professionally voiced on-hold messages and music. Th more>>
Plays on hold messages in the background on a Windows computer. It is the most affordable way to add on-hold messages. The software comes with free professionally voiced on-hold messages and music. The IMS also offers advanced features such as message scheduling, music selection and online updates.
<<less
Download (1359K)
Added: 1998-11-02 License: Freeware Price:
4016 downloads
@ddress Book 1.0

@ddress Book 1.0


@ddress Book is a small address book that holds names, addresses, phone numbers, urls and e-mails more>>
@ddress Book is a little address book which will hold names and addresses, phone numbers, mails and urls.
<<less
Download (256KB)
Added: 2006-10-08 License: Freeware Price:
1119 downloads
Town Squares around the World 1.0

Town Squares around the World 1.0


Take a trip around the world by looking at 43 Town Squares more>>
Town Squares around the World 1.0 is a widget which helps you to take a trip around the world by looking at 43 Town Squares and to view live images from a selection of squares right onto your desktop.

In some places the people are up and around very late at night, while at other places they seem to stay at home quite early.

There are places where markets are held a few times in the week and you can watch the people buy fresh groceries while at other places festivals are held once a while. You can learn a lot about other nations way of life while watching their daily routines and special occasions.

Requirements: Yahoo Widget Engine

<<less
Download (874KB)
Added: 2009-02-17 License: Freeware Price: FREE
12 downloads
EASEUS Deleted File Recovery 2.1.1

EASEUS Deleted File Recovery 2.1.1


Fast and smart data recovery freeware to recover deleted files from EASEUS more>> EASEUS Deleted File Recovery is a powerful and free file undeletion solution for Window Operation System. It is capable to recover the lost files even after a deletion with the SHIFT key held down or the recycle bin has been emptied. It can undelete files on any valid logical disks visible by the operation system. In the case of damaged disk volume or damaged partition, please use EASEUS Data Recovery Wizard.<<less
Download (5.9MB)
Added: 2008-04-02 License: Freeware Price:
3118 downloads
Glary Undelete 1.3

Glary Undelete 1.3


Recover lost files on NTFS, FAT32, NTFS+EFS systems. Undelete files. more>> Glary Undelete is a free and easy-to-use yet powerful file undelete solution for FAT and NTFS file systems. It will bring back files emptied from the Recycle Bin, in a DOS window, from Windows Explorer with the SHIFT key held down. It will even recover files that have been deleted by bugs, crashes and viruses!<<less
Download (1.3MB)
Added: 2008-03-28 License: Freeware Price: $0.00
994 downloads
 
Other version of Glary Undelete
Glary Undelete 1.0key held down. It will even recover files that have been deleted by bugs, crashes and viruses
License:freeware
Download (1.3MB)
411 downloads
Added: 2008-09-07
Undelete Plus 2.93

Undelete Plus 2.93


UndeletePlus is a quick and effective way to retrieve accidentally deleted files more>> Undelete Plus is a quick and effective way to retrieve accidentally deleted files, files removed from the Recycle Bin, in a DOS window, from a network drive, from Windows Explorer with the SHIFT key held down.Undelete Plus supports all Windows file systems for hard and floppy drives including FAT12/16/32,NTFS/NTFS5 and image recovery from CompactFlash, SmartMedia, MultiMedia and Secure Digital cards. Try it, it is free and it wont even take too.<<less
Download (1.1MB)
Added: 2006-10-31 License: Freeware Price: $0.00
1130 downloads
 
Other version of Undelete Plus
Undelete Plus 2.92a DOS window, from a network drive, from Windows Explorer with the SHIFT key held down. Undelete
License:freeware
Download (853.9KB)
411 downloads
Added: 2008-09-07
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5