Tech-101 Free Computer Support Tech-101 Free Computer Support

Home Forum FAQs Terms of Service
Go Back   Tech-101 Free Computer Support > Software > Reviews
Connect with Facebook

Reply
 
LinkBack (1) Thread Tools Search this Thread Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-29-2009, 01:37 PM
jobeard's Avatar
Site Admin

 
Join Date: Dec 2008
Location: Southern Calif.
Posts: 1,190
Default WinAudit; What's on your system?

After linking, downloading, and using a system for a year or more, it's all too easy to completely lose track of not just WHERE a program is located, but even WHAT is installed on the system.

WinAudit to the rescue.

A Small download which will inventory your system and allow you to save the
results in several formats
  • PDF
  • Compiled html (chm)
  • CSV [for Excel]
  • Formated text (.txt)
  • Tab delimited *.txt
  • Unicode *.txt
  • simple html
  • complete html
  • XML
(I like the CSV to allow user sorting and reorg [hey-- I'm a control freak]

The data it collects is organized in a Tree View for the following subject areas
(Overview, Installed Software, OS, Peripherals, Security[7 sub areas!], Groups & Users(Local, Global, User Accnts), Scheduled Tasks, Uptime, Error Log(applications), Environment Vars, Regional Settings, Windows network(sessions, shares), Network TCP(all adaptors) Network BIOS, Hardware Devices(*complete*), Display, Printers(even networked), System Management(ie MoBo), Physical Disks, Drives(ie Drive letter devices), Com Ports, Services)

WOW! Bet you could read "War & Peace" before you could digest all of this!

The program is available at http://www.pxserver.com/WinAudit.htm
__________________
J. O. Beard; you + tech-101.com => synergism. Secure your system now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
  #2 (permalink)  
Old 12-08-2009, 03:18 PM
jobeard's Avatar
Site Admin

 
Join Date: Dec 2008
Location: Southern Calif.
Posts: 1,190
Default Using Options to acquire documentation

Frequently we see the need to know what is installed and which services are running.
WinAudit is ideal for providing this information.

Install WinAudit available at http://www.pxserver.com/WinAudit.htm
Be sure to run using an Admin login or use Run As to provide the id/password

Configure these options for a certainty:
http://img11.imageshack.us/g/winauditoptions.jpg/
Then click AUDIT and let it complete;
You can save the results in several formats, including CSV, which I prefer to
allow sorting, reformatting, and search.

Attach your file when requested.
__________________
J. O. Beard; you + tech-101.com => synergism. Secure your system now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
  #3 (permalink)  
Old 12-08-2009, 07:58 PM
Bobbye's Avatar
Site Admin

 
Join Date: Dec 2008
Posts: 895
Default

How does the audit part of this compare to the Belarc Advisor?

Also wanted to mention The Ultimate Troubleshooter (TUT) from answersthatwork is one of the best programs I know of that gives total access and control of the entire system.

http://www.answersthatwork.com/TUT_p...nformation.htm


Running tasks, Startups, Services and other can all be viewed, controlled and printed out from within the program. Recommendations for handling each available on highlight.

Additional system info like CPU, RAM, etc. And one of the best features is Housekeeping. The is a very full disc cleanup with options for each section. Deletions can be directed to the Recycle Bin. Software Eraser can be used then to overwrite. (Eraser http://eraser.heidi.ie/)

I have a 4+ year old laptop with 88% resources still free because of using TUT.

Last edited by Bobbye; 12-08-2009 at 07:58 PM. Reason: parsing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
  #4 (permalink)  
Old 12-08-2009, 08:14 PM
jobeard's Avatar
Site Admin

 
Join Date: Dec 2008
Location: Southern Calif.
Posts: 1,190
Default

better organized and if you enable all the options, FAR MORE COMPLETE [edit] also Freeware [/edit]

the only thing I see missing are the License Keys for installed MS programs.
__________________
J. O. Beard; you + tech-101.com => synergism. Secure your system now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
  #5 (permalink)  
Old 12-09-2009, 09:37 AM
Bobbye's Avatar
Site Admin

 
Join Date: Dec 2008
Posts: 895
Default

Okay, I'll have a look then do both and compare.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
  #6 (permalink)  
Old 01-29-2010, 02:32 PM
jobeard's Avatar
Site Admin

 
Join Date: Dec 2008
Location: Southern Calif.
Posts: 1,190
Default various usages of WinAudit

save the attachment into the same directory as that used to install WinAudit.
Delete the existing WinAudit.ini and then rename WinAudit.ini.txt -> WinAudit.ini

Now run WinAudit and save the results as CSV.
(for illustrative purposes, I'll assume your file is name audit.csv)
This allows us to quickly find various facts about our systems using the command prompt (run->cmd)

WinAudit produces LOTS of information and it can be daunting to find what you are looking for. As an old programmer, I use a lot of scanning and filtering techniques to extract what I'm interested in. The attachment will reduce some levels of detail and using the FIND command we can extract major categories of details.


1) what drivers are required at boot time?
find /i "boot" audit.csv
(to keep a copy on the HD, add >filename.txt to any of these commands )

btw: this would also be usefull for the Win7 Signed Driver issue!!!
2) what services are Started?
find /i "Started" audit.csv
(yes we can see this also via services.msc)
3) what peripherals are attached?
find /i "periph" audit.csv
or Mapped Drives
find /i "Mapped Drive" audit.csv
4) what software is installed?
find /i "Installed" audit.csv
(and this will be voluminous!)
5) where are my products installed? as in things that are not system
find /i "location" audit.csv | find /i "C:" (if you install elsewhere, use that drive letter instead of C:
6) which updates failed to install?
find /i "failed" audit.csv
(If you find some, be sure to look for a later install for the same KB#number
10/29/2009 17:54 Security Update for Windows XP (KB969059) Installation Succeeded
...
10/29/2009 17:11 Security Update for Windows XP (KB969059) Installation Failed
7) one last example:
What's the geometry of my Disks?
find /i "Physical Disks" audit.csv
Attached Files
File Type: txt WinAudit.ini.txt (1.9 KB, 1 views)
__________________
J. O. Beard; you + tech-101.com => synergism. Secure your system now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!twitterShare on Facebook
Reply With Quote
Reply

Tags
audit, programs, reviews, system contents

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.tech-101.com/reviews/877-winaudit-whats-your-system.html
Posted By For Type Date
External Access To FTP Server - TechSpot OpenBoards This thread Refback 12-08-2009 03:27 PM


All times are GMT -4. The time now is 12:49 PM.

Copyright © 2009 Tech-101.com. All rights reserved.

Tech-101 Free Computer Support Tech-101 Free Computer Support