Re: Money Accessibility and Sharing by via_newsgroup
via_newsgroup
Tue Mar 02 16:12:14 CST 2004
In microsoft.public.money, Spence wrote:
>Forgive me for reposting, but it's been nearly a week,
>and I didn't want to be forgotten.
>
>I am running Windows XP. My wife doesn't see very well,
>so her windows profile is set to 800 x 600 with extremely
>large fonts, etc.
>
>We have our My Money.mny file in our "Shared Documents"
>folder, but when she starts Money from her profile and
>attemps to open the money file, we get a message that
>says she doesn't have permission to access it.
>
>How can I solve this problem?
This answer is a stretch for me. I am not adept at the permissions
thing. It could serve as the basis for some further searching.
Here is what I would do in a
command window. Determine what user your wife is. whoami while
logged in as her will tell you if you don't know. Lets pretend your
user name is Gina. Then logged on as an administrator, change
directory (cd) to the shared directory where the Money file resides.
Let's also assume that the file in question is named My Money.mny
First do the following line, and note the result for later
comparison... I would cut and paste the result to store it:
cacls "My Money.mny"
That will tell the current permission status.
Then do this line to add full permissions for Gina:
cacls "My Money.mny" /E /G Gina:F
The E says add this permission to the existing permission. The G
says we are going to Grant to George Full permissions.
Then again do
cacls "My Money.mny"
and see the difference.
I suggest you keep extra backups in case there is some downside to
the sharing.