PC Review


Reply
Thread Tools Rate Thread

Destination Folder Access Denied

 
 
=?Utf-8?B?TGxldyBSYWxwaA==?=
Guest
Posts: n/a
 
      6th May 2007
Vista is reporting that the file stdole32.tlb is corrupt.

I have attempted to copy a known good version to C:\WINDOWS\System32 but am
obtaining a "Destination Folder Access Denied. You need permission to perform
this action" error message, even with UAC switched off.

I would appreciate advice how to obtain the permissions to effect this repair.

TIA
 
Reply With Quote
 
 
 
 
dean-dean
Guest
Posts: n/a
 
      6th May 2007
This is a file that the system can repair. Try this:

Right-click on Command Prompt, and choose Run as Administrator. In the
Command Prompt window, type:

sfc /scannow

After the System File Checker scan, which may take awhile, you can confirm
any repairs by looking at the cbs.log (towards the end of the log) in
C:\Windows\Logs\CBS.


"Llew Ralph" <(E-Mail Removed)> wrote in message
news:42A8E224-105C-4F4C-88B6-(E-Mail Removed)...
> Vista is reporting that the file stdole32.tlb is corrupt.
>
> I have attempted to copy a known good version to C:\WINDOWS\System32 but
> am
> obtaining a "Destination Folder Access Denied. You need permission to
> perform
> this action" error message, even with UAC switched off.
>
> I would appreciate advice how to obtain the permissions to effect this
> repair.
>
> TIA


 
Reply With Quote
 
=?Utf-8?B?TGxldyBSYWxwaA==?=
Guest
Posts: n/a
 
      7th May 2007
Thanks for the response.

Unfortunately this reported " Windows Resource Protection did not find any
integrity violations", but Windows still grumbles that the file is corrupt.

What I was really asking is how can a file be copied to WINDOWS\System32
without it being blocked.

"dean-dean" wrote:

> This is a file that the system can repair. Try this:
>
> Right-click on Command Prompt, and choose Run as Administrator. In the
> Command Prompt window, type:
>
> sfc /scannow
>
> After the System File Checker scan, which may take awhile, you can confirm
> any repairs by looking at the cbs.log (towards the end of the log) in
> C:\Windows\Logs\CBS.
>
>
> "Llew Ralph" <(E-Mail Removed)> wrote in message
> news:42A8E224-105C-4F4C-88B6-(E-Mail Removed)...
> > Vista is reporting that the file stdole32.tlb is corrupt.
> >
> > I have attempted to copy a known good version to C:\WINDOWS\System32 but
> > am
> > obtaining a "Destination Folder Access Denied. You need permission to
> > perform
> > this action" error message, even with UAC switched off.
> >
> > I would appreciate advice how to obtain the permissions to effect this
> > repair.
> >
> > TIA

>
>

 
Reply With Quote
 
dean-dean
Guest
Posts: n/a
 
      8th May 2007
At an elevated command prompt, type the following command, and then
press ENTER:

takeown /f Path_And_File_Name

For example, type
takeown /f E:\windows\system32\jscript.dll.

Type the following command, and then press ENTER to grant
administrators full access to the file:

icacls Path_And_File_Name /GRANT ADMINISTRATORS:F

For example, type
icacls E:\windows\system32\jscript.dll /grant administrators:F.

Type the following command to replace the file with a known good copy
of the file:

Copy Path_And_File_Name_Of_Source_File
Path_And_File_Name_Of_Destination

For example,
type copy E:\temp\jscript.dll E:\windows\system32\jscript.dll.



"Llew Ralph" <(E-Mail Removed)> wrote in message
news:BA342988-4368-4D41-9A85-(E-Mail Removed)...
> Thanks for the response.
>
> Unfortunately this reported " Windows Resource Protection did not find any
> integrity violations", but Windows still grumbles that the file is
> corrupt.
>
> What I was really asking is how can a file be copied to WINDOWS\System32
> without it being blocked.
>
> "dean-dean" wrote:
>
>> This is a file that the system can repair. Try this:
>>
>> Right-click on Command Prompt, and choose Run as Administrator. In the
>> Command Prompt window, type:
>>
>> sfc /scannow
>>
>> After the System File Checker scan, which may take awhile, you can
>> confirm
>> any repairs by looking at the cbs.log (towards the end of the log) in
>> C:\Windows\Logs\CBS.
>>
>>
>> "Llew Ralph" <(E-Mail Removed)> wrote in message
>> news:42A8E224-105C-4F4C-88B6-(E-Mail Removed)...
>> > Vista is reporting that the file stdole32.tlb is corrupt.
>> >
>> > I have attempted to copy a known good version to C:\WINDOWS\System32
>> > but
>> > am
>> > obtaining a "Destination Folder Access Denied. You need permission to
>> > perform
>> > this action" error message, even with UAC switched off.
>> >
>> > I would appreciate advice how to obtain the permissions to effect this
>> > repair.
>> >
>> > TIA

>>
>>


 
Reply With Quote
 
=?Utf-8?B?TGxldyBSYWxwaA==?=
Guest
Posts: n/a
 
      8th May 2007
Thanks for your continued interest in this issue.

However, the problem is not with file access permissions but with Vista
blocking the file copy process.

"dean-dean" wrote:

