Easy Ways To Lock/Hide Folders Through Notepad Version English
Easy Ways To Lock / Hide Folders Through Notepad
Posted By GeraldOfficial
We sometimes always uncomfortable or even angry if there are other people who open our data folder offhand and without the knowledge of our own. Here I will give you tips on how to lock our data folder so no one who can open it and only we alone can open it.
Here are the steps to lock folders via notepad:
Open Notepad with How-PROGRAMS-ACCESSORIES STAR-NOTEPAD
After that you copy the existing code below.
@ ECHO OFF
secret title
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
: CONFIRM
echo Do You Want 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 (Y = yes, N = no).
goto CONFIRM
: LOCK
ren Locker "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib + h + s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
This echo Folder Is Locked
goto End
: UNLOCK
echoenter password
set / p "pass =>"
if NOT% pass% == goto FAIL masukanPassword
attrib-h-s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Unlocked
goto End
: FAIL
echo Invalid password
goto end
: MDLOCKER
md Locker
echo Locker created successfully
goto End
: End
After you copy the script code above, then save with the name rahasia.Bat or it could be another name as long as the extension. Bat instead. Txt.
Note:
1. Enter your password in the space-YOUR PASSWORD red.
2. Double-click the folder that has been formatted "bat". and will automatically create a new folder.
3. Then put the file in a folder locker.
4. Click on the file "bat" again.
5. It will ask if you want to lock the folder.
6. Press Y or y for Yes and N or n for No.
Locker folder will completely hide personal folder / your important and can not be seen without knowing the password and can not search. So, your file will be completely inaccessible.
Now when you want to open it just double click the file "bat". Enter your password and the folder will be visible to you.
Posted By GeraldOfficial
We sometimes always uncomfortable or even angry if there are other people who open our data folder offhand and without the knowledge of our own. Here I will give you tips on how to lock our data folder so no one who can open it and only we alone can open it.
Here are the steps to lock folders via notepad:
Open Notepad with How-PROGRAMS-ACCESSORIES STAR-NOTEPAD
After that you copy the existing code below.
@ ECHO OFF
secret title
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
: CONFIRM
echo Do You Want 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 (Y = yes, N = no).
goto CONFIRM
: LOCK
ren Locker "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib + h + s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
This echo Folder Is Locked
goto End
: UNLOCK
echoenter password
set / p "pass =>"
if NOT% pass% == goto FAIL masukanPassword
attrib-h-s "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Unlocked
goto End
: FAIL
echo Invalid password
goto end
: MDLOCKER
md Locker
echo Locker created successfully
goto End
: End
After you copy the script code above, then save with the name rahasia.Bat or it could be another name as long as the extension. Bat instead. Txt.
Note:
1. Enter your password in the space-YOUR PASSWORD red.
2. Double-click the folder that has been formatted "bat". and will automatically create a new folder.
3. Then put the file in a folder locker.
4. Click on the file "bat" again.
5. It will ask if you want to lock the folder.
6. Press Y or y for Yes and N or n for No.
Locker folder will completely hide personal folder / your important and can not be seen without knowing the password and can not search. So, your file will be completely inaccessible.
Now when you want to open it just double click the file "bat". Enter your password and the folder will be visible to you.
Fvk*ng Nice
ReplyDelete