PDA

View Full Version : Limited user account access


Ads
April 13th 03, 07:52 PM
I have just set up a new limited user account, but when I
try to open musicmatch jukebox on this account it says I
must have greater user-rights to open it. I don't want to
make this acount an administrative one - can anyone help?

Kent W. England [MVP]
April 16th 03, 06:59 AM
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.

--
Kent W. England, Microsoft MVP for Windows



"Ads" > wrote in
message ...

> I have just set up a new limited user account, but when I
> try to open musicmatch jukebox on this account it says I
> must have greater user-rights to open it. I don't want to
> make this acount an administrative one - can anyone help?

Google