I have very important files on my laptop , and I want to keep them safe from viruses and ransomware that can encrypt them and steal them from me. I have several back-ups, but I'm still paranoid.
My question, is how to have absolute certainty that my laptop definitely doesn't have viruses? As far as i know, Avast and Windows Defender are the best programs for fighting viruses. I run cheks with both programs, and they always show there are no viruses. However, I don't believe them 100%.
Recently, I accessed a website, but I forgot to enable the ad-blocker, and suddenly, the website opened 11 more links (pages) that redirected me to spam pages containing scams like:
"You win X prize. Send SMS and you will get the prize!"
" WARNING: Your PC is infected. Download this program to remove the virus!"
I know that I don't have to download, run/install any programs in order for the laptop to get viruses. Viruses can be released into the laptop through the browser, by extensions, and infected chance files sent to my browser from a website. This is why I think the websites infected my laptop.
After this accident, I used PowerShell to scan for viruses. It said no integrity threat are found.
If I open PowerShell, and type this:
sfc /scannow
Or:
Repair-WindowsImage -Online -RestoreHealth
sfc /scannow
And, both show everything is fine and there are no problems, dos that guarantee with an absolute certainty that there are really no problems, or it simply means there could be viruses that are too advanced for the PwerShell to detect them, meaning PowerShell is not good enough to detect them, so it says there arent any threats, despite he fact there are?
Also, what files does PowerShell scans - system files, only the files related to Windows 10, or all files on the drive?
My question, is how to have absolute certainty that my laptop definitely doesn't have viruses? As far as i know, Avast and Windows Defender are the best programs for fighting viruses. I run cheks with both programs, and they always show there are no viruses. However, I don't believe them 100%.
Recently, I accessed a website, but I forgot to enable the ad-blocker, and suddenly, the website opened 11 more links (pages) that redirected me to spam pages containing scams like:
"You win X prize. Send SMS and you will get the prize!"
" WARNING: Your PC is infected. Download this program to remove the virus!"
I know that I don't have to download, run/install any programs in order for the laptop to get viruses. Viruses can be released into the laptop through the browser, by extensions, and infected chance files sent to my browser from a website. This is why I think the websites infected my laptop.
After this accident, I used PowerShell to scan for viruses. It said no integrity threat are found.
If I open PowerShell, and type this:
sfc /scannow
Or:
Repair-WindowsImage -Online -RestoreHealth
sfc /scannow
And, both show everything is fine and there are no problems, dos that guarantee with an absolute certainty that there are really no problems, or it simply means there could be viruses that are too advanced for the PwerShell to detect them, meaning PowerShell is not good enough to detect them, so it says there arent any threats, despite he fact there are?
Also, what files does PowerShell scans - system files, only the files related to Windows 10, or all files on the drive?