*** version 1.0.0.16 released 7/17/2005 *** EzPcFix now includes a "Rootkit Finder" function. It makes a file listing when running from windows and a file listing from PE then compares the two files and shows you the differences (looking for rootkits). The rootkit function only looks for stealth files but hopefully I'll have registry scanning working soon. *** version 1.0.0.15 released 7/8/2005 *** I restructured the "Services" function to filter the services by type. Now you don't have to scroll through 100 hardware related services if you're only looking for software related ones. Here's a list and description of each type: Adapter - A service for a hardware device that requires its own driver. FileSystemDriver - A file system driver, which is also a Kernel device driver. InteractiveProcess - A service that can communicate with the desktop. KernelDriver - A Kernel device driver such as a hard disk or other low-level hardware device driver. RecognizerDriver - A file system driver used during startup to determine the file systems present on the system. Win32OwnProcess - A Win32 program that can be started by the Service Controller and that obeys the service control protocol. This type of Win32 service runs in a process by itself. Win32ShareProcess - A Win32 service that can share a process with other Win32 services. *** version 1.0.0.14 released 7/3/2005 *** The option to delete the contents of the "Prefetch" folder was added to the "Delete Temp Files" function. The "Text Files" function now looks for a file called AutoexNT.bat in the system32 directory. AutoexNT can be used for starting files/services before the logon process. Fixed (hopefully) an issue with "Delete Temp Files" where the window would appear to be "Not Responding" while deleting very large amount of files. The window wasn't really frozen and it would eventually finish, but some users reported that they ended the process because windows changes the title to "Not Responding". *** version 1.0.0.13 released 6/28/2005 *** Changed the main interface to use a listbox for the functions. You can use the arrow keys and the enter key to navigate the listbox and execute functions. You can also double-click on a function to execute it or single click to see information about that function. Added the Winsock/Winsock2 functions. I'm sure that's not all but I'll start the long overdue change log now ;-)