Selasa, 12 Februari 2013

Cara Membuat Password Pada Folder :D


Ok sobat my~self..
Sekarang saya akan memberi tahu cara membuat password pada folder (walau dah ketinggalan tapi ane masih mau ngpost ny .. hehehe) caranya yaitu :




1. bukalah aplikasi notepad yang sudah ada di laptop atau pc kamu, cari aja ada di accessoris yg gambarnya begini ny



2. isi listingnya atau di copy seperti di bawah ini :

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 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%==password kamu 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


3. sesudah di copy kamu ubah yang bertulisan "password kamu" di atas dengan password yang kamu inginkan

4. lalu di save dengan nama Lock.Bat jangan nama yang laen ye ??
klo sudah pasti akan ada folder bernama "Locker"

4. setelah itu kamu copy folder atau file kamu ke folder "Locker" nya

5. nah tinggal kamu konci foldernya dengan cara kamu klik lagi "lock"
 nya, di samping folder "locker" biasanya

6. setelah itu akan muncul konfirmasi bertuliskan "Are you sure want to lock the folder ? Y/N", silahkan anda ketik "Y" lalu tekan enter.


 Selamat, folder anda sudah berhasil terpassword ..
hureeeeeeeeeeeeeeeeeeeeeeeeeee :D


thanks and good try .. :)
Jangan lupa komentnya ya gan .. :(


Tidak ada komentar:

Posting Komentar