> At an elevated command prompt, type the following command, and then
> press ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type
> takeown /f E:\windows\system32\jscript.dll.
>
> Type the following command, and then press ENTER to grant
> administrators full access to the file:
>
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>
> For example, type
> icacls E:\windows\system32\jscript.dll /grant administrators:F.
>
> Type the following command to replace the file with a known good copy
> of the file:
>
> Copy Path_And_File_Name_Of_Source_File
> Path_And_File_Name_Of_Destination
>
> For example,
> type copy E:\temp\jscript.dll E:\windows\system32\jscript.dll.
>
>
>
> "Llew Ralph" <(E-Mail Removed)> wrote in message
> news:BA342988-4368-4D41-9A85-(E-Mail Removed)...
> > Thanks for the response.
> >
> > Unfortunately this reported " Windows Resource Protection did not find any
> > integrity violations", but Windows still grumbles that the file is
> > corrupt.
> >
> > What I was really asking is how can a file be copied to WINDOWS\System32
> > without it being blocked.
> >
> > "dean-dean" wrote:
> >
> >> This is a file that the system can repair. Try this:
> >>
> >> Right-click on Command Prompt, and choose Run as Administrator. In the
> >> Command Prompt window, type:
> >>
> >> sfc /scannow
> >>
> >> After the System File Checker scan, which may take awhile, you can
> >> confirm
> >> any repairs by looking at the cbs.log (towards the end of the log) in
> >> C:\Windows\Logs\CBS.
> >>
> >>
> >> "Llew Ralph" <(E-Mail Removed)> wrote in message
> >> news:42A8E224-105C-4F4C-88B6-(E-Mail Removed)...
> >> > Vista is reporting that the file stdole32.tlb is corrupt.
> >> >
> >> > I have attempted to copy a known good version to C:\WINDOWS\System32
> >> > but
> >> > am
> >> > obtaining a "Destination Folder Access Denied. You need permission to
> >> > perform
> >> > this action" error message, even with UAC switched off.
> >> >
> >> > I would appreciate advice how to obtain the permissions to effect this
> >> > repair.
> >> >
> >> > TIA
> >>
> >>

>
>

 
Reply With Quote
 
dean-dean
Guest
Posts: n/a
 
      8th May 2007
Vista is blocking the copy because it won't allow a file owned by
TrustedInstaller to be moved/replaced. See:

http://msdn2.microsoft.com/en-us/library/aa382503.aspx

"Llew Ralph" <(E-Mail Removed)> wrote in message
news:0FA519B9-9AD6-41BC-BBFA-(E-Mail Removed)...
> Thanks for your continued interest in this issue.
>
> However, the problem is not with file access permissions but with Vista
> blocking the file copy process.
>
> "dean-dean" wrote:
>
>> At an elevated command prompt, type the following command, and then
>> press ENTER:
>>
>> takeown /f Path_And_File_Name
>>
>> For example, type
>> takeown /f E:\windows\system32\jscript.dll.
>>
>> Type the following command, and then press ENTER to grant
>> administrators full access to the file:
>>
>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>
>> For example, type
>> icacls E:\windows\system32\jscript.dll /grant administrators:F.
>>
>> Type the following command to replace the file with a known good
>> copy
>> of the file:
>>
>> Copy Path_And_File_Name_Of_Source_File
>> Path_And_File_Name_Of_Destination
>>
>> For example,
>> type copy E:\temp\jscript.dll E:\windows\system32\jscript.dll.
>>
>>
>>
>> "Llew Ralph" <(E-Mail Removed)> wrote in message
>> news:BA342988-4368-4D41-9A85-(E-Mail Removed)...
>> > Thanks for the response.
>> >
>> > Unfortunately this reported " Windows Resource Protection did not find
>> > any
>> > integrity violations", but Windows still grumbles that the file is
>> > corrupt.
>> >
>> > What I was really asking is how can a file be copied to
>> > WINDOWS\System32
>> > without it being blocked.
>> >
>> > "dean-dean" wrote:
>> >
>> >> This is a file that the system can repair. Try this:
>> >>
>> >> Right-click on Command Prompt, and choose Run as Administrator. In
>> >> the
>> >> Command Prompt window, type:
>> >>
>> >> sfc /scannow
>> >>
>> >> After the System File Checker scan, which may take awhile, you can
>> >> confirm
>> >> any repairs by looking at the cbs.log (towards the end of the log) in
>> >> C:\Windows\Logs\CBS.
>> >>
>> >>
>> >> "Llew Ralph" <(E-Mail Removed)> wrote in message
>> >> news:42A8E224-105C-4F4C-88B6-(E-Mail Removed)...
>> >> > Vista is reporting that the file stdole32.tlb is corrupt.
>> >> >
>> >> > I have attempted to copy a known good version to C:\WINDOWS\System32
>> >> > but
>> >> > am
>> >> > obtaining a "Destination Folder Access Denied. You need permission
>> >> > to
>> >> > perform
>> >> > this action" error message, even with UAC switched off.
>> >> >
>> >> > I would appreciate advice how to obtain the permissions to effect
>> >> > this
>> >> > repair.
>> >> >
>> >> > TIA
>> >>
>> >>

>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Destination Folder Access Denied Don84 Windows Vista General Discussion 8 15th Aug 2009 02:56 PM
Destination Folder Access Denied in SP1 Stephen Saw Windows Vista Administration 1 28th May 2008 03:14 PM
Re: Destination folder access denied mail Windows Vista Security 3 17th Apr 2008 06:58 PM
Destination Folder Access Denied skyman Windows Vista General Discussion 1 1st Apr 2008 01:40 AM
RE: Destination folder access denied aaquique Windows Vista Security 1 6th Mar 2008 10:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:33 AM.