Need to delete \csc Folder, "Access Denied" even in safe mode

G

Guest

Hi,

I am trying to change the location of my Offline Files in Vista (CSC Folder
Location) folder from windows\csc to another drive. (per this thread here:
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1583612&SiteID=17_

Before I do anything, I need to delete the \csc file and then set it up
again with a symbolic link. Even in safe mode, Vista would not even let me
touch that file. It says "access denied" even when just try to "cd csc". I
checked if it is a junction by searching


I am searching for hours know and get desparate.

Any Ideas what I am doing wrong?
 
J

Jimmy Brush

Hello,

You cannot modify this folder because you do not have access to it.

To gain access, follow these steps:

- Open an elevated command prompt (right-click, run as administrator)

- Type these commands:

cd %systemroot%
takeown /f csc /r /a /d y > NUL
icacls csc /grant Administrators:(F) /t /l /q
 
G

Guest

Jimmy,
That worked like a charm. Thanks A MILLION!!!!
I was getting desperate about that.
Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top