Guess I not having my August vacation after all

.
* Being able to choose the order in which things happen for malware removal. For instance, I would like to clean all temp files, cache and that sort of thing before any scan is done with automation I know you can do it manually
You can do that. Just create third party apps with the same names as the fixes/apps you want to run. It's fully documented here:
http://www.carifred.com/uvk/help/system ... ecial_apps
* Having UVK start where it left off after a reboot.
That's an interesting idea. Honestly it hadn't crossed my mind before. I'll tinker with it and see what I can come up with.
* Being able to run UVK unattended with options preset from a settings/or script file. This may be possible already through scripting, I have not looked into the scripting much to be honest.
Yes you can do that for UVK scripts, but it's not currently available for uvksr files. I'll see if I can add that to uvksr files. Personally, I think this command line switch automation is deprecated. The UAC complicated it a lot. Batch scripts need to be right-clicked in order to be executed as administrator, and then still answer the UAC prompt. I don't see much gain over double-clicking a uvksr file, answering the UAC prompt, and clicking the Run selected fixes/apps button.
* Is there an option to clean all the windows update temp files? If not, can we add this?
The Fix and enable Windows update fix does that. If you just want to clear the Download folder yourself, you can create a third party app that runs the following command:
Code: Select all
%systemdir%\cmd.exe /c rd /s /q "%windir%\SoftwareDistribution\Download"
I would not recommend you to do that, though. It could cause problems if an update is already being installed, and the files are automatically deleted by the system 10 days after the update.
* Is there a way to categorize the third party apps instead of just throwing them all in a list? Like say scanners in one section and system utilities in another.
Nope, that can't be done in the current schema. There's only one group for the custom third party apps. You can move them up and down, but they remain in the same group. It could be done, of course, but I'd have to structure the uvksr files differently, and the previous format would no longer work. Also, that would make impossible to set the order in which the custom third party apps are executed. For instance, since the apps and fixes are executed in a top to bottom order, how could you make an app that's in a group below be executed before the app that's in the group above?
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.
Fred