Skip to main content

Incredibly Secure Full Proof Folder Hiding Trick for Windows

Windows PC are used for many kind of stuff some people just use it for amusement purposes like just playing games and doing some silly stuff but some people are really into it and are spending their time in creating documents and other confidential stuff. Now people usually want a way to protect their data well no matter what you wanna hide or protect this below method will surely gain some of your attention. This is a full proof and maybe the best manual method to hide your folder’s easily.

How to Hide Folder using this trick ::

Well this tricks just includes a small command we need to run to hide any folder in any drive so by just running this command once that folder will be hidden and no once can view till we again run the opposite command for it. Follow below steps to see how it works.
  1. First just create a folder in any drive and put your confidential content in it.
  2. Now just press Windows Key + R to open up the Run dialog and type the below command replace last ABC digits with your folder name.
    attrib +s +h D:/ABC
  3. Make sure your folder name is correctly replace by the last ABC letters and D is replaced by the drive letter and now press Enter key to execute the command.
  4. Now your folder is completely hidden. Just give it a check.

How to Unhide Folder using this trick ::

Now when you wanna view that folder again you need to run the opposite command replacing the + sign with - sign so run below command and your folder will be visible again.
  1. Again in your Run dialog execute below command.
    attrib -s -h D:/ABC
  2. Now press enter and check your folder will be visible again.
  3. So that’s it now you can easily hide your folders and no one will be able to see those folder instead of you.

How this trick actually works and what to do when you forget your folder name


Well this might be the exact question in your mind that how this trick actually works, means god dam without using any paid tool or software you are able to hide your folder in stealth mode. Well the secret is that this trick is just executing the command and making that folder the system protected folder.

Now if anytime you do not remember the folder name you just made invisible the one way to see all the hidden files is too navigate to My Computer > Folder and Search Options > View Tab > Unmark Hide system protected files and folders.

So that’s it guys I hope you will surely hiding your files and folders using this trick, if you like this trick do share it with your friends and yes off course if you find any problems using this trick just make sure to ping me using the comments section below.

Comments

Popular posts from this blog

9 Free & Open Source Forum Software Solutions

Forums can be a great way to encourage audience participation, and to change a website from a one dimensional entity into a full fledged community. There are a number of well developed open source forums out there on the web to help you create that, each with their own benefits. This review breaks down some of the best software out there in 2011 with a focus on everything from lightweight forum solutions to the all singing, all dancing heavyweights. Vanilla URL: http://vanillaforums.org/ Features URL: http://vanillaforums.org/features/embed-vanilla License: GPL Runs on: PHP / MySQL / Postgres Vanilla has always prided itself on clean underlying code, bringing together web standards, code reuse and css to create a product that kicks lumps out of 1990′s bulletin software that we’ve become accustomed to on the web. With many of the forum software solutions out there on the web carrying a technical burden of tables and bloatware, Vanilla brings with it a fresh approac...

How to Enable Hidden Options in Windows’ Disk Cleanup Tool

How to Enable Hidden Options in Windows’ Disk Cleanup Tool The  Disk Cleanup tool  has been around in Windows for years. It offers a quick way to remove temporary, cache, and other non-essential files to help you free up some disk space. You can even use it to remove  old versions of Windows  after an upgrade to Windows 10. Disk Cleanup also has several hidden options that you can only access if you run it from the Command Prompt or a custom shortcut. Start by opening the Command Prompt with administrative privileges. Press Windows+X and choose “Command Prompt (Admin)” from the list of commands. At the Command Prompt, type the following command and then press Enter. cleanmgr /sageset:65535 /sagerun:65535 Note that where this command uses the number  65535 , you can actually use any number between  1  and  65535  as long as you use the same number in both places. The reason for this is that the  cleanmgr  command offer...

50 Amazing PC Hacks Which You Don’t Know

Today I am going to share  50 Amazing PC Hacks & Tips  which will make you Pro users  of your  windows 7, 8, 8.1, 10   Laptop or PC ,  these  amazing hacks  will help you in your daily tech lifestyle , I hope you don’t even heard of these kind of  50 secrete PC hacks at any social media platform , so let’s begin with  Amazing PC tricks  50 Amazing PC Hacks  #1 How To Access Your Folder As a Drive Go to start> run> cmd In command prompt, Type:  subst Z: D:\folder then hit Enter… You can replace Z: with your desired New Drive Letter (Except existing Drive letters) You can replace D:\folder with the path of your favorite folder Now, Type: exit This will creates a new drive & When you open this , it will open your folder. NOTE: On Restart the Virtual Drive Disappears . #2 How To Create Folder And Files With No Name This Hacks will allow...