Hacker News new | ask | show | jobs
by codedokode 3672 days ago
> Windows 10 represents a significant increase in security

Is that really so? It seems that last 20 years Microsoft just plays whack-a-mole game closing endless vulnerabilities instead of designing a better architecture that would not allow such things.

For example in Windows any app has full access to a device. The user can run any app written by anyone just by clicking a link on a web page or mail message. In Android these problems are partially fixed and in iOS the user is unable to run malicious applications at all.

1 comments

I have no idea whether you're being sarcastic or earnest, but the post is funny either way. Describing "the user has a high amount of control over their own personal machine" as a problem is new. :)
No, I was not sarcastic. Many users are happy with being unable to run unsigned apps or listen to pirated music if it makes their devices secure.
I agree with that on the principle that it's a nice thing to have if it's optional. And amazingly enough, Windows 10 actually does have that: http://i.imgur.com/XV4Hpwd.png
It depends on how this is implemented. Is it enforced on a kernel level? What if some application, like browser or email client still allows starting an unsigned .exe file? Is Windows Store protected from publishing malware? Is there real privilege and access separation for different apps?