System restore my computer and now my files are read only
Results 1 to 6 of 6

Thread: System restore my computer and now my files are read only

  1. #1
    Join Date
    Mar 2010
    Posts
    5

    System restore my computer and now my files are read only

    the other day, i did a system restore on my computer and now all of my files are read only

    i tried some stuff on cmd but i dont understand how to punch things in with it

    maybe if someone could explain things in a step my step manner i would really appreceate it

  2. #2
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    In the Command Prompt, navigate to the folder that contains the read-only files, then type:

    attrib -r *.* /S

    that will remove the read-only attribute from every file with every file extension contained within the folder. The /S switch will make it do the same for all subfolders.
    Nick.

  3. #3
    Join Date
    Mar 2010
    Posts
    5
    do i actually type in the (*) or does it apply for a variable?

  4. #4
    Join Date
    Mar 2010
    Posts
    5
    it didnt work

    it says that access was denied

  5. #5
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,434
    How to take ownership of files and folders in Vista:
    (Make sure you are logged in as an administrative user.)

    http://www.vistax64.com/tutorials/67...ship-file.html

    http://www.tipandtrick.net/2008/how-...ders-in-vista/

  6. #6
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    To Unset All Files in Folder as Read-only
    http://windows.bigresource.com/Track/windows7-nbeTju76/

    + Sets an attribute.
    - Clears an attribute.
    R Read-only file attribute.
    A Archive file attribute.
    S System file attribute.
    H Hidden file attribute.
    /S Processes files in all directories in the specified path.
    /D Process folders as well.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •