I needed to run security checks across a number of XP computers and I didn't want to spend time fiddling in all the cubbyholes of XP to determine how secure or insecure a given machine was. I wrote the following program to report:
- What are the partition formats for each partition? NTFS or FATxx
- Is Simple File Sharing enabled or disabled?
- List all computer system shares and highlight any non-admin shares
- Report all Network adapters, MAC and IP addresses
- Check System Services highlighting in red any services I probably don't need running and any that are insecure
- List all users and report on any with Admin priveleges
- Optionally show additional information like startups and BHO's
- Report if Remote Desktop is enabled or disabled
- Report if Auto Logon is enabled or disabled

Screenshot with some information redacted
This program is free. You can download a Windows EXE here. Last update November 14th 2008.
See Also: