"EarthStrapped" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The problem is restricted to executables.
>
> Here are the acl's for the a typical folder where I can create an
> executable:
> BUILTIN\Administrators:F
> BUILTIN\Administrators
OI)(CI)(IO)F
> NT AUTHORITY\SYSTEM:F
> NT AUTHORITY\SYSTEM
OI)(CI)(IO)F
> [MYCOMPUTERNAME]\estimpson:F
> CREATOR OWNER
OI)(CI)(IO)F
> BUILTIN\Users:R
> BUILTIN\Users
OI)(CI)(IO)(special access
> GENERIC_READ
> GENERIC_EXECUTE
>
> BUILTIN\Users
CI)(special access
> FILE_APPEND_DATA
>
> BUILTIN\Users
CI)(special access
> FILE_WRITE_DATA
>
> The info is exactly the same for the folders where I can not create
> executables.
>
I wouild now run this little test:
1. Create a test folder.
2. Confirm that the problem exists.
3. Copy c:\windows\system32\xcopy.exe to the test folder.
4. Rename xcopy.exe to xtest.exe
4. Confirm that the problem persists, by running xtest.exe
5. Run these commands:
cacls "c:\TestFolder" /e /t /c /r Users
cacls "c:\TestFolder" /e /t /c Users:F
6. Confirm that the problem persists, by running xtest.exe.