Main > Free Download Search >

Free 4.10 software for windows

4.10

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 75
GAG 4.10

GAG 4.10


program that allows you to choose OS more>> GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager program. Its loaded when the computer is turned on and allows you to choose the operating system you want to use.
Its main features are:
  • Allows boot of up to 9 different operating systems.
  • It can boot operating systems installed in primary and extended partitions on any available hard disk.
  • Can be installed from nearly all operating systems.
  • GAG doesnt need its own partition. It installs itself in the first track of the hard disk, wich is reserved for these kinds of programs. It can also be instaled on a floppy disk, without using the hard disk.
  • It has a timer to boot a default operating system (selectable by the user).
  • The configuration menu can be protected with a password.
<<less
Download (list)
Added: 2008-10-20 License: Freeware Price:
451 downloads
BugDB 4.10

BugDB 4.10


BugDB is an Internet based service for reporting, handling, and follow-up of bug more>> BugDB is an Internet based service for reporting, handling, and follow-up of bugs.<<less
Download (703KB)
Added: 2008-07-24 License: Freeware Price: Free
461 downloads
MP3Fox 4.10

MP3Fox 4.10


Rename multiple mp3 files using ID3v1 OR ID3v2 tag more>>
Rename multiple mp3 files using ID3v1 OR ID3v2 tag MP3Fox is easy to use, standard options will probably deliver the best results.
The results are often better than them from expensive alternatives. The application is extremely small (300KB) and no installation required!
Main features:
- Rename multiple mp3 files using ID3v1 OR ID3v2 tag
- Fix filenames of mp3/wma files without tags intelligently
- Remove track numbers, fix upper/lower case, remove junk information, remove ripper tags etc.
- Customize any string to remove from filenames (optional)
- Simulate the result before renaming the files
- Save Artist and Title into tag from filename
- Automatic update to latest version
<<less
Download (841KB)
Added: 2007-11-16 License: Freeware Price:
707 downloads
NewSID 4.10

NewSID 4.10


Learn about the computer SID problem everybody has been talking about and get a free computer SID changer more>>
Learn about the computer SID problem everybody has been talking about and get a free computer SID changer Many organizations use disk image cloning to perform mass rollouts of Windows. This technique involves copying the disks of a fully installed and configured Windows computer onto the disk drives of other computers. These other computers effectively appear to have been through the same install process, and are immediately available for use.
While this method saves hours of work and hassle over other rollout approaches, it has the major problem that every cloned system has an identical Computer Security Identifier (SID). This fact compromises security in Workgroup environments, and removable media security can also be compromised in networks with multiple identical computer SIDs.
Demand from the Windows community has lead Symantec and Altiris to develop programs that can change a computers SID after a system has been cloned. However, Symantecs SID Changer andSymantecs Ghost Walker are only sold as part of each companys high-end product. Further, they both run from a DOS command prompt (Altiris changer is similar to NewSID).
NewSID is a program we developed that changes a computers SID. It is free, comes with full source, and is a Win32 program, meaning that it can easily be run on systems that have been previously cloned. NewSID works on Windows NT 4, Windows 2000, Windows XP and Windows .NET Server.
One of the most popular ways of performing mass Windows rollouts (typically hundreds of computers) in corporate environments is based on the technique of disk cloning. A system administrator installs the base operating system and add-on software used in the company on a template computer. After configuring the machine for operation in the company network, automated disk or system duplication tools (such as Symantecs Ghost, PowerQuests Image Drive, Altiris RapiDeploy , and Innovative Softwares ImageCast) are used to copy the template computers drives onto tens or hundreds of computers. These clones are then given final tweaks, such as the assignment of unique names, and then used by company employees.
Another popular way of rolling out is by using the Microsoft sysdiff utility (part of the Windows Resource Kit). This tool requires that the system administrator perform a full install (usually a scripted unattended installation) on each computer, and then sysdiff automates the application of add-on software install images.
Because the installation is skipped, and because disk sector copying is more efficient than file copying, a cloned-based rollout can save dozens of hours over a comparable sysdiff install. In addition, the system administrator does not have to learn how to use unattended install or sysdiff, or create and debug install scripts. This alone saves hours of work.
NewSID is an application we developed to change a computers SID. It first generates a random SID for the computer, and proceeds to update instances of the existing computer SID it finds in the Registry and in file security descriptors, replacing occurrences with the new SID. NewSID requires administrative privileges to run. It has two functions: changing the SID, and changing the computer name.
To use NewSIDs auto-run option, specify "/a" on the command line. You can also direct it to automatically change the computers name by including the new name after the "/a" switch. For example:
newsid /a [newname]
Would have NewSID run without prompting, change the computer name to "newname" and have it reboot the computer if everything goes okay.
NewSID starts by reading the existing computer SID. A computers SID is stored in the Registrys SECURITY hive under SECURITYSAMDomainsAccount. This key has a value named F and a value named V. The V value is a binary value that has the computer SID embedded within it at the end of its data. NewSID ensures that this SID is in a standard format (3 32-bit subauthorities preceded by three 32-bit authority fields).
Next, NewSID generates a new random SID for the computer. NewSIDs generation takes great pains to create a truly random 96-bit value, which replaces the 96-bits of the 3 subauthority values that make up a computer SID.
Three phases to the computer SID replacement follow. In the first phase, the SECURITY and SAM Registry hives are scanned for occurrences of the old computer SID in key values, as well as the names of the keys. When the SID is found in a value it is replaced with the new computer SID, and when the SID is found in a name, the key and its subkeys are copied to a new subkey that has the same name except with the new SID replacing the old.
The final two phases involve updating security descriptors. Registry keys and NTFS files have security associated with them. Security descriptors consist of an entry that identifies which account owns the resource, which group is the primary group owner, an optional list of entries that specify actions permitted by users or groups (known as the Discretionary Access Control List - DACL), and an optional list of entries that specify which actions performed by certain users or groups will generate entries in the system Event Log (System Access Control List - SACL). A user or a group is identified in these security descriptors with their SIDs, and as I stated earlier, local user accounts (other than the built-in accounts such as Administrator, Guest, and so on) have their SIDs made up of the computer SID plus a RID.
The first part of security descriptor updates occurs on all NTFS file system files on the computer. Every security descriptor is scanned for occurrences of the computer SID. When NewSID finds one, it replaces it with the new computer SID.
The second part of security descriptor updates is performed on the Registry. First, NewSID must make sure that it scans all hives, not just those that are loaded. Every user account has a Registry hive that is loaded as HKEY_CURRENT_USER when the user is logged in, but remains on disk in the users profile directory when they are not. NewSID identifies the locations of all user hive locations by enumerating the HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionProfileList key, which points at the directories in which they are stored. It then loads them into the Registry using RegLoadKey under HKEY_LOCAL_MACHINE and scans the entire Registry, examining each security descriptor in search of the old computer SID. Updates are performed the same as for files, and when its done NewSID unloads the user hives it loaded. As a final step NewSID scans the HKEY_USERS key, which contains the hive of the currently logged-in user as well as the .Default hive. This is necessary because a hive cant be loaded twice, so the logged-in user hive wont be loaded into HKEY_LOCAL_MACHINE when NewSID is loading other user hives.
Finally, NewSID must update the ProfileList subkeys to refer to the new account SIDs. This step is necessary to have Windows NT correctly associate profiles with the user accounts after the account SIDs are changed to reflect the new computer SID.
NewSID ensures that it can access and modify every file and Registry key in the system by giving itself the following privileges: System, Backup, Restore and Take Ownership.
<<less
Download (43KB)
Added: 2006-05-29 License: Freeware Price:
836 downloads
Convert 4.10

