Who runs Windows with administrative rights?

BehindEnemyLines

Senior member
Jul 24, 2000
979
0
76
I'm currently running with my own account with full administrative rights (but not as an Administrator). But I will create a Limited account (or some kind of user account) when I do reinstall Windows. I did a testing using MS Virtual PC 2004, and running in a Limited account does prevent "major" damages to Windows by trojans and viruses.

SIDE NOTE:
When I try to change my current account to 'limited', Windows XP Pro wouldn't allow me. It says that there must be an administrative account. But I thought there's already one by the name 'Administrator' (which requires a password).
 

ojai00

Diamond Member
Sep 29, 2001
3,291
1
81
I guess it's thinking that you're using the Administrator account as your account and it's trying to tell you that it's not safe...haha. I use my account with administrative rights on my XP box. You'll probably have to keep your account with administrative rights and add a new user to the computer with limited rights. Hope this helps.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Just about everyone uses Windows as an admin because it's such a PITA to run management tools as a limited user, runas isn't nearly as convenient as su or sudo on unix.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
I do, for reasons Nothinman mentioned.

Running Windows without admin privs is a major PITA unless you just run basic office apps and such.
I have my parents running a regular account unless they need to install something though, they just use Mozilla and OpenOffice anyway, so it's not a problem there.
 

jhu

Lifer
Oct 10, 1999
11,918
9
81
i do for the same reasons mentioned above (or below). but the, i don't use windows that often.
 

BehindEnemyLines

Senior member
Jul 24, 2000
979
0
76
Actually, I tried to change my own account with administrative rights using the 'Administrator' account. It still wouldn't allow me. The major annoyance for me is installing programs. They sometimes don't install to 'All Users'.
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
unfortunetly the runas options native to windows are still pretty poorly implimented; fortunetly there are a number of 3rd party applications that extend the GUI to make better use of it.

*I hear* that in future versions of Windows Microsoft wants to improve the runas capabilities; but of course only time will tell on that ;)

-Erik
 

Psych

Senior member
Feb 3, 2004
324
0
0
Concerning the new limited account...
The built-in administrator account is supposed to be the fail-safe account that is used when you go into safe mode or something similar. Microsoft doesn't want you running that as your main account, or even as your main administrative account, so most of the time the OS doesn't even acknowledge its existence. You have to mkae another account with administrative privileges before making a limited one.

But I run with the Administrator account anyway. Too much hassle with the user log on, and I'm the only one who ever uses the computer. Plus, I have Norton AV.
 

13black

Senior member
May 2, 2003
273
0
0
Originally posted by: Psych
Concerning the new limited account...
The built-in administrator account is supposed to be the fail-safe account that is used when you go into safe mode or something similar. Microsoft doesn't want you running that as your main account, or even as your main administrative account, so most of the time the OS doesn't even acknowledge its existence. You have to mkae another account with administrative privileges before making a limited one.

But I run with the Administrator account anyway. Too much hassle with the user log on, and I'm the only one who ever uses the computer. Plus, I have Norton AV.

What would be the purpose of having an administrator account if Windows ignored it? True it isn't a good idea to use the admin account as your daily user. If that's the only account you have and it gets corrupted you are hosed. I have never had any problems creating another admin account for myself and a restricted user account for my step daughter from the default admin account. If your admin account is being ignored by windows you have a big problem with your windows install. I use an admin account for the same reasons already mentioned, power user just doesn't cut it for me.
:D
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: Psych
Concerning the new limited account...
The built-in administrator account is supposed to be the fail-safe account that is used when you go into safe mode or something similar. Microsoft doesn't want you running that as your main account, or even as your main administrative account, so most of the time the OS doesn't even acknowledge its existence. You have to mkae another account with administrative privileges before making a limited one.

But I run with the Administrator account anyway. Too much hassle with the user log on, and I'm the only one who ever uses the computer. Plus, I have Norton AV.

When you setup WinXP, the accounts you create during the setup will all have admin privileges.
Makes the Administrator account a pretty moot point.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I thought that windows had something like "sudo" for doing stuff that requires administrator rights from a limited account. I swear I heard that you could do something like that, maybe just for win2003, though...

Is it possible to do something like "set suid" for stuff like Norton antivirus, or give people semi-administrator rights?
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: drag
I thought that windows had something like "sudo" for doing stuff that requires administrator rights from a limited account. I swear I heard that you could do something like that, maybe just for win2003, though...

