Trick To Protect Your Folders by Password Without Software

Filled under:

Hello Friends and welcome to Tricksking.In. Our todays post is very different from previous post "Free Unlimited Recharge Trick Using Paytm", hope you have enjoyed. In our todays post we are posting trick about how to lock your personal folder.
As folders have some important data which can be deleted easily, thus our todays trick is related with the keeping the data safe from deleted. This trick is helpful to avoid guest users or friends or relatives from accessing your private data. The trick consist of simple steps as follows.

Steps To Protect Your Folders :

 Step 1:- Copy the below code and paste in New Notepad file.

cls
@ECHO OFF
title techvisible.com
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder “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 Your Secure Folder
set/p “pass=>”
if NOT %pass%== 123 goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
Step 2:- Save the file as "protect.bat". You can use any name you want, make sure that you use ".bat" extension carefully.
Step 3:- Open the file. Now a new folder will be created as "MyFolder".
Step 4:- Copy and Paste all your data in that folder.
Step 5:- Now open the notepad file "protect.bat". A message box will appear, press Y. Your folder and all the data will get hide. To Open the folder again use the password "123".
Enjoy with protecting your data and dont forget to comment.
Thank You.

0 comments:

Post a Comment

Quetions?? Feel Free To Ask Here.