• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

XP local NTFS permissions

J

JohnB

Flightless Bird
I installed an app the other day on a PC that is part of a Workgroup. This
app is different in that it doesn't update the registry, it can actaully be
copied to the PC, versus running a setup program.

So I was able to *install* it on this PC with a non-admin account.
But, the user wanted there to be 3 logins on this PC, each one having a
shortcut to this app. Did that. But it turned out only an account with
admin rights or, the account that originally installed the app could run it.
The app was copied to it's own folder off the root (C:/ThisApp)

I believe this is a folder permissions issue, not an administrator rights
specific problem. The owner of that folder, and an admin have rights to it.

But... where the heck is the Security tab on the folder Properties page?
 
J

John John - MVP

Flightless Bird
For XP Pro disable Simple File Sharing (in Folder Options), for XP Home
boot to Safe Mode or use the cacls utility to grant access rights to
other users.

John

JohnB wrote:
> I installed an app the other day on a PC that is part of a Workgroup. This
> app is different in that it doesn't update the registry, it can actaully be
> copied to the PC, versus running a setup program.
>
> So I was able to *install* it on this PC with a non-admin account.
> But, the user wanted there to be 3 logins on this PC, each one having a
> shortcut to this app. Did that. But it turned out only an account with
> admin rights or, the account that originally installed the app could run it.
> The app was copied to it's own folder off the root (C:/ThisApp)
>
> I believe this is a folder permissions issue, not an administrator rights
> specific problem. The owner of that folder, and an admin have rights to it.
>
> But... where the heck is the Security tab on the folder Properties page?
>
>
 
J

JohnB

Flightless Bird
It's Pro.
Thanks.



"John John - MVP" <audetweld@nbnot.nb.ca> wrote in message
news:%23nKu2mX3KHA.348@TK2MSFTNGP04.phx.gbl...
> For XP Pro disable Simple File Sharing (in Folder Options), for XP Home
> boot to Safe Mode or use the cacls utility to grant access rights to other
> users.
>
> John
>
> JohnB wrote:
>> I installed an app the other day on a PC that is part of a Workgroup.
>> This app is different in that it doesn't update the registry, it can
>> actaully be copied to the PC, versus running a setup program.
>>
>> So I was able to *install* it on this PC with a non-admin account.
>> But, the user wanted there to be 3 logins on this PC, each one having a
>> shortcut to this app. Did that. But it turned out only an account with
>> admin rights or, the account that originally installed the app could run
>> it. The app was copied to it's own folder off the root (C:/ThisApp)
>>
>> I believe this is a folder permissions issue, not an administrator rights
>> specific problem. The owner of that folder, and an admin have rights to
>> it.
>>
>> But... where the heck is the Security tab on the folder Properties page?
 
J

John Wunderlich

Flightless Bird
"JohnB" <jbrigan@yahoo.com> wrote in
news:eNwRzQX3KHA.5880@TK2MSFTNGP02.phx.gbl:


> The app was copied to it's own folder off the root (C:/ThisApp)
> I believe this is a folder permissions issue, not an administrator
> rights specific problem. The owner of that folder, and an admin
> have rights to it.
>
> But... where the heck is the Security tab on the folder Properties
> page?


The Security Tab will be missing if either you have XP Home or you have
XP Pro with Simple File Sharing enabled. See this article for more
info:

"How to disable simple file sharing and how to set permissions on a
shared folder in Windows XP"
<http://support.microsoft.com/kb/307874>

To quickly check the access permissions on the folder, issue the
following command from a command window (Start->Run->Cmd)

cacls c:/ThisApp

This article may help, too:
"You receive an "Access is denied" error message when you try to access
the Shared Documents folder in Windows XP"
<http://support.microsoft.com/kb/897103>

HTH,
John
 
Top