Is it possible to do something like "set suid" for stuff like Norton antivirus, or give people semi-administrator rights?

There's "Run as..." but it's not always terribly useful, and nowhere near the functionality of su(do).
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Originally posted by: Sunner
Originally posted by: drag
I thought that windows had something like "sudo" for doing stuff that requires administrator rights from a limited account. I swear I heard that you could do something like that, maybe just for win2003, though...

Is it possible to do something like "set suid" for stuff like Norton antivirus, or give people semi-administrator rights?

There's "Run as..." but it's not always terribly useful, and nowhere near the functionality of su(do).

the actual command is "runas".

I run with admin privileges, because I'm stupid. Or maybe the reasons mentioned above.

For "semi-administrator", look at the "power user" group. You can also customize privileges if you really want to use fine-grained control.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: CTho9305
Originally posted by: Sunner
Originally posted by: drag
I thought that windows had something like "sudo" for doing stuff that requires administrator rights from a limited account. I swear I heard that you could do something like that, maybe just for win2003, though...

Is it possible to do something like "set suid" for stuff like Norton antivirus, or give people semi-administrator rights?

There's "Run as..." but it's not always terribly useful, and nowhere near the functionality of su(do).

the actual command is "runas".

I run with admin privileges, because I'm stupid. Or maybe the reasons mentioned above.

For "semi-administrator", look at the "power user" group. You can also customize privileges if you really want to use fine-grained control.

Some people are smart enough to be able to get by as administrator, I know I'm not :p
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: CTho9305
Originally posted by: Sunner
Originally posted by: drag
I thought that windows had something like "sudo" for doing stuff that requires administrator rights from a limited account. I swear I heard that you could do something like that, maybe just for win2003, though...

Is it possible to do something like "set suid" for stuff like Norton antivirus, or give people semi-administrator rights?

There's "Run as..." but it's not always terribly useful, and nowhere near the functionality of su(do).

the actual command is "runas".

I run with admin privileges, because I'm stupid. Or maybe the reasons mentioned above.

For "semi-administrator", look at the "power user" group. You can also customize privileges if you really want to use fine-grained control.

Yeah the CLI command, I was referring to the GUI version, but whatever ;)
 

mikecel79

Platinum Member
Jan 15, 2002
2,858
1
81
At work I have admin rights on my machine and in the domain. However starting next week we are removing domain admin rights from our 2 LAN admins (Myself and one other guy). We've delegated most if not all authority we need to manage the domain using groups and ACLS in AD. We'll still have admin rights on the servers and workstations.

It takes a lot of work to get a non-admin account to run management tools. Runas was a start but it needs to come a long way.
 

crimson117

Platinum Member
Aug 25, 2001
2,094
0
76
Originally posted by: BehindEnemyLines
I'm currently running with my own account with full administrative rights (but not as an Administrator). But I will create a Limited account (or some kind of user account) when I do reinstall Windows. I did a testing using MS Virtual PC 2004, and running in a Limited account does prevent "major" damages to Windows by trojans and viruses.

SIDE NOTE:
When I try to change my current account to 'limited', Windows XP Pro wouldn't allow me. It says that there must be an administrative account. But I thought there's already one by the name 'Administrator' (which requires a password).
although it's probably good practice to use a normal user acount for your everyday activities, I prefer using my admin account for its convenience, and a good firewall/antivirus for safety.

 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I prefer using my admin account for its convenience, and a good firewall/antivirus for safety.

Running as non-admin isn't supposed to protect you from viruses and the like, it's more to protect you from yourself. It's a lot harder to accidentally break something if you don't have rights to and if you have to authenticate before you do something chances are better that you realize what you're doing.
 

Guga

Member
Feb 21, 2003
74
0
0
You can remove yourself of the administrators groups doing manually.
Boot in safe mode and log with administrator account. Go to My Computer - Manage.
In Computer manager on Local Users and Groups expand Groups, double click administrators and remove your user account from the members of.

This will solve your question, now I think it's not the best approach...

Running your desktop without administratives previleges is a PITA, unless of course you are managing a real network with servers running services that must be protected..

You can try run a few days (hours?) your account without administratives previleges and see if you can go on with that..

:)