Re: Access right for User Application

From: Kent W. England [MVP] (kwe@mvps.org)
Date: 09/05/02


From: "Kent W. England [MVP]" <kwe@mvps.org>
Date: Wed, 4 Sep 2002 21:57:08 -0700

If your game or application falls into the category where it 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.

--
Kent W. England, MS MVP for Windows XP
(Please respond only in the newsgroup)
Tin <th_saing@rclgroup.com> wrote:
> I have installed an inhouse client/server application
> (developed in VB5) in XP Pro using one user of local
> Administrator Group.
>
> All admin group member can run the application well but
> not for normal users from Users Group. After I included
> normal user into Admin Group, it's ok.
>
> But I don't want normal user getting Admin right.
>
> Without setting to Admin Group, is it possible to grant
> normal user to access the application?
>
> Thanks in advance!
> Tin


Relevant Pages

  • Re: Access right for User Application
    ... CACLS Can only be used on a NTFS partitions, ... >on limited accounts, you may need to change permissions ... >> normal user into Admin Group, ... >> But I don't want normal user getting Admin right. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Allowing Poweruser gaming rights.
    ... on limited accounts, you may need to change permissions on the registry ... > you run them if you are logged in under the admin group. ... > After you install the game, and then try to run the game ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Does ANYONE know the answer to this Admin question?
    ... on limited accounts, you may need to change permissions on the registry ... > profile that they limited to just "user" level with no ... > I have MY profile set with admin rights to install ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Admin help
    ... I created password for user admin, create new user, added to ... admin group and remove admin user from admin group. ... I remove ALL permissions for the Admin Group, User group, And Admin ... >> DB using my custom MDW. ...
    (microsoft.public.access.security)
  • Re: Limited users cant use some programs
    ... you can fix it to allow limited users to access the ... on limited accounts, you may need to change permissions on the registry ... > myself and one other person set as admin. ... > installing MS Office, Acrobat reader,winzip,and AS400 ...
    (microsoft.public.windowsxp.security_admin)