Hiding fichiers/dossiers which begin avec a full stop (period)
Hiding fichiers/dossiers which begin avec a full stop (period)
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?
Re: Hiding fichiers/dossiers which begin avec a full stop (period)
`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**).
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**).