Wednesday, August 27, 2008

Solved: Destination Folder Access Denied

Delicious 0
Someone maybe already known that solution how to replace one file in system32 folder in Windows Vista, but i thought it's so helpful for dummies

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_FilePath_And_File_Name_Of_Destination

For example, type

copy E:\temp\jscript.dll E:\windows\system32\jscript.dll.

Related Posts:

Dont just read, download and go, a thank will be helpful for the author to keep going a good job.

Share this post to tell other people about its

blog comments powered by Disqus