Quick Diagnostics

Do you know of a feature that UVK should have? Post it here!
Post Reply
Trajet
Posts: 33
Joined: Sun Sep 28, 2014 4:29 pm

Quick Diagnostics

Post by Trajet »

At our shop we offer a Quick Diagnostics service (that we charge for).

It consists of running;
1) KillEmAll, UKV equivalent = Kill all non system processes.
2) CrystalDiskInfoPortable, UKV equivalent = None
3) CCleaner, UKV equivalent = System Booster.
4) ADWCleaner, UKV equivalent = Ultra Adware Killer. (which is better IMHO than ADWCleaner)

Now, whilst this is not infallible, it does give us and our customers a snapshot of what the problem might be, the charges it will cost to fix and if they want to continue with any repairs. (We don't charge the quick diagnostics fee if they go ahead with the repairs)

It would be really great if something like this could be incorporated in UVK.
Fred
Site Admin
Posts: 2360
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: Quick Diagnostics

Post by Fred »

Hi Trajet.

I think I see what you mean. UVK would calculate the size of temp files, and junk files, the number of system booster invalid items, and the number of adware items found. It would then display a report, but wouldn't fix anything. That report would only be used to diagnose and calculate the time required to fix. Is that it?
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
Trajet
Posts: 33
Joined: Sun Sep 28, 2014 4:29 pm

Re: Quick Diagnostics

Post by Trajet »

That's exactly the sort of thing I was thinking of. We find that 90% of jobs are either malware or HDD issues. We diagnose the issues and offer a repair.
I know UVK does not have a S.M.A.R.T function, but even a link to an existing program that could be included in the report would be good.
Fred
Site Admin
Posts: 2360
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: Quick Diagnostics

Post by Fred »

UVK does have a S.MA.R.T. testing feature. In the System info section, the Status info reports the hard drive failure prediction, when available.

From MSDN:
Status
Data type: string
Access type: Read-only
Qualifiers: MaxLen (10)
Current status of the object. Various operational and nonoperational statuses can be defined. Operational statuses include: "OK", "Degraded", and "Pred Fail" (an element, such as a SMART-enabled hard disk drive, may be functioning properly but predicting a failure in the near future). Nonoperational statuses include: "Error", "Starting", "Stopping", and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, yet the managed element is neither "OK" nor in one of the other states. This property is inherited from CIM_ManagedSystemElement.
Values are:
"OK"
"Error"
"Degraded"
"Unknown"
"Pred Fail"
"Starting"
"Stopping"
"Service"
"Stressed"
"NonRecover"
"No Contact"
"Lost Comm"
You just have to watch for "Degraded", and "Pred Fail".

As for the diagnostics section, It seems like alot of work. I will have to use all the code from the UAK and system booster scans and copy it to a new function, as the code is not prepared for this situation. I'm not saying I'm not gonna do it, just that currently I don't have the time. I've got already a ton of work to do this month on UVK, and I'd also like to work on Tech tool store a bit, which is what I'm doing now.
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
Trajet
Posts: 33
Joined: Sun Sep 28, 2014 4:29 pm

Re: Quick Diagnostics

Post by Trajet »

Thanks Fred, although I have looked at system info on numerous occasions, I have never twigged the S.M.A.R.T info that is there.

I appreciate your time in considering my ideas.
Charger440
Posts: 1529
Joined: Sun May 25, 2014 7:44 am
Location: Missouri

Re: Quick Diagnostics

Post by Charger440 »

Fred

I like this idea as well and it seems almost perfect for that tool we talked about. Maybe kill two birds with one stone here???

Jim
Jim

It is not "Can it be done?" but rather, "How can we do it?"
Trajet
Posts: 33
Joined: Sun Sep 28, 2014 4:29 pm

Re: Quick Diagnostics

Post by Trajet »

I have been having a play, ahem, I mean researching the features that I could use towards my aim and came out with this using the top apps and fixes to make a quick diagnostics / cleanup procedure that goes some way towards a quick chargeable service.
UKV Quick Diagnostics.JPG
UKV Quick Diagnostics.JPG (121.3 KiB) Viewed 4466 times
I would still need to use the System Info for HDD condition and my customers are getting a clean and brush up of their PC in the process but I think if (for example) their PC had malware and crap then this would a least put the PC into a better state than it was when it arrived.

As always, suggestions are very welcome if I have missed the bleedin' obvious.
Brink
Posts: 283
Joined: Thu Jun 12, 2014 3:36 pm

Re: Quick Diagnostics

Post by Brink »

The main thing that I use Crystal Disk Info for is see the number of hours on this Hard disk. (power on hours count) I usually recommend replacing a drive that has hours greater than 15k or hours with a funky number that couldn't possibly be true like 4 millon. I make the recommendation even if S.M.A.R.T. show no errors. Drive manufacturers say that drives will last for about 20k hour. But I've replaced many bad disks with less. My 2 cents.
Charger440
Posts: 1529
Joined: Sun May 25, 2014 7:44 am
Location: Missouri

Re: Quick Diagnostics

Post by Charger440 »

If the power on hours is in smart (Probably is) maybe Fred could add that at some point to the HD section?
Jim

It is not "Can it be done?" but rather, "How can we do it?"
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Re: Quick Diagnostics

Post by Xander »

Might also be nice to have the SMART result ("OK", etc) and the total hours show up on the Watermark.
Charger440
Posts: 1529
Joined: Sun May 25, 2014 7:44 am
Location: Missouri

Re: Quick Diagnostics

Post by Charger440 »

Xander that certainly wouldn't be a bad idea for an option, I like it..
Jim

It is not "Can it be done?" but rather, "How can we do it?"
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Re: Quick Diagnostics

Post by Xander »

Ideally, I'd like to see the Watermark for a lot more info at a glance and maybe colour-code things that are out of the ordinary (e.g. non-default DNS servers) but I've learned to not ask for too much at once here.
Charger440
Posts: 1529
Joined: Sun May 25, 2014 7:44 am
Location: Missouri

Re: Quick Diagnostics

Post by Charger440 »

Naw Xander, You just have to be prepared for opinions that may differ from yours. I think the color coding could be a good idea. Just remember though that if you are gonna request it, I think Fred wants requests as official requests though :)
Jim

It is not "Can it be done?" but rather, "How can we do it?"
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Re: Quick Diagnostics

Post by Xander »

Baby steps
wmmiller
Posts: 1098
Joined: Fri Dec 07, 2012 6:02 am
Location: Minnesota, USA

Re: Quick Diagnostics

Post by wmmiller »

LOL Xander. :lol:

I think it’s slow but steady how the turtle won the race.
Play stupid games….win stupid prizes
Charger440
Posts: 1529
Joined: Sun May 25, 2014 7:44 am
Location: Missouri

Re: Quick Diagnostics

Post by Charger440 »

Looks like Bill requested it for you :)
Jim

It is not "Can it be done?" but rather, "How can we do it?"
Post Reply