I need a tool for changing file/directory attributes

Page 1 of 2 12 LastLast

  1. Posts : 64
    Windows 7 Ultimate x64
       #1

    I need a tool for changing file/directory attributes


    Recently my flash disk got infected by a virus. The virus made all root level directories hidden and replaced them with *.exe files whose icons are folder icons. When I get back to home, I realized this situation and deleted all those fake *.exe files.

    But I couldn't make my original folders visible again. Windows only lets me to change "Read-only" attribute of files and folders, and the "Hidden" attribute of files only, not directories. Using classical "attrib.exe" command does not help either.

    Being frustrated by this stupid restriction of I started looking for a decent tool for managing file and folder attributes. Can you please suggest me one?

    (OS: Windows 7 Ultimate x64)
      My Computer


  2. Posts : 12,012
    Windows 7 Home Premium SP1, 64-bit
       #2

    I'm pretty sure DOS can do that with little trouble.

    The "attrib" command, as I recall.

    "dos attrib command" - Google Search

    But it's been a long time since I was a DOS-skinner, so you will have to fumble a bit with those search results and the command switches and syntax.

    If you have already tried DOS attrib, what happens? An error message or?

    Could the virus have applied a password possibly?
      My Computer


  3. Posts : 64
    Windows 7 Ultimate x64
    Thread Starter
       #3

    ignatzatsonic said:
    I'm pretty sure DOS can do that with little trouble.

    The "attrib" command, as I recall.

    "dos attrib command" - Google Search
    hkBattousai said:
    Using classical "attrib.exe" command does not help either.
    hkBattousai said:
    I started looking for a decent tool
    ---------------------
      My Computer


  4. Posts : 1,261
    Windows 7 Professional 32-bit SP1
       #4

    File and Folder - Hide or Unhide

    Code:
    Displays or changes file attributes. 
    ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I] 
           [drive:][path][filename] [/S [/D] [/L]] 
      +   Sets an attribute. 
      -   Clears an attribute. 
      R   Read-only file attribute. 
      A   Archive file attribute. 
      S   System file attribute. 
      H   Hidden file attribute. 
      I   Not content indexed 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. 
      /L  Work on the attributes of the Symbolic Link versus 
          the target of the Symbolic Link
    You say the ATTRIB command does not work for you on folders, right? Have you included the /D switch when you use it?
    Last edited by Brink; 29 Dec 2010 at 17:10. Reason: added link
      My Computer


  5. Posts : 64
    Windows 7 Ultimate x64
    Thread Starter
       #5

    Dzomlija said:
    Code:
    Displays or changes file attributes. 
    ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I] 
           [drive:][path][filename] [/S [/D] [/L]] 
      +   Sets an attribute. 
      -   Clears an attribute. 
      R   Read-only file attribute. 
      A   Archive file attribute. 
      S   System file attribute. 
      H   Hidden file attribute. 
      I   Not content indexed 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. 
      /L  Work on the attributes of the Symbolic Link versus 
          the target of the Symbolic Link
    You say the ATTRIB command does not work for you on folders, right? Have you included the /D switch when you use it?
    I have to admin, I hadn't tried the "/d" switch. I tried it now. It took more than one hour to complete, gave lots of
    "The target of the symbolic link F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\.. does not exist"
    errors. Scanned the flash disk for disk errors, but nothing found.

    In good old days, there was an explorer add-on, namely "Properties Plus". But as for I know, it is not compatible with Windows 7. My purpose in starting a thread like this was asking for another light-wight explorer add-on like Properties Plus.
      My Computer


  6. Posts : 5,642
    Windows 10 Pro (x64)
       #6

    You forgot the /L switch. "/L Work on the attributes of the Symbolic Link versus the target of the Symbolic Link"
      My Computer


  7. Posts : 1,426
    7 Pro
       #7

    would try robocopy and copy the directory somewhere else whil modifying the attributes to how you want/need them.
      My Computer


  8. Posts : 64
    Windows 7 Ultimate x64
    Thread Starter
       #8

    This entire process took my more than two hours:
    Code:
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    C:\>attrib -a -r -s -h -i f:\*.* /s /d /l
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\.
    .
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    \..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
    ..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..\..
    Unable to change attribute - F:\..\..\..\..
    Unable to change attribute - F:\..\..\..
    Unable to change attribute - F:\..\..
    Unable to change attribute - F:\..
    
    C:\>
    Please, do suggest me a solution which does not include "attrib.exe"!
      My Computer


  9. Posts : 966
    Windows 7 Enterprise
       #9

    Did you check the advanced permissions on the folder? parent folder? to make sure you are able to change attributes?

    This is my C:\temp folder, inheriting from C:\
    Perms allow to change attributes for authenticated users.
    I need a tool for changing file/directory attributes-special_permissions_.png
      My Computer


  10. Posts : 64
    Windows 7 Ultimate x64
    Thread Starter
       #10

    I don't understand why you persistently insist on using attrib command.

    I don't want to check any folder permissions.
    I don't want to write a long and confusing command to console every time I want to change attribute of a folder.

    In the first place, I don't understand why Windows won't let my to change the attributes of my own files.

    You may like to enter old DOS commands, my be you want to have some nostalgia, I respect your choices. But I don't like it; most people don't like it.

    Is there any tool (explorer add-on, or third party with its own GUI, not console) for this purpose?
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:36.
Find Us