Lots of software to lock a file or folder that are not easily accessible to others. With the keyword "Folder Lock Software" it will be found to the many software that offers protection for files or folders. With labeled Free Download / Trial -> and once installed we were told to enroll (register) and finally we were told to buy.
The following is the most easy and not have to pay. Follow tricks How To Make The Folder Password below:
• Copy and paste the code below into Notepad
cls
@ECHO
OFF
title
Folder Locker
if
EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto
UNLOCK
if
NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo
Are you sure u 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
Locker "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%==PASSWORDMU goto FAIL
attrib
-h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren
"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo
Folder Unlocked successfully
goto
End
:FAIL
echo
Invalid password
goto
end
:MDLOCKER
md
Locker
echo
Locker created successfully
goto
End
:End• Save the file with the name Lock.Bat the folder will be locked
• Close and then open the file again, and will be listed command to enter a password (Enter Password) to unlock the folder
• Type your password code
• Click again, and it will be displayed the "Do you want to lock the file Y / N".
• Type "Y" and press Enter.
Note:
type your password here goto FAIL: Replace the BLUE colored text with your password
0 komentar:
Posting Komentar