Hacker News new | ask | show | jobs
by 1231232131231 381 days ago
Every person I know who uses a Windows computer uses an account with Administrator privileges on their own computer.
2 comments

I think that's just legacy holdover largely mitigated by some of the user account access control stuff introduced with Vista. Also, administrator isn't the same as root. That would be more like system level access which is not the default level for Windows accounts.
UAC is not a security boundary, it is instead considered a defense-in-depth feature (aka best effort but bypassable). This is officially documented by Microsoft in multiple places. [0] https://www.microsoft.com/en-us/msrc/windows-security-servic... [1] https://learn.microsoft.com/en-us/troubleshoot/windows-serve...
Administrator on windows has been severely restricted since at least the debut of windows 7 if not earlier.