Convert 4.10


Convert will help you convert any type of measurement (feet, centimetres, seconds, sqft, degrees, etc.) more>>
Convert is an application that will help you convert any type of measurement you wish (feet, centimetres, litres, Celsius, seconds, sqft, degrees, etc.)
And you can even program it to do conversions between changeable values, such as currency conversions. A must for anyone who regularly deals with different countries measurements
<<less
Download (195KB)
Added: 2006-06-14 License: Freeware Price:
1248 downloads
Eclipse 4.10

Eclipse 4.10


Eclipse 4.10 is an application to design Mmorpgs. more>>

Eclipse 4.10 is an application to design Mmorpgs. It is created with Mirage And Elysium Source Code's. Eclipse has become the top of the 2D Gaming Industry. With its revolutionary Features, Great Support and Smooth Game play. With Eclipse you don't have to spend Hundreds of dollars on over - priced gaming engines or graphic programs. You also don't have to spend many years making a Mmorpg. Instead with Eclipse you can create a unparalleled Mmorpg With no coding in just Minutes. If you find that the engine does not seem to have everything you need, Then just Code it in with are versatile Scripting System's.

<<less
Download (5.5MB)
Added: 2006-03-07 License: Freeware Price:
257 downloads
RMChart 4.10

RMChart 4.10


