Home » , , » mengunci / memberi password pada folder dengan notepad

mengunci / memberi password pada folder dengan notepad

Written By A on 28/02/2013 | 1:47 am

بِسْــــــــــــــــــــــمِ اللّهِ الرَّحْمَنِ الرَّحِيْم

Sang Newbie ingin berbagi....


Cara Mengunci Folder

1.Buka Notepad ..

2.Copy Code Berikut

cls@ECHO OFF

title Folder Locker by Rei Kendo | Rei-gamerz.blogspot.com

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 lockedgoto End

:UNLOCK

echo Enter password to Unlock folder

set/p "pass=>"if NOT %pass%==password-anda 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 Lockerecho Locker created successfully

goto End

:End

3.save dengan (nama terserah).bat dan di direktory yg di inginkan

4.klik 2x file .bat , dan muncul folder khusus yang bernama Locker

5.simpan berbagai folder/file ke dalam folder Locker tersebut

6.klik 2x file .bat tadi dan ketikan y/Y > Enter ... untuk mengunci folder

7.untuk membuka folder , klik 2x file .bat dan ketikan password anda > Enter



NOTE : ganti tulisan password-anda dengan password anda



Terima kasih atas kunjungannya, silahkan tinggalkan komentar anda
By : Rei Gamerz on Cyber
Share this article :
 
Copyright © 2013. Rei Gamerz - All Rights Reserved
Proudly powered by Blogger