read only file

Slickster89

Baseband Member
Messages
30
can someone tell me how to disable the read only thing for a file? i tried this

"1)Right Click on the file or Application
2.)Then click on security-> click on advanced ->click on Owner(Select your login a/c)
->then click ok --> after that you will again see "advanced tab-> click it and selet the permission->then click on add ->Enter "users "in the object name -> click ok ->now apply -> and Now you can uncheck or check "Read-Only".

but it didn't work for me
 
Move the file to a floppy/stick.
use DOS and enter:
attrib -r b: ("B" is where the files are located)
return
 
Back
Top Bottom