Lightweight charting tool with a visual chart designer and source generator more>> RMChart is a simple to use and lightweight ActiveX control to add a various range of modern looking business charts (Bar, Line, Pie/Donut, XY scatter) to your applications. It comes with RMCDesigner: This is a tool, which allows you to create a chart with all aspects entirely without coding, just point and click and see immediately the resultant chart. The source code for various development systems of the chart youve created in the designer is only a mouse click away - just paste it in a form and run the code. Or get the plain data string of the created chart, store it in your application or a resource file and "play back" your static charts with only two lines of code. Of course you can easily print your charts or save them as *.jpg/*.png files from within your applications.<<less
Download (1.30MB)
Added: 2008-01-03 License: Freeware Price: Free
697 downloads
Limewire Pro 4.10.5

Limewire Pro 4.10.5


Limewire Pro - Fastest file sharing program more>> Limewire Pro is an open source, peer to peer file sharing program that connects users and allows the sharing of files. Limewire Prois the fastest file sharing program around and with turbo speeds, that beat other file sharing programs by far..<<less
Download (5.3MB)
Added: 2008-09-07 License: freeware Price:
939146 downloads
 
Other version of Limewire
LimeWire 4.10Lime Wire LLC - LimeWire allows you to search for multiple files at the same time. LimeWire. LimeWire allows you to search for multiple files at the same time, available
License:Freeware
Download (2.66MB)
412 downloads
Added: 2008-03-15
MapleXp 1.4.10.2

MapleXp 1.4.10.2


MapleXp is a simple tool that allows a user to keep track of how much time he or she spends working on their various projects. more>>
MapleXp is a simple tool that allows a user to keep track of how much time he or she spends working on their various projects.
You can divide each project into a hierarchy of tasks and record your effords in reference to those tasks.

System Requirements: Microsoft .NET Framework 3.5 SP1

<<less
Download (2.60MB)
Added: 2009-06-14 License: Freeware Price: $0
48 downloads
 
Other version of MapleXp
MapleXP 1.4.10.2Veex Software Mill - Track the time you spent on a certain task. MapleXP. MapleXP 1.4.10.2 is easy to use software which enables you keep track
License:Freeware
Download (2.6MB)
52 downloads
Added: 2009-06-13
MapleXp 1.4.10.1Veex Software - MapleXp is a simple tool that allows a user to keep track of how much time he or she spends working on their various projects
Price: $0
License:Freeware
Download (2.60MB)
47 downloads
Added: 2009-06-03
Price: $0
License:Freeware
Download (2.54MB)
50 downloads
Added: 2009-05-28
MapleXP 1.4.10Veex Software Mill - Track the time you spent on a certain task. MapleXP. MapleXP 1.4.10 provides you a wonderful software which is designed to keep track of how much
License:Freeware
Download (2.5MB)
52 downloads
Added: 2009-05-25
DVD Genie 4.10

DVD Genie 4.10


A DVD tweaking and enhancement tool. more>> DVD Genie is a DVD tweaking and enhancement tool. It allows you to enable many undocumented or hard-to-find options through a simple and easy-to-use user interface. DVD Genie allows you to modify the region code for popular software-based DVD Players such as Software Cinemaster, PowerDVD, and WinDVD. It also allows you to tweak these programs with undocumented features to better fit your system. DVD Genie will also allow you to select which program to run when a DVD disc is inserted into the drive. It also contains support for full-screen zooming on wide-screen movies with certain players.<<less
Download (323KB)
Added: 2002-10-06 License: Freeware Price:
2606 downloads
 
Other version of DVD Genie
DVD Genie 4.10Inmatrix - DVD Genie modifies region code for software-based DVD players. DVD Genie. DVD Genie allows you to modify the region code for popular software-based DVD Players
License:Freeware
Download (323KB)
359 downloads
Added: 2008-11-26
Herbert 0.4.10

Herbert 0.4.10


Herbert is a free and useful alternative to Philips Digital Media Manager (DMM) software more>>
Herbert is a free and useful alternative to Philips Digital Media Manager (DMM) software which comes with the HDD100 and HDD120 portable audio players.
Herbert has been completely developed from scratch by myself, after I had frustrations with the DMM software provided with my HDD120. Over time Herbert has developed into a relatively comprehensive management tool for the HDD100 and HDD120.
Main features:
- All the features of DMM.
- Simple editing of one or more tracks at a time.
- Drag and drop tracks to add them.
- Drag and drop folders to add an entire music library.
- Exporting of tracks from the HDD to your PC.
- Simple drag and drop playlist management.
- Clean, easy to use user interface.
- Built in firmware, for easy switching, no need to dowload seperately.
- Simple equaliser adjustment.
- Play tracks from your HDD using your normal audio playing software.
- Integritry check to find any potential problems
<<less
Download (3.31MB)
Added: 2006-04-19 License: Freeware Price:
1323 downloads
IrfanView 4.10

IrfanView 4.10


IrfanView is a very fast, compact and innovative FREEWARE image viewer/converter for Windows 9x/ME/NT/2000/XP/2003/Vista. IrfanView is fast and small... more>> <<less
Download (1129KB)
Added: 2008-09-07 License: Freeware Price: Free
2791002 downloads
TotalEdit 4.10

TotalEdit 4.10


Edit text & code quickly and easily with TotalEdit the programmers code and file editor for Windows. This unique tool allows you to edit many language... more>> <<less
Download (5637KB)
Added: 2008-09-07 License: Freeware Price: Free
1032 downloads
uni2ascii 4.10

uni2ascii 4.10


This package provides conversion in both directions more>> <<less
Download (159KB)
Added: 2008-09-10 License: Freeware Price:
419 downloads
SphereXP 1.4.10

SphereXP 1.4.10


Modify and organize your Windows desktop. more>> <<less
Download (7.1MB)
Added: 2009-05-09 License: Freeware Price:
166 downloads
 
Other version of SphereXP
SphereXP 1.4.10.0SphereXP 1.4.10.0SphereXP 1.4.10.0 A free 3D desktop replacement SphereXP 1.4.10.0 - Dusan Hamar SphereXP
Price: FREE
License:Freeware
Download (7.1MB)
162 downloads
Added: 2009-05-23
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5