Skip to main content

LOCK YOUR FOLDER WITHOUT ANY SOFTWARE


Make your data secured in the folder by keeping lock without any software
  • Open notepad and then paste the below code
  • cls
    :End
    @ECHO OFF
    title Folder Locker
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo Are you sure u want to Lock the folder(Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock folder
    set/p "pass=>"
    if NOT %pass%==pavan goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Locker
    echo Locker created successfully
    goto End
In the code the password has been set as "pavan".You can change it by editing the following line
if NOT %pass%==pavan goto FAIL

Now save this notepad as yourfoldername.bat ,  I am creating my file as pavan.bat file 
Double Click on this .bat file and you will see a Locker Folder at the same location where your .bat file is saved.

  • Double click on that Locker folder and keep your personal data in it.
  • After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter.


  • Now your Locker will hide and only .bat file will be there.
  • Double Click on this .bat file and give your password (pavan) and hit Enter


  • That’s it. Now every time you want to open your secret folder you have to enter the password. 
  • This is very useful to hide your data and to keep the data highly secured.

Comments

Popular posts from this blog

Hide your IP address with Proxy servers

The most common method to Hide your IP address is to use a PROXY server. Proxy server is a computer network service that provides an indirect connections between other computer networks. By using this proxy sites we can access any website with out revealing our IP address. This is the best method to keep your IP address secure. Here is the free proxy server website link.  http://www.freeproxyserver.ca/     We need to type the URL of such as (www.facebook.com) in the box given in the site, then we can browse it with out providing our IP address

Future Mouse-Evo Mouse

New evolution of the Mouse. In 1980's round ball mouses are invented, then technology introduced Optical mouses. Now upcoming Mouse is named as Evo mouse . No more movement of your hands on placing a physical mouse,   Your finger is the pointer . You can use this mouse on any Flat Surface and also it requires very little space. This mouse contains a Power button on the top, Mini USb port . It works with the help of bluetooth and input is taken by the sensor. View this Video to know the functionality of   EvoMouse

Control your computer with your voice commands

You can control your PC by using your voice commands Windows7 has an amazing feature, you can say commands that the computer will respond to, and also you can dictate text to the computer. First of all you need to set up your computer for windows speech recognition. There are three steps to setting up Speech Recognition: set up your microphone, learn how to talk to your computer, and train your computer to understand your speech. Before you get started, make sure that your microphone is connected to your computer . Set up your microphone Open Speech Recognition by clicking the  Start  button  , clicking  Control Panel , clicking  Ease of Access , and then clicking  Speech Recognition . Click  Set up microphone . Follow the instructions on the screen. Note The success of speech recognition is directly related to the quality of the microphone you use. The two most common types of microphones for Speech Recogn...