COVID-19 IS REAL PLEASE STAY AT HOME, FOR ADVERT PLACEMENT OR INQUIRY PLEASE CALL: 08166201592 OR 09031936614 THANKS How to Hide and Unhide Folders using CMD Skip to main content

How to Hide and Unhide Folders using CMD


Step by Step Approach on How to Hide and Unhide files, folders etc. Using Command Prompt (CMD)

Hiding of file and folders is very important when it comes to system security. Hiding of important files in your computer system makes it very difficult for intruders to locate, view or copy your files without your concept

How to Hide File Using  CMD.

1. Open Command Prompt
2. Change to the directory which holds your file or folder to be hidden
3. Type attrib give space type + h give space type the name of the file or folder press enter
Eg attrib +h appointment press enter
And your file will disappear

How to Unhide file Using CMD

1. Open Command prompt
2. Change to the directory which holds your file or folder to be hidden
3. Type attrib give space - h give space type the name of the file or folder press enter
Eg attrib - h appointment press enter
Your file will appear immediately

Click Here to watch the step by step Video

Click here to Join our Facebook page

Popular posts from this blog

Basic Turmux Commands

Turmux is an android terminal emulator that enables command line interface, just like command prompt , it  works directly with no rooting or setup required Basic Command Codes and Their Functions cp -v This is used to prints informative massage cp -r This is used to copy any directory mv -u This is used to update-move when source is newer than destination mv -v This is used to move any directory ls -n This is used to display UID and GID directory ls --version This is used to check the version of ls command cd -- This is used to show last working directory from where we moved ls -l This is used to show file action like - modified, date and time, owner of file, permissions Etc. ls help This is used to show display how to use "ls" command cp -n no file overwrite cd ~ This is used to move to users home directory from anywhere mv [file1 name] [new file2 name] This is used to move or rename two file at a time cd - This is used to move one directory back from...

Center for Information Technology and Education Standards