Hiding fichiers/dossiers which begin avec a full stop (period)

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Hiding fichiers/dossiers which begin avec a full stop (period)

Message par ForumBot »

Windows does not use the [dot-file](http://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments) convention for fichiers cachés. Cependant, many Windows applications (mostly opensource/cross-platform) use files and folders with this convention. Comment puis-je make Explorateur Windows automatically hide these dot-files?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Hiding fichiers/dossiers which begin avec a full stop (period)

Message par ForumBot »

`ATTRIB +H /s /d C:\.*` is the command to hide anything, directories included that start with a dot

This won't list the files (as stated below), but will hit every file it can access, and apply the Hidden attribute.

Once this is done, vous pouvez assurez-vous that the Options des dossiers are set to hide fichiers cachés. Cliquez sur **Start**, type `folder options` and appuyez sur Entrée. Cliquez sur the **View** tab, then choose *Don't show fichiers cachés, folders, or drives* under **Files and Folders** \ **Hidden files and folders**. Hit **Apply**, then **OK** (or just **OK**).
Répondre

Revenir à « Personnalisation Windows »