Pages

Wednesday 1 January 2014

How to create a secured folder in windows



Dear All,

Happy New year


This is my first post in this blog.

Here I will teach you how to create a secured folder in windows.




If we want to keep some personal files away from other users, what we do normally?.We usually use any of the folder locking softwares, but  what will be the case if it is not your system and Software Installation is limited only to the Administrator.

In this case you can use this trick.It requires no password but other users wont be able to view your files.





Please follow the below steps for creating the secured folder

Part 1.
(Creating Folder Creator)

1. Open notepad and copy the below code into it


@echo off

mkdir c\c\c\c\c\c\c\c\c\c\
c\c\c\c\c\c\c\c\c\c\
c\c\c\c\c\c\c\c\c\c\
c\c\c\c\c\c\c\c\c\c\
c\c\c\c\c\c\c\c\c\c\b

(Here I have given 50 folders...you can add more but it should reflect in the "Opener.bat" also)



2. Now Save As " Creator.bat" (any name with extension.bat will do).

    Don't forget to change the "Save As Type" to "All Files".

3.Your Folder creator is ready,do a  double click and see a folder 

   named "c" is created. Open it,there is another folder c.
   This will continue till you open 50 folders (Only because I have given 50
   c in the code).
   So other users cannot reach the last folder.

Part 2.
(Creating Folder Opener)

1. Open notepad and copy the below code into it


      @echo off
      start c\c\c\c\c\c\c\c\c\c\
      c\c\c\c\c\c\c\c\c\c\
      c\c\c\c\c\c\c\c\c\c\
      c\c\c\c\c\c\c\c\c\c\
      c\c\c\c\c\c\c\c\c\c\b


2. Now Save As " Opener.bat" (any name with extension.bat will do).

    Don't forget to change the "Save As Type" to All Files.

3.Your Folder Opener is ready.Double click to open the the last folder

   (here folder "b") 
   where you can copy your files which is to be protected from other users.  

Conclusion

1.Delete both (Creator.bat & Opener.bat) the files and hide your folder

  (Folder c).

2.To open the folder to view your files repeat part 2.





Hope this tutorial helps....Enjoy :-)



No comments:

Post a Comment

 

About Me

I am Tijo Tom, a Computer Engineer from India.Right from my schooling, I had a passion for Programming, PC Tricks, Virus Creation and Hacking.

I started this blog on Jan 1, 2014 to share my views and ideas with the world.

You can know more about me on