Follow us on Facebook
Powered by: Internetsmash

Tuesday 25 February 2014

Lock Folder Without Any Software

Lock Folder Without Any Software


Lock Folder Without Any Software, Just follow several steps:


  • Go Start panel type cmd
  • Type Notepad in its location area to open it
  • Now Copy the below code & paste it in your notepad
cls
@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%==type your password here 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
:End
  • Save it as desired name.bat
  • Now you see a file.
  • By Changing text YOUR PASSWORD HERE  in code with password of your own choice.
44
  • Double click on XYZ.bat saved in above step.
  • It will generate a folder named Locker below XYZ.bat file.
44
  • Place all your stuff in LOCKER folder that you want to hide.
  • After you have placed your content that is supposed to be hidden, double click on XYZ.bat file.
  • This will ask permission to lock this folder, type Y & hit Enter.
44
  • Locker folder will be disappeared.
  • Whenever you wanna see hidden content in your locked folder, double click on XYZ.bat file. This will ask you for the Password assigned in above steps.
44
  • Just Enter your password.
  • Locker folder will appear with all the content placed in it. You can also ADD more into it.
  • Try to assign  .bat file name similar to windows system files.
So you have just Lock Folder Without Any Software. Hide all your content in password protected folder without software in any version of windows.  

Share This!



No comments:

Post a Comment