Why do some computer programs require an admin to install while others do not?

218 viewsOtherTechnology

I downloaded 4 similar programs for my work laptop. Two of them required an admin username and password to install them, but the other two did not.

Why is that?

In: Technology

5 Answers

Anonymous 0 Comments

Some programs store stuff in restricted areas that could damage other things, so they need special permission.

Imagine a program that needed to control the Internet line going into the computer. Like Wireshark that can read traffic. Since your bank passwords and such go out over the Internet, you want those secure. Wireshark needs permission from the OS before it’s allowed to play with the big toys.

Meanwhile, most software should only need to play is the safe sandbox where even if they go crazy, they’re not going to damage too much.

You are viewing 1 out of 5 answers, click here to view all answers.