Maintenance is important.


Maintenance Made Easy

Arenlor

Maintenance Helper is the name of this small set of programs. Contig and Pagedefrag and copyrighted Sysinternals and CCleaner is copyrighted Piriform. The defragmentor is the one on the XP system, copyrighted Microsoft.

The program contains the installed files for CCleaner, Contig, and Pagedefrag. It also contains the registry values for all three. If you have either pagedefrag or CCleaner already installed it won't mess with them.

To install the program run the install.bat program. It will confirm you are running it on an XP. This is only for XP. If your computer is XP but isn't the default it asks for then keep reading below.

If you have more than one drive, after unzipping go into the automain folder and edit main.bat (main) by right-clicking and choosing edit. For each addition partition repeat the contig and defrag lines beneath them. Copy the compact line beneath itself. In between each write #: where # is the letter of each of your drives. For example D:.

If you have a different default install location. Edit the main.bat file changing every reference to C: to the letter of your drive (including the ccleaner line). Do the same for install.bat (install), if your drive is C: but the default install is not C:\Windows then edit every reference to that. Most likely you have C:\WINNT instead. No, of course it's not that simple. You need to edit the bootexecute line (161, right near the :pagedefrag, line 156) changing the last 43. 43 is Hex for C. 44 is Hex for D. 4A is Hex for J. 41 is Hex for A and 5A is Hex for Z. So choose based on that (the letters in Hex are A-F so O is 4F and P is 50). If you need help contact me on TecHelpForums and I'll be glad to assist.

Note: you'll need to run the file main.bat each time after the first, it can be found in C:\automain unless you changed your drive in install.bat

Main.bat with D: Drive
@echo off
"C:\Program Files\CCleaner\CCleaner.exe" /auto
contig -s -q C:\
contig -s -q D:\
cd C:\
compact /s /i /c /q
D:
compact /s /i /c /q
defrag C: -f
defrag D: -f
EXIT

Files

Released Under the Arenlor Freedom License