Ivan
Fri Mar 14 10:35:54 CDT 2008
The LocalSystem account is yet one other security principal.
That security principal has only read access to operative system files
and registry keys, and so do administrators.
The owner of those files is given at installation time to the
TrustedInstaller.
Please do no confuse privileges with discretionary access control.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Bill McKenzie" <bkmckenzie@sbcglobal.net> wrote in message
news:O4Z3dLZhIHA.4712@TK2MSFTNGP04.phx.gbl...
> >Then use the AT command to run the BAT file under the TrustedInstaller
> >account?
>
> How would you do that?
>
>> The SYSTEM account has privileges to operate as part of the operating
>> system, right? Is it really possible that the TrustedInstaller account
>> has privileges to copy files that the operating system can't?
>
> Welcome to Vista!
>
> "Norman Diamond" <ndiamond@newsgroup.nospam> wrote in message
> news:uCn9yXWhIHA.3648@TK2MSFTNGP06.phx.gbl...
>> Then use the AT command to run the BAT file under the TrustedInstaller
>> account?
>>
>> The SYSTEM account has privileges to operate as part of the operating
>> system, right? Is it really possible that the TrustedInstaller account
>> has privileges to copy files that the operating system can't?
>>
>>
>> "Ivan Brugiolo [MSFT]" <ivanbrug@online.microsoft.com> wrote in message
>> news:OJuvsLOhIHA.4712@TK2MSFTNGP04.phx.gbl...
>>>I doubt that will work.
>>> System files are owned by the TrustedInstaller account.
>>>
>>> I would try something like:
>>>
>>> takeown.exe /F <file> /A
>>> icacls.exe <file> /grant afministrators:F
>>>
>>> before trying to copy any file.
>>> --
>>>
>>> --
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>> Use of any included script samples are subject to the terms specified at
>>>
http://www.microsoft.com/info/cpyright.htm
>>>
>>>
>>> "Norman Diamond" <ndiamond@newsgroup.nospam> wrote in message
>>> news:uXDugGKhIHA.4152@TK2MSFTNGP02.phx.gbl...
>>>> Make a BAT file containing a COPY command, and use the AT command to
>>>> execute the BAT file in the Local System account?
>>>>
>>>> (I haven't tried it. Please say if it works ^_^)
>>>>
>>>>
>>>> "Jack Huang" <huangjj@hotmail.com> wrote in message
>>>> news:ubEDJrFhIHA.536@TK2MSFTNGP06.phx.gbl...
>>>>>I would replace free build acpi.sys with checked build acpi.sys in
>>>>>Vista.
>>>>> I always get access denied error.
>>>>> How should I do to replace inbox driver in Vista?
>>>>>
>>>>> Best Regards
>>>>> Jack Huang
>>>>>
>>>>
>>>
>>>
>>
>
>