Today I will tell You how to lock any folder without help of any software.
Follow some simple tips Mention below to lock your folder without help of any software.
1:-Open Notepad and COPY below code and PASTE it in Notepad
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%==1vikash 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
2 : find "1vikash " in code and replace it with your password .
3 : save it with " 1vikashlock.bat " extention .
4 : when you run this file it will creat a folder and you can keep your data when you double click the file again then your folder will disappear and when you re-click the .bat file then it will ask for your password so give password and get your matter back.
ENJOY TRICK
Very nice and useful trick.
ReplyDeleteThankYou "Vikash Choudhary"!!!
most Welcome..pran
ReplyDeletethanks vikas nice tricks
ReplyDeletedude you rock mast trick yaar
ReplyDeleteThanks and most Welcome Friends
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete