Get All Software, Games & Tips and Tricks With live T.V Channels..

Lock Folder Without Software Protect Your Files Guaranteed

Saturday 24 November 2012 | comments


Lock folder without software
Lock Folder without installing Software Trick: 
Protect your files without installing a software for it.Some time you need to hide your files but now a days everyone know how to view hidden files in windows.This post(tutorial) will explain you how to lock and hide your files that cannot be accessed by someone else. it will need password to view the files.
Your Privacy guaranteed and you don't need to worry for your files.You can apply this method to all versions of windows including windows Xp/vista/7/8.

How To Lock and Hide Folder? : Follow Below steps
Step1.
Copy the below code and paste it in notepade, save this file Lock.bat


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%==123456789 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



Hiding locking folder
Step 2:
  1. Run this file(click on the file) and type Y and hit enter.
  2. So a  locker folder will created automatically(copy your files to that folder).Now again run the file and type password 123456789, the folder will disappears and locked.
  3. To unlock the folder again run the file and enter your password 123456789

Note: You can change the password just replace 123456789 with your own password in the file.

                                       Watch video How to do it(Youtube)  By Skip Add..
Share this article :

Post a Comment

 

Copyright © 2012. Hash-Zone - All Rights Reserved