Re: Enabling execution of programs from limited accounts
From: Kent W. England [MVP] (kwe@mvps.org)
Date: 08/17/02
- Next message: Bruce Chambers: "Re: Old system crashed, old HD in New system, can't get files"
- Previous message: Kent W. England [MVP]: "Re: Guest Account can't connect to internet?"
- In reply to: Joe Kincaid: "Enabling execution of programs from limited accounts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kent W. England [MVP]" <kwe@mvps.org> Date: Sat, 17 Aug 2002 09:37:28 -0700
[cacls.exe and regedit.exe are powerful programs that are best used by
experienced XP administrators. If you are uncomfortable with these
programs, or experiment too freely with these directions, you may cause
your system grievous harm. -kwe]
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) Joe Kincaid <ckincaid1@kc.rr.com> wrote: > I'm running XP Home at home and my kids have their own account which > is limited. Some programs require that I install them as the > administrator, but then the kids can't run them. They have a program > icon, but when they try to execute it, the program starts up and > immediately stops after a couple of quick screen updates. Nothing > more. I can run the program myself from my administrator account. I > can run the program in their account if I use "Run as.." and enter my > password, but I don't want to be bothered with entering my password > every time the kids use the computer. > > I've dug into the Help and Support screens and the only way I can > find to get around this is to install the executable into the Shared > Folder area instead of the Program Files area. Naturally this > requires manually copying the files after the installation and now I > have two copies of the program installed. > > I'd like to clean all this up. It seems to me there should be an > easier way to set the executable so that anyone can run it. > > Any ideas? > > Thanks for your help. > > Joe Kincaid > joekncd@netscape.net
- Next message: Bruce Chambers: "Re: Old system crashed, old HD in New system, can't get files"
- Previous message: Kent W. England [MVP]: "Re: Guest Account can't connect to internet?"
- In reply to: Joe Kincaid: "Enabling execution of programs from limited accounts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|