Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Security & Administration

Notices

Reply

No Administrator Rights

 

LinkBack Thread Tools Display Modes
Old 07-09-2003, 08:58 PM   #1 (permalink)
Default No Administrator Rights

I am the administrator for my XP machine. My children are
non-admin users. I've installed a game (Ultimate Ride
Coaster Deluxe) that claims to be XP compatible, but will
not run under the non-admin users. A "No Administrator
Rights" msgbox is displayed. Is there a way around this
problem? Thanks in advance.
BF
Guest
 
Posts: n/a
Reply With Quote  
Old 07-10-2003, 03:58 AM   #2 (permalink)
Default Re: No Administrator Rights

Greetings --

This is quite common if the software was designed for Win9x/Me, or
if it was intended for WinNT/2K/XP, but was improperly designed. Quite
simply, the installation routine for this application doesn't "know"
how to handle individual user profiles, or the application tries to
make changes to "off-limits" sections of the registry. Quite often,
you can make this software available to other users by _copying_ the
Start Menu folder and Desktop folder shortcuts from the user profile
from which the software was installed in the corresponding folders in
the user profile(s) in which you'd like the software to be accessible.
If the application is something that can/should be made available to
all current and future users, copying the shortcuts into the
corresponding locations of the All Users profile will do the trick.

NOTE: This may not work if the software requires access to parts
of the hard drive and/or registry that are not normally accessible to
regular users. (This won't occur if the application was properly
written.) If this does prove to be the case, however, you're left
with two options: Either grant the necessary users appropriate higher
access privileges (either as Power Users or local administrators), or
replace the application with one that was properly designed
specifically for WinNT/2K/XP.

Some Programs Do Not Work If You Log On from Limited Account
http://support.microsoft.com/default...;EN-US;q307091

Additionally, here are a couple of tips suggested, in a reply to a
different post, by MS-MVP Kent W. England:

"If your game or application works with admin accounts, but not with
limited accounts, you can fix it to allow limited users to access the
program files folder with "change" capability rather than "read" which
is the default.

C:\>cacls "Program Files\appfolder" /e /t /p users:c

where "appfolder" is the folder where the application is installed.

If you wish to undo these changes, then run

C:\>cacls "Program Files\appfolder" /e /t /p users:r

If you still have a problem with running the program or saving
settings on limited accounts, you may need to change permissions on
the registry keys. Run regedit.exe and go to HKLM\Software\vendor\app,
where "vendor\app" is the key that the software vendor used for your
specific program. Change the permissions on this key to allow Users
full control."


Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
----
You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH


"BF" <bfriedman1@yahoo.com> wrote in message
news:0d4d01c3465c$e8c31360$a001280a@phx.gbl...
Quote:
> I am the administrator for my XP machine. My children are
> non-admin users. I've installed a game (Ultimate Ride
> Coaster Deluxe) that claims to be XP compatible, but will
> not run under the non-admin users. A "No Administrator
> Rights" msgbox is displayed. Is there a way around this
> problem? Thanks in advance.

Bruce Chambers
Guest
 
Posts: n/a
Reply With Quote  
Old 07-11-2003, 10:51 AM   #3 (permalink)
Default Re: No Administrator Rights

Problem with runas administrator:
User needs to know the administrator password. (so where is the security
???) Is there a way to start the program with runas without asking the
password?
I've change securities in the registry for all keys refering to a program,
and still it doesn't work. I quess this program is using a registry-key
somewhere else.
Microsoft should write a tool for that. Something like.
Give adminitrator rights to ... these programs for ... these users.
So, a administrator can decide for which programs, which users have admin
rights.

online4u


"Bruce Chambers" <bchambers@nospam.cableone.net> schreef in bericht
news:vgpp31jah2mf9@corp.supernews.com...
Quote:
> Greetings --
>
> This is quite common if the software was designed for Win9x/Me, or
> if it was intended for WinNT/2K/XP, but was improperly designed. Quite
> simply, the installation routine for this application doesn't "know"
> how to handle individual user profiles, or the application tries to
> make changes to "off-limits" sections of the registry. Quite often,
> you can make this software available to other users by _copying_ the
> Start Menu folder and Desktop folder shortcuts from the user profile
> from which the software was installed in the corresponding folders in
> the user profile(s) in which you'd like the software to be accessible.
> If the application is something that can/should be made available to
> all current and future users, copying the shortcuts into the
> corresponding locations of the All Users profile will do the trick.
>
> NOTE: This may not work if the software requires access to parts
> of the hard drive and/or registry that are not normally accessible to
> regular users. (This won't occur if the application was properly
> written.) If this does prove to be the case, however, you're left
> with two options: Either grant the necessary users appropriate higher
> access privileges (either as Power Users or local administrators), or
> replace the application with one that was properly designed
> specifically for WinNT/2K/XP.
>
> Some Programs Do Not Work If You Log On from Limited Account
> http://support.microsoft.com/default...;EN-US;q307091
>
> Additionally, here are a couple of tips suggested, in a reply to a
> different post, by MS-MVP Kent W. England:
>
> "If your game or application works with admin accounts, but not with
> limited accounts, you can fix it to allow limited users to access the
> program files folder with "change" capability rather than "read" which
> is the default.
>
> C:\>cacls "Program Files\appfolder" /e /t /p users:c
>
> where "appfolder" is the folder where the application is installed.
>
> If you wish to undo these changes, then run
>
> C:\>cacls "Program Files\appfolder" /e /t /p users:r
>
> If you still have a problem with running the program or saving
> settings on limited accounts, you may need to change permissions on
> the registry keys. Run regedit.exe and go to HKLM\Software\vendor\app,
> where "vendor\app" is the key that the software vendor used for your
> specific program. Change the permissions on this key to allow Users
> full control."
>
>
> Bruce Chambers
>
> Help us help you:
> http://dts-l.org/goodpost.htm
> http://www.catb.org/~esr/faqs/smart-questions.html
> ----
> You can have peace. Or you can have freedom. Don't ever count on
> having both at once. -- RAH
>
>
> "BF" <bfriedman1@yahoo.com> wrote in message
> news:0d4d01c3465c$e8c31360$a001280a@phx.gbl...
Quote:
> > I am the administrator for my XP machine. My children are
> > non-admin users. I've installed a game (Ultimate Ride
> > Coaster Deluxe) that claims to be XP compatible, but will
> > not run under the non-admin users. A "No Administrator
> > Rights" msgbox is displayed. Is there a way around this
> > problem? Thanks in advance.
>
>

online4u
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Administrator Rights Chris Windows Vista Administration 23 07-15-2008 12:17 PM
Administrator Rights? Dave Windows Vista Administration 2 08-04-2006 02:12 AM
Administrator rights Glenn Windows XP Configuration & Management 6 09-08-2004 10:36 PM
new user will log on only with administrator rights lost in lou Windows XP Help & Support 0 10-31-2003 01:50 AM
Windows XP Administrator Rights RGC Windows XP Security & Administration 0 07-02-2003 12:05 AM


All times are GMT. The time now is 06:48 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90