We all have lot of secret and private data. If your computer
is a public PC they are not secure. Others can see your private data if them
are not protected. If someone hacks your computer your private data is not
protected. Because hacker also doing others private data publishing. So we can
use Folder Lock softwares to protect them by others. There are many types of
software to protect folders with passwords. They are very useful and much
secured. IOBIT Protected Folder is one of the best software to protect your
data. So if you haven’t any software to protect your data from others, you don’t
worry about it. Because now I’m going to give you great notepad trick for
protect private data and folders without using any software.
This is 100% efficacious
trick than softwares. This trick works properly with Windows Operating Systems.
You can use this trick on Flash Drive or Memory Card. This is very easy and cool
trick. I will tell step by step how to protect data through this simple trick.
- First of all create a New Folder anywhere that you want to lock folder.
- Then go to your New Folder and create Text Document in it.
- Now open the New Text Document and paste below code in the document.
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 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 "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%== PASSWORD_GOES_HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
- And now replace PASSWORD_GOES_HERE with your password.
- Next go to the File > Save As and give these options and click Save.
File name = locker.bat
File type = all files
- Now you can see the locker.bat file created in this folder and open it.
- Then a new folder will create named Private beside the locker.bat file.
- Now put your all data into the Private folder you want to protect.
- And after you stored data again open the locker.bat file. Then it will ask you to save. So give “Y” and press Enter key.
- Well done! Now you’re already finished the work. To open Private folder you have to open locker.bat at first. When open the locker.bat it asks password to open Private folder.
- Now others can’t see your Private data. They are highly protected and secured.
0 comments:
Post a Comment