Showing posts with label Computer Forensics. Show all posts
Showing posts with label Computer Forensics. Show all posts

Saturday 10 August 2013

Super Hide your private folders,even after 'Show Hidden items' is set in Folder options

Hi everybody,

Lets hide our private folders in windows without using any tool, such that it is displayed when you asks windows to show hidden items.

To hide:
  1. First collect all your private documents and files in one folder and name it lets say, private_folder.
  2. Now right click on the folder and click Properties.
  3. Now copy the location from Properties window.
  4. Next open command prompt
  5. Type command cd and hit space, then right click and select Paste.
  6. Now type command attrib  +h  +s  /d  /s  private_folder
  7. Now the private_folder is hidden.
 
To unhide:
  1. Open command prompt, go to the location where folder was present using cammand cd
  2. Now type command attrib  -h  -s  /d  /s  private_folder