How to hide specific file formats in Windows 10

WBOY
Release: 2023-12-22 16:49:35
forward
904 people have browsed it

Win10 can hide files in specific formats, but only the current directory can be hidden. This is very convenient, especially when there are many files in the directory and you only want to hide files of a specific type. You can use this method.

How to hide specific file formats in Windows 10

How to hide specific format files in win10

1. Create a new text document in the folder where the file needs to be hidden,

2. If you want to hide files with the suffix ".txt", type attrib *.txt h s, save, then change the file name to, save, right-click and run as administrator;

3. If you want to display the suffix For ".txt" files, type attrib *.txt h -s, save, then change the file name to, save, right-click and run as administrator;

PS: Currently tested, it can only be used in It takes effect in the current directory and cannot take effect in subfolders;

How to hide specific file formats in Windows 10

Extended reading: How to display hidden folders in win10 | How to display hidden folders | Display hidden files in win7 system

The above is the detailed content of How to hide specific file formats in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template