bolshi
Goto Top

XP Prof - - Ausgegraute Dateien voll sichtbar machen

Hallo,
in einem 60 GB großen Verzeichnis liegen tausende ausgegraute Dateien, sprich die File Icons werden derart angezeigt, als wären sie ausgeschnitten worden. Die Dateien, bspw. Grafiken, lassen sich problemlos öffnen.

Was kann/muss ich unternehmen, um die Dateien wieder im 'normal mode' angezeigt zu bekommen?


Grüße, bolshi
Kommentar vom Moderator Biber am Jun 22, 2011 um 17:49:02 Uhr
Verschoben von "Windows oder was" nach "Batch & Shell".

Content-Key: 166770

Url: https://administrator.de/contentid/166770

Printed on: April 24, 2024 at 22:04 o'clock

Member: Tommy70
Tommy70 May 24, 2011 at 04:37:36 (UTC)
Goto Top
Hallo

Die Dateiattribute ändern...
Member: Lochkartenstanzer
Lochkartenstanzer May 24, 2011 at 05:38:52 (UTC)
Goto Top
Zitat von @Tommy70:
Hallo

Die Dateiattribute ändern...

z.B. mit Attrib -h

face-wink
Member: bolshi
bolshi May 24, 2011 at 05:56:35 (UTC)
Goto Top
Zitat von @Lochkartenstanzer:
> Zitat von @Tommy70:
> ----
> Hallo
>
> Die Dateiattribute ändern...

z.B. mit Attrib -h

face-wink

Hab's sowohl mit 'attrib c:\Ordnername -H' und 'attrib c:\Ordnername -h' versucht.
Bei 'attrib c:\Ordnername -h' meldet die Konsole: 'Parameterformat falsch -'.

Noch 'ne Frage: Geht das Ganze rekursiv?
Member: Lochkartenstanzer
Lochkartenstanzer May 24, 2011 at 06:32:54 (UTC)
Goto Top
Zitat von @bolshi:
> Zitat von @Lochkartenstanzer:
> ----
> > Zitat von @Tommy70:
> > ----
> > Hallo
> >
> > Die Dateiattribute ändern...
>
> z.B. mit Attrib -h
>
> face-wink

Hab's sowohl mit 'attrib c:\Ordnername -H' und 'attrib c:\Ordnername -h' versucht.
Bei 'attrib c:\Ordnername -h' meldet die Konsole: 'Parameterformat falsch -'.

Noch 'ne Frage: Geht das Ganze rekursiv?

Ein "Attrib /?" sollte Dir dazu Auskunft geben können.

Aber weil ich so lieb bin: face-smile


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.
/S Processes files in all directories in the specified path.
/D Process folders as well.

Es sollte also ein

attrib -h c:\folder\*.* /s

das gewünschte tun.
Member: bolshi
bolshi May 24, 2011 at 06:46:20 (UTC)
Goto Top
Sehr cooler Tipp face-smile

Hab es so gemacht:

Ins Verzeichnis gewechselt und "ATTRIB.EXE +H *.* /S" eingegeben. Hier auch nochmal zu lesen:

http://www.winfaq.de/faq_html/Content/tip0000/onlinefaq.php?h=tip0017.h ...

Gruss und Dank!
Member: H41mSh1C0R
H41mSh1C0R May 24, 2011 at 06:51:24 (UTC)
Goto Top
Dann bitte noch den grünen Haken setzen und alles ist in Butter.

vg