Older Questions
From lee - 2005-02-09
I am trying to Get Norton 2005 to Auto update under a restricted account. There is no chance of allowing someone to log on to the admin account every day so this becomes a major issue. Google is not much help so if you can assist me I would appreciate it. Even a point in the right direction would help. quarenteen@hotmail.com Thanks
- Why on earth does this site have the link and visited link colors the same? When I return to a page I cannot tell which links have been visited. a, a:link, a:visited { color: #1b3f91; text-decoration: none; }Come on guys, get with the interface standard. - That was a property of the default skin - I've fixed it...
From Kevin Wall - 2006-03-25 I am trying to get H&R Block's TaxCut Deluxe 2005 to be able to run without admin priviledges. I tried all the obvious things such as assigning my limited account (kww) "Full Control" of all the TaxCut 2005 folders, subfolders, and registry keys. I also ran it (as the documentation said) first as the administrator account so it could "set up the license". However, when I run it, I still get this error message: Please run this program from the Administrator account so it can set up your license. Once the license is set up, you can run it from any account. Anyone have anything else to try or can suggest to run something to figure out why it is doing this (short of running a full debugger that is). I have sent a request to H&R Block technical support but I suspect that they aren't going to tell me much except for the standard "reboot, if that doesn't work, reinstall TaxCut, and if that doesn't work reinstall Windows." Oh, by the way, I'm running WinXP Professional SP2, fully patched. Thanks in advance, -kevin wall <kwwall AT computer DOT com> - In response to Kevin Wall's problem with TaxCut Deluxe, I ran into exactly the same problem. Very irritating. Anyway, when you run taxcut it tries to access hklm/software/licenses and if you aren't admin you don't have access to it. You can give yourself set value, create subkey, write DAC, and read control permissions on hklm/software/licenses. You also need to write to X:\Program Files\TaxCut05\Program. Pretty lame, and I'm not sure if that will fix everything, but hopefully this will help you.
- Does anyone know how to use the Indexing Service query without running as an admin (XP Pro SP2)? You normally get there from Computer Management -> Services and Applications -> Indexing Service -> System -> Query the Catalog. - etom -- I'd look into other ways to query the catalog. In order to use that particular interface, you need to be able to open very sensitive registry keys for full control -- keys that are used by the CI service (running as local system). If you changed the ACL on them it would be very easy for a malicious user (or malicious software) to take full control of the entire system.
- Hi Folks.. I have an interesting case where RunAs might not do all the job and maybe some of you already had the same or similar problem:
I need users within our developement departement to have exteded rights for developing purposes. Thus I thought of a local admin account they should use and start whatever tool they use with runas and these local admin credentials. So far so good, but what really causes trouble is the fact, that it´s strictly prohibited by company policy to give users administrative rights. Thus users must not have the possibility to log on to the machine locally with the admin account. But changing the local secpol, denying this local admin account the right to log on locally also prevents users from working with RunAs and the admin account as well. What I need is a local account with almost administrative rights, but which is not allowed to log on locally. Well, shall I accept the fact that I will have to create a special user account, denying or allowing every single right within the local sec-pol or does anyone have a better idea to deal with that? Any help is appreciated! Turin - Turin - let's start with: what exactly do the developers need to do that requires admin privileges? There isn't really an "almost administrative" level that can be completely prevented from elevating to full admin / local-system.
- Is it a way to make users able to runas applications with a local admin account but not being able to fully logon with this account. - To "Making users able to runas applications": No, not really. See my "Fixing LUA Bugs" posts: http://blogs.msdn.com/aaron_margosis/archive/2006/02/16/533077.aspx and http://blogs.msdn.com/aaron_margosis/archive/2006/03/27/562091.aspx |
It's good to see a community forum talking about this subject. I know there a lot of users out there that will be surprised by some of the information on this page. I'm looking for something different though. I can't, for the life of me, figure out how to run a command as a different user when currently running as Administrator without knowing that user's password. Here's my situation:
The only documented way I've found to do this is by knowing that user's password, which would require me to keep a writen record of all the passwords , which is something I'm not willing to do. On my network, each user is authenticated with a acceptable level of security. Our policy is for user's to never tell their password to anyone else because that is their identity. As the administrator I should have the authority to run commands as different users without knowing their password.
As a side note, this functionality is acomplished very simply on UNIX systems with either the sudo or su utilities, where the root user can run any command as any other user for testing purposes without knowing their password.
Lee Azzarello