- Sep 28, 2013
- 246
From my experience, the hardest thing to teach grandpa may be not ignoring SmartScreen alerts.
True, but I mean things like, disable CMD and only allow elevated exe if they are signed and so on
From my experience, the hardest thing to teach grandpa may be not ignoring SmartScreen alerts.
@Andy Ful I think that in schools instead of the students being educated on how to use Microsoft Office products (which they most likely can already use very well) and the similar, they should crack down on educating people more about cyber-security and how they can keep themselves safe when using a computer altogether - at least educate them on some basic good security practises, such as making sure to use an ad-blocker to reduce the chances of them being a victim of malvertising, validating digital signatures, scanning new downloads on services like VirusTotal (you'd be surprised - many people won't even know of these services or now how to use them/understand the results), working with sandboxing/virtualisation and reverting with snapshots, etc.
As an addition to this, I think that workplace companies should start enforcing their employees (who have access to the systems) to take a custom cyber security/computing education course within the company itself which will be more advanced and focused on making the employees general knowledge on cyber-security much tougher, but also focusing on other topics such as social engineering.
I remember when I was still at school last year finishing my GCSEs and in computer science we were forced to study a bunch of rubbish; instead of wasting time and testing us on things which don't matter that much, they could have started educating people on important topics such as cyber-security. Since if you get a job at a company and do not know what you are doing, all it takes is the attacker to send one e-mail and if the user opens this e-mail he/she then becomes vulnerable to the social engineering and can potentially end up compromising the systems by handling one of the e-mail attachments (just added this part as a base example). Whereas, if they were trained properly and were stronger in cyber-security, they may have either not opened the e-mail at all (or deleted it), or opened it and then reported it for spam/untrusted purposes and left the attachments alone, not resulting in the systems becoming compromised.
Sorry for going a bit off-topic.
They teach "computer science" but it's not the stuff you'd want to be learning. They taught a bit about hardware (very basic things) and some VB.NET; I actually kind of failed because I refused to spend my time doing it as I had studied this years beforehand and at the time I was already developing device drivers and doing these sorts of things.Wow, they teach computer science now at GCSE (didn't in my day, but then I did finish mine in 2000)
Yes, however make sure to have a backup of the registry at all times no matter how small the change you are making say on case; it's always good practise to be able to revert back at ease and safely."Prevent programs from loading untrusted fonts (only Windows 10):
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\MitigationOptions]
"MitigationOptions_FontBocking"="1000000000000"
Is this number right?
Set the value with hexadecimal.Is this DWORD?
Hexa or..?
that's an interesting fact. I have noticed that after installing certain security softs, namely Kaspersky Internet Security or COMODO, that there is a problem with the igfx loading right.I also noticed problems with loading igfx tray module (Intel HD Graphics)... when command prompt is disabled
Is this DWORD?
Hexa or..?
Set the value (hexadecimal) as e8d4a51000 - test if it works.I tried but there are too many numbers?
If you're running Windows 10 Pro or better you can use the Group Policies to achieve what you want to do, so you won't need to touch the registry at all yourself manually.I tried but there are too many numbers?
You can also disable CMD via Process Lassoyou can disable CMD and powershell and wscript, etc, in Kaspersky Application Control, or make a block rule in Emsisoft or in COMODO.
You can also do this in Process Lasso (although I had an issue with it forgetting my rules)
If you block these processes through your security softs, it is a lot easier to renable them when you need them...
Thanks, if someone is interested :That was a great choice IMO, and I fully agree with you!
Set-MpPreference -PUAProtection 1
Yes you get the same results, I tested WD with Opencandy and it detected It without problems.This is the same thing as reg tweak or...?