Your Friendly Computer Repair Company

Blog

Remote Access

Remote Access
Mac Access

This stuff is REALLY Useful.

EZlifego Double Sided Heavy Duty Tape. (Multipurpose, Removable, Washable, Transparent)

iDrive

IDrive Cloud Backup

Authorized Reseller

Help My Mac

Mac Access

Ransomware


What is Ransomware?

Ransomware is a form of malicious software that, once it’s taken over your computer, denies you access to your data. The attacker demands a ransom from the victim, promising — not always truthfully — to restore access to the data upon payment.

Users are shown instructions for how to pay to get the decryption key. The costs can range from a few hundred dollars to thousands, payable to cybercriminals in Bitcoin or other untraceable cryptocurrencies.


How Ransomware works.

There are a number of vectors ransomware can take to access a computer but the most common delivery systems is phishing spam — attachments that come to the victim in an email, masquerading as a file they should trust. Once they’re downloaded and opened, they can take over the victim’s computer, especially if they have built-in social engineering tools that trick users into allowing administrative access.

There are several things the malware might do once it’s taken over the victim’s computer, but by far the most common action is to encrypt some or all of the user’s files.

Once encrypted, the user is presented with a message explaining that their files are now are now inaccessible and will only be decrypted if the victim sends an untraceable Bitcoin payment to the attacker.


How to prevent Ransomware.

There are a number of defensive steps you can take to prevent ransomware infection. These steps are a of course good security practices in general, so following them improves your defenses from all sorts of attacks:

1. Keep your operating system patched and up-to-date, to ensure you have fewer vulnerabilities to exploit.

2. Don’t install software or give it administrative privileges unless you know exactly what it is and what it does.

3. Install antivirus software, which detects malicious programs like ransomware as they arrive.

And, of course

4. Back up your files, frequently and automatically! It won’t stop a malware attack, but it can make the damage much less significant.

Emsisoft Internet Security

Farmville Tired Fingers

If you are anything like me – you like the cuteness and easygoing gaming of farmville but HATE HATE HATE the stupid acceptance thing they make you go through at the beginning of the game where you thank everybody. I’ve never found out if it helps or hinders the game if you skip it so I feel duty bound to click that accept/help button anything from 200-400 times. Repetitive Strain Injury causing so it is.

Getting fed up I wondered if there was an easy way to make the computer click the mouse for me. Not during the game – but just to agree to those 300-400 stupid pop-ups at the beginning; and I found it in the simple piece of software and a little scripting.

The software is available here: AutoHotKey.

1. Click on the download and run the install.

2. When it finishes installing choose Run AutoHotKey
It should say “Your script it running in the Background”
And you will have a small green H showing in the notification area at the bottom right.
(click on the little white up arrow if it doesn’t show up)

3. Right Click on the small green H and choose edit this script. A script shows up in notepad.
Use cut and paste to add the script below in the blue box to the bottom of the script in notepad

4. Save the notepad script and close the window.

5. Right click on the H again and choose reload this script.

6. Now you have a hotkey script that when your farmville starts – you put your cursor on the first button – note the number of messages in the little red envelope and hit Win+Q. The script will ask you how many times to click the mouse and you enter the number of messages. Hit enter and it will do the clicking for you.

#q::
mynum1 = 1
InputBox mynum1, “Mouse Clicker”, “Enter # of Mouse Clicks”
if ( mynum1 < 500 ) AND ( mynum1 > 0 )
{
Loop %mynum1%
{
Click
}
}
return

Protechniq Blog

Facebook

A+ Certification

Comptia A+ Certified