There is many applications/softwares to hide your personal data. It has large size. And if you install apps which hiding folder then then people thing that something private is in your laptop/computer you hide and they try to find that. And many people can easily crack some kind of applications and see your private data. To avoid this we provide one code. You have to only follow the steps:
Step 1: Copy this code(without quotes)
@ECHO 0ff
title Folder Private
if EXIST "HTG Locker" 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 "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== YOUR_PASSWORD goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private echo
Private created successfully
goto End
:End
Step 2: Put your code instead of Your_Password in above code
Step 3: Save this code anywhere with any name but with ".bat" extension. Example: Locker.bat
Step 4: Now open your bat file & enter your password. It will create a new folder name as "Private" You have to move your private data in this folder.
Step 5: After Successfull moving of data again open bat file and type 'y' to lock again your data. Congratulations. You created Locker successfully.
***Note: Convert your bat file to exe file using bat-to-exe convertor. Cause anyone can see your password from bat file. Share if you Like.
No comments:
Post a Comment