Hiding your most private data on PC

Posted by ferdi kurniawan on 7:24 AM

In this article I will explain you the procedure to hide you most private data on your PC. Maybe some other tips recommend you to hide your private data by using some special programs, but I will explain you a very simple tips to hide it and I'm sure there is no difficulties to try it!

  1. First, you have to know where is the address of your data you want to hide.
    clip_image002
  2. Open command prompt (known as cmd in Windows XP)
  3. On the cmd window, type the 2 first character of your address. And then press Enter
    i.e : you save the file in drive F so on the cmd window you have to type F:
  4. The next step is you have to copy the private data Address (you can copy it using Windows Explorer)
  5. Go to the command prompt, type cd and then paste the address which you copied b4. Press Enter
    clip_image002[6]
  6. Next, on the command prompt; type
    Attrib *.mp3 +h +s

    Type of file

    the formula

    Word doc Attrib *.doc +h +s
    executable file Attrib *.exe +h +s
    avi video Attrib *.avi +h +s
  7. If you have typed the formula corectly, press enter
  8. Slurp... your file has gone!
  9. How to recover it?
  10. Just easy you just need to follow all instruction above and change the formula on the step 6 with:
    Attrib *.mp3 -h -s
  11. Easy, isn't it?

0 comments:

Post a Comment