Hi there,
just watched CCleaner take 15 minutes to delete Windows.old which seems to go file by file by file...
Why not speed up the process by executing something like:
del /f/s/q foldername > nul //quick delete of files
rmdir /s/q foldername //remove directory and structure
regards
Zaphod