Banyak sekali software untuk mengunci sebuah file atau folder agar tidak mudah
diakses orang lain. Dengan keyword "Lock Folder Software" maka akan
didapati sekian banyak software yang menawarkan proteksi untuk file atau
folder. Dengan berlabel Free Download / Trial -> dan setelah diinstall maka
kita disuruh mendaftar (register) dan akhirnya kita disuruh membeli.
Cara berikut ini adalah cara yang paling
gampang dan tidak harus bayar. Ikuti trik berikut ini :
1. Copy dan Paste-kan kode dibawah ini
kedalam 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%==type
your password here 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
2. Simpan file tersebut dengan Nama
Lock.Bat pada folder yang akan dikunci
3. Tutup dan kemudian buka lagi file
tersebut, dan akan tertera perintah untuk memasukkan password (Enter Password)
untuk membuka kunci folder
4. Ketikkan kode password Anda
5. Klik lagi, dan akan tertampil
perintah "Do you want to lock the file Y/N".
6. Ketikkan “Y” dan tekan Enter.
Catatan :
type your password here goto
FAIL : Ganti teks yang berwarna biru untuk
password anda.
Sumber : http://sauki14.blogspot.com/2013/04/cara-memberi-password-pada-folder-tanpa.html
Tidak ada komentar:
Posting Komentar