Thursday, August 11, 2016

How To Lock Any Folder Without Software

How To Lock Any Folder Without Software


INTRODUCTION:-
Hello friends, Now I am here by which you can lock your files without using any software or without download any software by using some simple steps you can do this, Its very easy task dont worry its not hard. Follow given below snap shot pictures step by step and you can also do this without any software. Lets go.


HOW TO LOCK ANY SOFTWARE:-
  • First copy this code from below:-
cls
@ECHO OFF
title Folder BjaberLock
if EXIST "COMPUTING Locker" goto UNLOCK
if NOT EXIST BjaberLock 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 BjaberLock "COMPUTING Locker"
attrib +h +s "COMPUTING Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== Bjaber goto FAIL
attrib -h -s "COMPUTING Locker"
ren "COMPUTING Locker" BjaberLock
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md BjaberLock
echo BjaberLock created successfully
goto End
:End

  • Now Follow given below snap shots.
  • First create a text document in any folder.
  • Then open text document file and paste that code which is you copied from beginning and if you want to change password than change password, see given below snap shot. 
  • Now save that text document in .bat file see given below snap shot, how to save this file.
  • After that double click on that file which you save, see given below snap shot.
  • After double clicking on locker.bat file a window will appear on your screen type "y" and enter like given below snap shot.
  • Now hide locker file.
  • Then type your password to unlock this file and press enter.
 
  • Enjoy.

Dont forget to share our blog and if any problem related this post than give your comment in given below comment box.
Stay connect with us for more tips and tricks.

Get