Create Personal Folders Without Using Software
Here I will give you tips to create a personal folder and you can mengkunci folder tersebeut with your password (without using the Software).
Next Tip it:
1. Open Notepad and copy and paste the code below:
cls
@ ECHO OFF
Folder title FolderRahasia
if Exist "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)" goto Unlock
if NOT Exist FolderRahasia goto MDLOCKER
: CONFIRMED
echo Do you want to lock these FolderRahasia? (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 Type Y or N.
goto CONFIRMED
: LOCK
FolderRahasia ren "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)"
attrib + h + s "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)"
echo FolderRahasia Locked
goto End
: Unlock
echo Enter password to unlock
set / p "pass =>"
if NOT% pass% == goto masukkanpassword FAIL
attrib-h-s "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)"
ren "Control Panel. (21EC2020-3AEA-1069-A2DD-08002B30309D)" FolderRahasia
echo FolderRahasia already in the open
goto End
: FAIL
echo a Password
goto end
: MDLOCKER
md FolderRahasia
echo FolderRahasia Success in a
goto End
: End
2. You can change any posts "masukkanpassword" with the password you want.
3. File Save As with the name "Kunci.bat" (without the quotes)
4. Click the file Kunci.bat (Dia akan create folders with the name "FolderRahasia")
5. Click again Kunci.bat file and enter "y" to lock the folder.
6. To open it you can click on the file Kunci.bat back and enter your password.
0 komentar
Posting Komentar