Pular para o conteúdo principal

WinAudit, One-Click Audits Of A Computer’s Hardware, Software

WinAudit, One-Click Audits Of A Computer’s Hardware, Software: "

One of the first things that I like to do when I work on a computer that I have never worked on before is to audit the system’s hardware and software.It can save you lots of time if you know what’s inside, so to speak.

WinAudit appears to be the perfect tool for the job. The portable freeware program for Windows can audit a computer’s hardware and software with one click once the application has been launched.

The hardware and software scan may take some time, depending on the computer’s speed, but it is well worth the wait.

The first page displays a system overview with the most important hardware parameters, from the cpu to the memory, operating system, total hard drive space, motherboard and BIOS. Everything hardware wise is there on first glance.

winaudit

The left sidebar lists all the categories that WinAudit has analyzed during the scan. They act as direct jumps to those categories. It is however possible to simply scroll down in the main window to see all information that have been gathered during the system scan.

The categories can loosely be divided into software, hardware and system categories.

WinAudit Categories

  • Software: Includes the installed software on the computer system, information about the operating system, startup programs, running programs and Internet software.
  • Hardware: The largest category. It lists everything there is to know about the computer’s hardware, from pyhsical discs to communication and open ports, processors and installed printers to display and network TCP/IP related information. It is all there and as extensive as it can get.
  • System: Lists system related information. This includes services, regional settings, environment variables, error logs, uptime statistics and groups and users.

hardware devices

Existing categories can be unselected in the program’s options. Here it is furthermore possible to activate six new categories that are not enabled by default, including system files, loaded modules, non-Windows executables, software metering and user logon statistics.

winaudit options

WinAudit can also be operated from the command line, detailed information about that usage is available at the developer’s website under documentation. One of the more interesting options of the command line is the ability to search for specific file types and include them in the report.

Reports can be saved in various formats including html, pdf and xml formats. Additional options exist to send the audit to an email address or a printer.

WinAudit is an excellent program for users who want to do a fast system audit. The audit can be customized to only include the information needed by the user requesting it. The portable software program was tested on a Windows 7 Pro 64-bit system. It should be compatible with other Windows operating systems as well.


© Martin for gHacks Technology News, 2010. | Permalink | Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,

"

Comentários

Postagens mais visitadas deste blog

Favigen, Favicon Generator

Favigen, Favicon Generator : " Favicons are small icons that help identify websites. They are used as a visual representation of a website both in the web browser and at many online services. The three most prominent locations of favicons are the browser’s address bar, the tabbar and the bookmarks folder. Many webmasters like to create custom favicons to add that custom identifier to their website. Favicons can be created in many image and icon editors, but also online. Favigen is a straightforward favicon generator that can turn an image into a favicon. All that it takes is to pick an image from the local hard drive first, select the dimensions of the favicon and click the submit button to make the service generate the favicon. Favigen supports several image formats, including jpg and png, and it does not seem to have size restrictions either. Available image dimensions range are 16×16, 32×32 and 64×64. The generated favicon is displayed directly on the page. A click on do...

The 10 hottest checklists, forms, and templates of 2010

The 10 hottest checklists, forms, and templates of 2010 : " The 10 hottest checklists, forms, and templates of 2010 Takeaway: TechRepublic published nearly 400 original downloads in 2010 — from cost calculators to cheat sheets to logs, templates, and PowerShell scripts. Here’s a rundown of some of the most popular items of the year. This year, we added hundreds of resources to the TechRepublic downloads library , including PDFs detailing the latest technologies, problem-solving techniques, and tips for handling tasks efficiently. We also updated a few favorite custom tools and introduced some new ones. Among the biggest crowd-pleasers were several checklists designed help you systematically address tasks ranging from server deployments to virus removal to project risk management. Here’s what you liked best in 2010. 1: Workstation Tune-up Checklist Optimizing a slow-performing system requires a number of diagnostic and repair steps, often with...

A simple rsync script to back up your home directory

A simple rsync script to back up your home directory : " Backing up important data is obviously something we should all do. Unfortunately, it is not always easy to make it happen. We get lazy; we do not have the additional hardware for a backup server; it takes a long time and a lot of CDs to back up to optical media; we do not trust online backup services; backup schemes are difficult to set up and use — any of dozens of reasons can stand in our way. Still, we know we should be backing up our important data. Modern open source Unix-like operating systems offer a plethora of options for incredibly simple, effective backup schemes, however. If the problem is figuring out how to set one up, a simple rsync solution may be exactly what you need. The rsync utility is used to synchronize files between two systems. It does so by way of incremental copies, only copying from the source to the destination what has not already been copied there, saving time, network bandwidth, and syst...