Is UAC an overestimated protection measure in Windows? Does Linux do it better?

Windows is an API-based operating system, whereas Linux is file-based. Hence in my opinion, any operating system API security measures alone aren’t effective in Windows. One of such examples would be UAC in my humble opinion.
On the other … Continue reading Is UAC an overestimated protection measure in Windows? Does Linux do it better?

Is Windows UAC’s clicking OK authentication as secure as macOS/Linux’s password authentication?

Windows only show [Yes] or [No] for the same thing as Linux’s sudo. macOS/Linux both require you to type the password. Is the password-less Windows implementation almost as secure as password-requiring macOS/Linux’s impersonations? If so, … Continue reading Is Windows UAC’s clicking OK authentication as secure as macOS/Linux’s password authentication?

Is having a local Antivirus and possibly other corporate protection layer enough to safely disable Windows UAC messages? [closed]

Context
I have recently helped a colleague set up her developer machine (Windows 10) and realized that the User Account Control setting is disabled (Never notify). Considering a fairly recent security event and the top management message t… Continue reading Is having a local Antivirus and possibly other corporate protection layer enough to safely disable Windows UAC messages? [closed]