http://go.ad2upapp.com/afu.php?id=889117 https://go.ad2upapp.com/afu.php?id=889117

Halaman

Sabtu, 25 Agustus 2012

Cara Memberi Password Pada Folder

           Memberi password pada folder biasanya bertujuan agar tidak setiap orang yang membuka komputermu bisa membuka folder,Banyak sekali software untuk mengunci sebuah file atau folder agar tidak mudah diakses orang lain
cara memberi pass pada folder sangat mudah, Ikuti cara dibawah 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
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 dan untuk membuka kunci folder

4. Masukkan kode password anda

5. buka lagi file Lock.bat, dan akan muncul perintah "do you want to Lock the file Y/N"

6. Ketik "Y" (tanpa tanda petik) dan tekan Enter

7. saya peringatkan bagi anda, jangan sampai file Lock.bat tersebut hilang karna yang rugi 
    anda sendiri

Tidak ada komentar:

Posting Komentar