Mau tau caranya ? Silahkan baca artikel ini :
1. Buatlah sebuah folder baru ( nama folder bebas, sebagai contoh kita beri nama “dataku”)
2. Ketiklah code dibawah ke sebuah file (ketik pake notepad aja) kedalam folder yang anda buat diatas.  
Code :    
cls   
@ECHO OFF   
title Folder Private   
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK   
if NOT EXIST Private goto MDLOCKER   
:CONFIRM   
echo Are you sure you 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 Private "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%== password here goto FAIL   
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"   
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private   
echo Folder Unlocked successfully   
goto End   
:FAIL   
echo Invalid password   
goto end   
:MDLOCKER   
md Private   
echo Private created successfully   
goto End   
:End
3. Setelah anda selesai membuat code diatas (biar cepat copy paste aja), lihat pada line (23), anda akan menemukan "password here" <– ( ubah kata "password here" dengan password yang anda inginkan, misalnya 123abc ) . 4. Setelah itu, simpan file tersebut dengan "lock.bat" di folder “dataku”. 5. Doble Klik File “lock.bat” tersebut dan akan muncul folder baru dengan nama "Private" .
6. Untuk menyembunyikan file yang kita inginkan, anda tinggal copy dan paste semua file kedalam Folder “Private” tersebut, jika telah selesai, kembali jalankan File "LOCK" tadi, dan akan muncul pertanyaan "Are you sure you want to lock the folder (Y/N)?”
7. Ketiklah "Y" lalu enter untuk melanjutkan. Dengan begitu folder “Private” tersebut akan terlock alias hilang dari kasat mata.
8. Jika ingin membuka folder private tadi, tinggal Jalankan file LOCK dan masukan password yang anda buat tadi.
Special Thanks buat Mas Oki di http://www.okihelfiska.net/



 



0 Response to "Cara Kunci Folder Tanpa Aplikasi"