I don’t think D works since a file name alone can be spoofed so easily. A is the only way to really check integrity and authenticity, since hash values are unique per file version. Task Manager (B) or Safe Mode (C) won’t confirm it’s legit, just that it runs or what process ID is in use. Seen this on practice sets too, pretty sure it’s A but open to other thoughts if I missed something!
Hash comparison is the real check here, so it's A. D is a trap since file names can be faked easily. Unless I'm missing some twist, comparing the hash from the vendor is how you'd know for sure if it's legit. Seen this type pop up in other practice sets too. Anyone disagree?
Super clear question, nice one. A is probably best here since matching hash values from the vendor will actually confirm the file’s legit, not just the name or process ID. Pretty sure about this, but welcome any other ideas if I missed something.