Blasted XP, all files read-only

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Greebe
    Super MURCer
    • Aug 1999
    • 8555

    #1

    Blasted XP, all files read-only

    Wonder if anyone knows how to removed all files/folders marked as read-only... working on this system here that's all buggered up.

    From earlier...

    [15:11] Jammrock: Right-Click C:\ (Local C, whatever you called it)
    [15:11] Jammrock: then...
    [15:11] Jammrock: let me get exact instructions...
    [15:11] Jammrock: R-C -> Properties
    [15:11] Jammrock: Security tab
    [15:12] Jammrock: make sure Administrators group is set to "Full COntrol" (check box)
    [15:12] Jammrock: Click Advanced button
    [15:12] Jammrock: Go to Owners tab
    [15:13] Jammrock: Make sure the owner is "Administrators (<local Host>\Administrators)"
    [15:13] Jammrock: go to Permissions tab
    [15:14] Jammrock: make sure Administrators is set to Full Control there too
    [15:14] Jammrock: check the box "Replace permission entries on all child objects..."
    [15:14] Jammrock: click Apply
    [15:14] Jammrock: wait...
    [15:14] Jammrock: wait...
    [15:14] Jammrock: wait...
    [15:14] Jammrock: wait...
    [15:14] Jammrock: Click OK
    [15:15] Jammrock: Click Apply
    [15:15] Jammrock: wait...
    [15:15] Jammrock: wait...
    [15:15] Jammrock: wait...
    [15:15] Jammrock: Click OK
    [15:15] Jammrock: reboot
    [15:15] Jammrock: make sure that fixed it.


    There is no security tab

    Suggestions, ideas, brainfarts?
    "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

    "Always do good. It will gratify some and astonish the rest." ~Mark Twain
  • gt40
    This space for rent
    • Sep 1999
    • 3973

    #2
    I am assuming you tried the obvious-right click on folder, properties, uncheck the read only box, hit apply.
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

    Comment

    • Wombat
      Super MURCer
      • Aug 2000
      • 9498

      #3
      What about doing it from a DOS prompt?
      <B>attrib</B> might be the right tool here.

      <code>N:\>attrib /?
      Displays or changes file attributes.

      ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
      [/S [/D]]

      + Sets an attribute.
      - Clears an attribute.
      R Read-only file attribute.
      A Archive file attribute.
      S System file attribute.
      H Hidden file attribute.
      [drive:][path][filename]
      Specifies a file or files for attrib to process.
      /S Processes matching files in the current folder
      and all subfolders.
      /D Processes folders as well.

      </code>
      Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.

      Comment

      • Greebe
        Super MURCer
        • Aug 1999
        • 8555

        #4
        the read only box is greyed out... tho it does allow you to uncheck it, once apply/ok is hit and reopen to verify it's back to read-only and greyed out
        "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

        "Always do good. It will gratify some and astonish the rest." ~Mark Twain

        Comment

        • Greebe
          Super MURCer
          • Aug 1999
          • 8555

          #5
          Originally posted by Wombat
          What about doing it from a DOS prompt?
          <B>attrib</B> might be the right tool here.

          <code>N:\>attrib /?
          Displays or changes file attributes.

          ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
          [/S [/D]]

          + Sets an attribute.
          - Clears an attribute.
          R Read-only file attribute.
          A Archive file attribute.
          S System file attribute.
          H Hidden file attribute.
          [drive:][path][filename]
          Specifies a file or files for attrib to process.
          /S Processes matching files in the current folder
          and all subfolders.
          /D Processes folders as well.

          </code>
          and do this to most every file and folder?!
          "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

          "Always do good. It will gratify some and astonish the rest." ~Mark Twain

          Comment

          • Greebe
            Super MURCer
            • Aug 1999
            • 8555

            #6
            and yes this is XP Pro
            "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

            "Always do good. It will gratify some and astonish the rest." ~Mark Twain

            Comment

            • UtwigMU
              Super MURCer
              • Jul 2002
              • 5651

              #7
              Did you disable simple file sharing in Tools->Folder Options?

              Comment

              • Greebe
                Super MURCer
                • Aug 1999
                • 8555

                #8
                I have that selected on this machine and don't have issue with it making most all files/folders read-only
                "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

                "Always do good. It will gratify some and astonish the rest." ~Mark Twain

                Comment

                • az
                  Moderator
                  • Feb 2001
                  • 9336

                  #9
                  Code:
                  attrib -r *.* /D /S
                  NOTE: This might not work for hidden files. Add -h to unhide them

                  AZ
                  There's an Opera in my macbook.

                  Comment

                  • Greebe
                    Super MURCer
                    • Aug 1999
                    • 8555

                    #10
                    and do this to each new folder I create and then any new file either DL'd or moved to this machine?
                    "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

                    "Always do good. It will gratify some and astonish the rest." ~Mark Twain

                    Comment

                    • az
                      Moderator
                      • Feb 2001
                      • 9336

                      #11
                      Put it in your autoexec.bat

                      No idea why it does that, sorry.

                      AZ
                      There's an Opera in my macbook.

                      Comment

                      • Chucky Cheese
                        MURCer
                        • Sep 1999
                        • 677

                        #12
                        Which File System ??

                        ...are we talking fat32 or ntfs ?? it was my understanding that the fat32 file system didn't have the security tab on the property sheet for hdds...am i wrong ??

                        cc

                        Comment

                        • Greebe
                          Super MURCer
                          • Aug 1999
                          • 8555

                          #13
                          yes this is a FAT32 volume
                          "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

                          "Always do good. It will gratify some and astonish the rest." ~Mark Twain

                          Comment

                          • ZokesPro
                            Serial Murcerer
                            • Sep 2000
                            • 8325

                            #14
                            Wow, now Greebe's the one asking for help, simply amazing this forum is!

                            You could always boot into the console mode and run your attrib, pretty sure it'll work there as well.
                            Titanium is the new bling!
                            (you heard from me first!)

                            Comment

                            • agallag
                              Super MURCer
                              • Aug 1999
                              • 3201

                              #15
                              So, attrib corrects existing files, but all new files are read-only? That's odd.

                              There shouldn't be a security tab if it's a fat32 volume, as there is no permissioning on fat filesystems. All local users have full control.
                              Lady, people aren't chocolates. Do you know what they are mostly? Bastards. Bastard coated bastards with bastard filling. But I don't find them half as annoying as I find naive, bubble-headed optimists who walk around vomiting sunshine. -- Dr. Perry Cox

                              Comment

                              Working...