Honore With His Spouce IGA KUBUNTU! OWNER. BLOG SITE. This is My Child FUTURE COMPUTER TECHNOLOGY
blogger JavaScript Rocks.

Thursday, 20 March 2014

Hide files and folders using Command prompt


Do you ever wanted to hide files and folders on your computer? Yes! Previously, we learnt how to delete Windows password to access any Windows computer anonymously. So, even if you computer is password-protected, your private data is not secure. Usually, we have a lot of data which has to be protected from outside access and only Windows login password proves insufficient to serve the purpose. In such situations, it is better to use a command prompt secret trick to hide files on your computer. Today, I am posting easiest way of hiding files or folders using a command prompt trick. So, let us begin.

How to hide files and folders:

This is the simplest way of hiding files and folders on your computer. This trick works using just 2 commands. Let us get into steps of using this trick:
1. Press Win + R to get Run prompt. Type cmd and hit on Enter to get command prompt window.
Note: Win key indicates Window key.
2. Decide which file/folder you want to hide and copy its path. Say, I want to hide a folder named “xyz” and its path is: F:\xyz
3. In command prompt, enter this command:
attrib +s +h X
In above command, replace X with the path you copied in Step 2. So, in my case, the command becomes:
attrib +s +h F:\xyz
Hide files and folders
4. Hit on Enter and you will find your file/folder hidden.
Note: This trick hides files even if you have selected “Show hidden files” in Folder Options pane.
5. After hiding your private file, let us see how to restore your file. To unhide your file, use this command:
attrib -s -h X
Replace X with your file path.
Command prompt trick
If you want to hide a number of files/folders, you can create a new folder and add all your private data in this newly created folder. Now, the only thing you have to do is hide the newly created folder and your data is safe and secure from outsiders.
I hope you are now able to hide folders using this simple command prompt trick. You don’t need any extra software to do the job for you. Your private data is now 100% safe. Cheers!
Recommended: You might be interested in our article: How to post blank status on Facebook.
This was a short article on how to hide files and folders on your computer. If you have any problem in implementing this command prompt trick, please let us know in comments.

Related Posts:

  • Free HTML Encoder Tool HTML Encoder By computertutorials Do you like this tool? Are you intrested in adding it to your blog or website just copy the below code. Select New Post in blogger and in the Html section delete everything and … Read More
  • Ноw tо Hide Drives with CMD ? Step 1. Сlісk оn Start – Run , if you are Using Windows 8, Then Click on start and search for Run, or just hold down windows key and press  ” R “. Step 2. Run bох will appear, kіndly type ” сmd ” аnd hіt Еnt… Read More
  • HOW TO INSERT CHATROOM IN BLOG SITE Most people would want a chatroom on their blog for social interaction, others would want a chatroom for teen flirt. Most bloggers would want a chatroom for their re… Read More
  • Format an unformatable Pendrive using CMD How to format an unformatable Pendrive STEP BY STEP Step 1. Turn on computer as normal Step 2. Once you are in your desktop insert Pendrive… Read More
  • 100 Greatest Hacking Tools!    … Read More

0 comments:

Post a Comment