Lock Folder Without Software

Lock Folder Without Software



This way I can from my teachers in college
It's easy
Go to Start - Programs - Accessories - Notepad
Enter / Copy Paste text below:



@ECHO OFF

lock folder
if EXIST "DATA PENTING.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDPENTING
:CONFIRM
echo lock your folder now ??(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 Locker "DATA PENTING.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "DATA PENTING.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Password please
set/p "pass=>"
if NOT %pass%== terserah goto FAIL
attrib -h -s "DATA PENTING.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "DATA PENTING.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPENTING
md Locker
echo Foldernya done
goto End
:End

Once copied all
Continue to Save As with the name "Key Folder.bat"
Once saved click 2x Key Folder.bat
until the folders with names Locked
Well there could Simpen your files
When dah saved click again "Key Folder.bat" press y
and you want to open the live content-pass "up" and can be changed

0 Comments

0 Response to "Lock Folder Without Software"

Post a Comment