You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 10"Microsoft could've done this with UAC ... and having gigantic type that says Hey, so you know, you're getting a virus." This is a horrible example. If they were able to tell it was a virus the response would be "We blocked a virus from installing". Beyond that the predecessor of warning fatigue, the Windows messagebox, used to have 8 different icons; it's since been condensed to 4 (one which is deprecated) because the icons only added to user fatigue/confusion.Dan Is Fiddling By Firelight– Dan Is Fiddling By Firelight2013-09-05 18:49:12 +00:00Commented Sep 5, 2013 at 18:49
- I disagree, Dan. At the moment, UAC pulls it's warnings by identifying certain types of action taken on higher and lower system levels. By adding even a SINGLE layer of analysis before passing a "Are you sure?" prompt, it could further classify beyond those 4 messages. By categorizing via icon/color, but adding simple and easy-to-understand messages, they could save user fatigue. "Do you authorize blahblah.." no one will read. "A virus is trying to install" puts the subject up front. That's the key.Arman– Arman2013-09-06 16:13:16 +00:00Commented Sep 6, 2013 at 16:13
- 7Detected virus would be blocked without asking. Problem is in deciding whatever something that want to be installed is a legitimate software or a malicious one.Bulwersator– Bulwersator2013-09-06 17:53:48 +00:00Commented Sep 6, 2013 at 17:53
- Which suggests that the actual function of UAC was to deflect responsibility from the system (which was too stupid to determine the actual harm of the action) to the user who wasn't given enough information to determine the effect of the action. A corollary is that the UAC would be completely ineffective, which in fact it turned out to be.msw– msw2013-09-07 02:09:02 +00:00Commented Sep 7, 2013 at 2:09
- 2It was supposed to cover situations where system is unable to discover that something is malicious action, but human is able to notice it - with the same data.Bulwersator– Bulwersator2013-09-08 14:52:45 +00:00Commented Sep 8, 2013 at 14:52
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. website-design), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you