CROA - Clear Read-Only Attributes

F

Frank Bohan

<quote> CROA is a handy utility that will clear the read-only bit of all
subfolders and files in a specific folder. This is extremely useful after
copying the contents of a CD to your hard drive. </quote>

http://davidcrowell.com/Croa.aspx

===

Frank Bohan
¶ What the large print giveth, the small print taketh away.
 
M

miskairal

Frank said:
<quote> CROA is a handy utility that will clear the read-only bit of all
subfolders and files in a specific folder. This is extremely useful after
copying the contents of a CD to your hard drive. </quote>

http://davidcrowell.com/Croa.aspx

===

Frank Bohan
¶ What the large print giveth, the small print taketh away.
One of my favourite programmes. Rarely used but when it is it's invaluable.
 
G

Guest

One of my favourite programmes. Rarely used but when it is it's
invaluable.

How about Start > Run > Cmd.exe

then

ATTRIB -R [drive:][path]*.* /S /D

And if you like it as a context menu item, use the following .reg file:

-------------------------------
REGEDIT4

[HKEY_CLASSES_ROOT\Drive\shell\RemoveROattribute]
@="RemoveRO"
[HKEY_CLASSES_ROOT\Drive\shell\RemoveROattribute\command]
@="ATTRIB -R \"%1\" /S /D"
[HKEY_CLASSES_ROOT\Directory\shell\RemoveROattribute]
@="RemoveRO"
[HKEY_CLASSES_ROOT\Directory\shell\RemoveROattribute\command]
@="ATTRIB -R \"%1\" /S /D"
 
F

Frank Bohan

Vic Dura said:
One of my favourite programmes. Rarely used but when it is it's
invaluable.

How about Start > Run > Cmd.exe

then

ATTRIB -R [drive:][path]*.* /S /D

R-Click Folder > Click "Clear Read-Only Attributes" is easier and quicker.

===

Frank Bohan
¶ Teamwork is a lot of people doing what I say.
 

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