Re: Limited Users cannot run or install an application -

From: Doug Knox MS-MVP (dknox@mvps.org)
Date: 12/17/02


From: "Doug Knox MS-MVP" <dknox@mvps.org>
Date: Tue, 17 Dec 2002 02:40:28 -0500

Typically, a user or an application running under the user's credentials can write to the HKCU portion of the Registry. If you're running NTFS, you may need to give the Users group write/modify permissions for the application folder in question. If you find that a program is trying to write to the Registry, and can't, because of the user's account status, you can adjust the permissions in the registry as well.

-- 
Doug Knox, MS-MVP Windows XP/9x
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Associate Expert
ExpertZone - http://www.microsoft.com/windowsxp/expertzone
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.
 
"Zak" <zak_goodman@yahoo.com> wrote in message news:071201c2a59c$eef637f0$d2f82ecf@TK2MSFTNGXA09...
> Hello Friend,
> 
> I am was testing the restriction of restricted users or 
> users groups privileges. I have an Delphi application 
> that writes save its configuration to a .cfg file in the 
> same folder of the apps. Login on with restricted user 
> cannot allow me to save onto this file. 
> Moreover, another similar application needs to save some 
> Keys and values in the Hkey-Current-User. I don't know if 
> it is saving them or not but the application refuses to 
> start. 
> Please help on that....