Have some private data in your computer and want to avoid others from accessing it.
If yes, then you are at the right place. Today we are sharing a cool trick with you all with which you can hide your private files in a hidden folder, which can be accessed only by your password.
SO HERE IS THE TRICK-
1-Open notepad and copy paste the following code.
@ECHO OFFif EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST MyFolder gotoMDMyFolder
: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 Folderset/p “pass=>”
if NOT %pass%== tricksaddiction 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
:End2-Save this notepad file as lock.bat.[.bat is must]
3-Now double click on this file whick you just saved. After clicking you will see a new folder named MyFolder.
4-Now move all the data which you want to protect in this folder.
5-Now double click on the notepad file named lock.bat.
6-Now a command promt will appear asking Are you sure to lock this folder? Type Y and hit enter.
7-Now MyFolder will be hidden.
8-Now whenvever you want to access this folder, just click on lock.bat and it will ask for password.
9-Now enter tricksaddiction and hit enter. Now you can access your files.
NOTE- If you want to change the password then replace tricksaddiction with your password in the code above.
Hope it will be useful to all of you. Keep visiting for daily updates.
Incoming search terms:
free recharge generator software
mobiletricks and tips for hide data
No comments:
Post a Comment