Hide any File/Folder/Doc. without any software [PC]

Опубликовано: 13 Октябрь 2024
на канале: GABWIRE
26
0

You don't need any third party software. And this is the best you for kids.

Hiding files in Windows is pretty easy:

Select the files or folders you want to hideRight-click and choose PropertiesClick the General tabClick the checkbox next to Hidden in the Attributes sectionClick Apply

Now the files you chose are hidden away and people won't see them when they're looking through your folders. When you need to find those files again, just turn Hidden Items on.


On Mac, you'll use a quick Terminal command to hide folders. Just type this into Terminal, replacing /path/to/folder with the folder you want to hide:

chflags hidden /path/to/file-or-folder

To unhide it, type in:

chflags nohidden /path/to/file-or-folder

If you don't know the full path of the folder you want to hide, type the command then drag that file or folder into the Terminal window. Alternately, you can just tuck that folder away inside your Library folder.