Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.892 Times

Hdd Error Fixer freeware
Filter: All | Freeware | Demo
 

Hdd Error Fixer

< 1 2 3 4 5 
Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 635

CrystalDiskInfo CrystalDiskInfo is a HDD/SSD utility which supports S.M.A.R.T. * Supports a part of external USB disks * Monitoring health status and temperature * Graph of S.M.A.R.T. information * Control AAM/APM settings and more ... The CrystalDiskInfo application was designed to help you view... Platforms: Windows

License: Freeware Size: 1.16 MB Download (58): CrystalDiskInfo Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 695

DHE Drive Info DHE Drive Info is a handy and reliable utility designed to display essential HDD information. It shows HDD (intern or extern) and USB-Stick information: IDENTIFY_DEVICE, Type, Size, Partitions, S.M.A.R.T. Values, S.M.A.R.T. Logs,Self-Tests, Temperatures, MBR, VBR, works with P-ATA, S-ATA, USB,... Platforms: Windows, XP, 7, 7x64

License: Freeware Download (422): DHE Drive Info Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 496

System Message System Message is a utilitiy for looking up the descriptive text that corresponds to a Windows system error number. System Message can be used either as a desktop application or as a simple out-of-process OLE Automation server. Take System Message for a test drive to see just how useful it can... Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (426): System Message Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 1.204

Windows Repair Free Acebyte Utilities Free is a powerful and easy-to-use FREE software from Acebyte to optimize your computer to fix computer errors such as slow computer operation, unknown error messages, deadlock errors, computer freezes and much more. Acebyte Utilities Free offers the most comprehensive set of... Platforms: Windows

License: Freeware Size: 4.4 MB Download (408): Windows Repair Free Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 631

MCE VideoErrorFixer Fix Video Error Live TV and Recorded TV on Media Center Extender. This problem can be caused by a missing registry setting and damaged network performance counters. Platforms: Windows

License: Freeware Size: 688 KB Download (577): MCE VideoErrorFixer Download

Released: January 01, 2013  |  Added: January 01, 2013 | Visits: 474

ClickOff ClickOff is a program which does a daily and very annoying task for you: click Buttons on useless notification and error-messages. So software is very easy to use: If a message like "Are you sure you want to exit the program" shows up, you point on the button you want to be clicked if the message... Platforms: Windows

License: Freeware Size: 328 KB Download (431): ClickOff Download

Added: July 14, 2013 | Visits: 623

File Read Test There are two types of tools in this page: * The File Read Test tools read disk files or directories and stop on the first read error. There are two alternatives to choose from: a Java application (with a point-and-click user interface) and a perl script (to use from the command-line). * The... Platforms: Mac

License: Freeware Size: 225.28 KB Download (51): File Read Test Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 516

Latency Fixer AU The plug-in reports to the host application that it has a latency (controlled by the plug-in parameters) but does not actually apply any processing to the audio signal. This causes the host to use its own latency compensation to advance the audio fed into the plug-in by the requested amount.... Platforms: Mac

License: Freeware Size: 71.68 KB Download (56): Latency Fixer AU Download

Added: May 10, 2013 | Visits: 411

No print error in console-less environments In console-less environments, printing raises an exception. Disabling all print statements can be a pain. This script allows you to leave all print statements in place. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): No print error in console-less environments Download

Added: May 10, 2013 | Visits: 596

Verify Duplicate Fields Verify Duplicate Fields verifies that a typing error did not occur. Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (61): Verify Duplicate Fields Download

Added: May 10, 2013 | Visits: 488

Bar with errorbars Because MATLAB doesn't provide a built-in function to plot bars with any error adjustments, this script will draw vertical bars and display an error marker for each bar.For an advanced user, this function also provides ways to modify any and all of the bar and line series properties while... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (55): Bar with errorbars Download

Added: May 10, 2013 | Visits: 327

CiviCRM Error Handler 5.x-1.1 Helps with debugging CiviCRM when errors occur randomly to different users and are hard to track.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): CiviCRM Error Handler 5.x-1.1 Download

Added: May 10, 2013 | Visits: 307

Dreaded Error 404 on Login or Checkout It is sometimes caused if you use a shared SSL, and the redirects somehow get corrupted. If you are certain that BOTH configure.php files are correct, try this!Log onto your server, and navigate to osCommerce/catalog/includes/functions/general.php. As with anything (but especially when working... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): Dreaded Error 404 on Login or Checkout Download

Added: May 10, 2013 | Visits: 487

Admin SSL error fix While preparing to update our web site from milestone 1 to milestone 2 of osCommerce I discovered a couple of instances where the milestone 2 site administration code is not using a secure connection when it really should. These instances have to do with editing customer information and working... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Admin SSL error fix Download

Added: May 10, 2013 | Visits: 392

Standard Error Redirector This script was designed for remotely receiving bug reports. The concept presented here is a step towards working with Python remotely. As sys.stderr is replaced in this script, so sys.stdin and sys.stdout can also be redirect to an alternate source (such as sockets connected to another computer). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Standard Error Redirector Download

Added: May 10, 2013 | Visits: 448

Right method names suggestion This script uses __getattr__ to modify the error messages given when a wrong class method is called. It shows the first five ranked most similar method names, followed by the first line of their docstrings (this is useful to see their parameters, if you use this convention in your sources), and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Right method names suggestion Download

Added: May 10, 2013 | Visits: 294

How to freeze Python classes This script raises an error when trying to set an undeclared name. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): How to freeze Python classes Download

Added: May 10, 2013 | Visits: 319

Permalinks Moved Permanently If one is found, a "301 Moved Permanently" error will be generated, allowing visitors and search engine bots to be redirected to the new permalink.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Permalinks Moved Permanently Download

Added: May 10, 2013 | Visits: 411

JC-IPRestrictions Each restriction rule can be configured to display a custom error message to the visitor and provide a password to bypass it. Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Key features "JC-IPRestrictions":... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): JC-IPRestrictions Download

Added: May 10, 2013 | Visits: 541

Validation (No Alert) This script helps you to stop displaying those annoying alert boxes with your javascript form validation.It uses images to display any error messages to the user Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (61): Validation (No Alert) Download

< 1 2 3 4 5