You all have some important data which you wanna hide from others access,There are so many softwares which will hide Or lock you folder but as you all know i never like to use any third party softwares

So here is the trick from which you can lock any folder:-

  • Make a folder,
  • Now open Notepad and paste following code in it

Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private “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%== TechnoArea goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

  • Now find the word TechnoArea on line 23 Or 24 and replace it with the password you want set,
  • Now save it as locker.bat ( A Windows Batch File ) inside the folder created in First step,
  • Now Open the folder (created in First step) and double click locker.bat file,
  • Now you will see that it has created a Private folder,put any thing which you wanna hide inside Private folder,
  • Now double click on locker.bat file,command prompt will appear just press Y and hit Enter,
  • Now you will see that Private folder is not there,
  • Now to get your files back again launch locker.bat file and type you password in the command prompt,
  • Now you will see Private folder back.

If are unable to create bat file Or want a ready-made file then download it from belows link.After downloading open TechnoArea folder and launch locker file to create Private folder.The default password is TechnoArea (it is a case sensitive password type as mentioned).

You can change password by opening locker file in Notepad

Download Hide Folder File

4 COMMENTS

    • Did you tried it??

      Or posting comment by just thinking that its not possible… If copy pasting is not working then try to download file and try on it
      Just give it a try and if it fails contact me i will surely help you cause as far as i knw this trick works fine and it is tested by me and some of my frnd on Windows 7 and Windows Vista 🙂

      Sry no idea abt XP
      And ya i will surely love to listen your rpl not only on this article but if you think that any other trick is not working then feel free to contact me

    • Did you tried it??

      Or posting comment by just thinking that its not possible… If copy pasting is not working then try to download file and try on it
      Just give it a try and if it fails contact me i will surely help you cause as far as i knw this trick works fine and it is tested by me and some of my frnd on Windows 7 and Windows Vista 🙂

      Sry no idea abt XP
      And ya i will surely love to listen your rpl not only on this article but if you think that any other trick is not working then feel free to contact me

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.