Windows OS: Administrator status vs regular user

  • Thread starter fog37
  • Start date
  • #1
fog37
1,568
108
TL;DR Summary
Administrator status vs regular user
Beginner question: what is really the purpose of running the terminal or programs as Administrator?

On my Windows laptop, I can use the terminal to switch from being a regular user to Administrator. I think that working as regular user (not Administrator) provides a layer of protections so dangerous changes are not made accidentally. What kind of dangerous changes?

In the case of multiple users using the same computer, each user has their own login (to enter the computer) and "home folder" inside the Users folder. Can all the users switch to administrator? Or only one of the users has that ability while the others cannot? In linux, there are is the superuser and the word SUDO is used...

Thank you
 
Technology news on Phys.org
  • #2
fog37 said:
Can all the users switch to administrator? Or only one of the users has that ability while the others cannot? In linux, there are is the superuser and the word SUDO is used...
On Linux, you have to be in the sudo group to be able to use the sudo command. Adding the User to the sudo Group

How to Change a User Account to Administrator on Windows 10 and 11

In any case, only an administrator can set another user as an administrator.

fog37 said:
What kind of dangerous changes?
Playing with security settings like the firewall for instance or accidentally deleting important files for the system stability.

Note that not all users are humans, some users are just programs, without a home directory. So if a program doesn't want other programs (or human users) playing with its files, it restricts their access to its user. Only a user with admin privileges could bypass the access restriction.
 
  • Informative
Likes FactChecker
  • #3
On Windows, I always try to use an account which is an Administrator. Not having Admin access means you probably cannot install a new printer or new software. Most people I know would like the ability to add peripherals such as a scanner or printer to their computer; thus, most users should be Administrators. I think Windows has enough protections even for dufus, unknowledgeable users, and the User accounts are mainly a nuisance. Just don't make any of them.

Furthermore, Windows *tries very hard* to make every account associated with a Microsoft user account. That is not necessary, and in fact, not good, because it allows Microsoft to track almost everything you do on your computer. Thus, I use non-Microsoft accounts (yes, you can create them,
although the user interface tries very hard to avoid letting you) that are Administrators.

Probably the main reason Microsoft invented User accounts is for places like libraries, and maybe banks, where the computer really needs to be an almost indestructable, locked-down terminal, and you then definitely DON'T want the users to be able to add drivers for printers and such.
 
  • #4
harborsparrow said:
On Windows, I always try to use an account which is an Administrator. Not having Admin access means you probably cannot install a new printer or new software. Most people I know would like the ability to add peripherals such as a scanner or printer to their computer; thus, most users should be Administrators.
For home users, yes, this is probably true. The Linux equivalent is having most users be in the sudo group (or the wheel group, or whatever your particular Linux distro calls it--in Ubuntu it's wheel), so they can use sudo to accomplish administrator actions when they need to. The exception would be users that would rather not be bothered with admin stuff and just ask the admin in their house (which in my house is me :wink:) to install something whenever it's needed.

harborsparrow said:
Probably the main reason Microsoft invented User accounts is for places like libraries, and maybe banks, where the computer really needs to be an almost indestructable, locked-down terminal, and you then definitely DON'T want the users to be able to add drivers for printers and such.
Not just those, but most corporate environments, where the corporation wants its IT department to be the only people with admin rights to the computers, and ordinary employees are locked down. That is probably the main reason Windows supports non-Administrator accounts, since corporations are really Microsoft's primary customers for Windows in terms of number of units purchased over time.
 
  • Like
Likes harborsparrow
  • #5
harborsparrow said:
On Windows, I always try to use an account which is an Administrator. Not having Admin access means you probably cannot install a new printer or new software. Most people I know would like the ability to add peripherals such as a scanner or printer to their computer; thus, most users should be Administrators.
I wouldn't want children or inexperienced family members to have administrator privileges. In fact, I would be very cautious about anything I did with administrator privileges. I doubt that a current Windows OS would prevent an Administrator from reformatting the system drive.
Although I was a fairly experienced programmer, I have made mistakes that could have been very serious. I was lucky not to have wiped the computer drive completely clean. These were on Unix machines. On Windows machines, I have written programs that destroyed my own files of months of work. THANK GOD FOR BACKUPS!
 
  • #6
FactChecker said:
I would be very cautious about anything I did with administrator privileges.
Any administrator should be.
 
  • Like
Likes FactChecker

Related to Windows OS: Administrator status vs regular user

1. What is the difference between an Administrator and a regular user in Windows OS?

An Administrator in Windows OS has full control over the system, including the ability to install/uninstall software, modify system settings, and manage other users. A regular user, on the other hand, has limited access and cannot make system-wide changes.

2. How do I check if my account has Administrator privileges in Windows OS?

To check if your account has Administrator privileges, go to Control Panel > User Accounts > User Accounts. Here, you will see the account type listed next to your username. If it says "Administrator," then you have Administrator privileges.

3. Can I change my account type from regular user to Administrator in Windows OS?

Yes, you can change your account type from a regular user to an Administrator in Windows OS. To do this, go to Control Panel > User Accounts > User Accounts, select your account, and then click on "Change the account type." From there, you can change your account type to Administrator.

4. What are the risks of using an Administrator account in Windows OS?

Using an Administrator account in Windows OS can be risky as it allows full control over the system. This means that if a malicious program or user gains access to your account, they can potentially cause significant damage to your system, such as installing malware or deleting important files.

5. How can I protect my system while using an Administrator account in Windows OS?

To protect your system while using an Administrator account in Windows OS, you should always practice good security habits, such as keeping your system up to date with the latest security patches, using strong and unique passwords, and being cautious when downloading or installing software from unknown sources. Additionally, consider creating a separate, limited user account for everyday tasks to minimize the risks associated with using an Administrator account.

Similar threads

Replies
9
Views
2K
  • Computing and Technology
Replies
18
Views
1K
  • Computing and Technology
Replies
12
Views
2K
  • Computing and Technology
4
Replies
123
Views
15K
  • Computing and Technology
Replies
2
Views
1K
  • Computing and Technology
Replies
12
Views
2K
Replies
2
Views
1K
  • Programming and Computer Science
Replies
4
Views
3K
Replies
29
Views
4K
Back
Top