Posts Subscribe comment Comments

Mengunci folder dengan Notepad

Cekidot gan!!!!

trik mengunci folder dengan notepad sederhana


1. Buat folder baru ( nama folder terserah dah )
2. Copy script berikut di notepad :
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 dicopy script diatas, cari kata password here pada script diatas. ubah dengan password yang u inginkan
4. Save dengan format(ekstensi) .bat misal locker.bat di folder yg tadi u buat
5. Kembali ke folder tadi n u akan melihat command(locker)
6. Klik Comand tersebut dan akan muncul folder baru dengan nama "Private"
7. Nah.. sekarang tinggal menjalankan misi penyembunyian file pribadi dengan cara
memindah file2 pribadi anda kedalam folder "private" tadi, setelah u yakin semua file g ada
yang tersisa, kembali ke Comand "LOCKER" tadi dan klik Comand tersebut, ntar keluar notice "apakah anda mau mengunci folder anda?" Y/N ? 
8. Ketik Y.......jreng-jreng-jreng folder yg u buat tadi otomatis terkunci,
9. Jika u pengin membuka folder kuncian. klik 2xpada Command LOCKER, lalu masukan password yg u buat tadi


Smoga berguna n bermanfaat bagi nusa bangsa

1

BILLY-Blogz nyarios ... :

bos carikan code yg baru ya game game

Silahkan Tulis Komentar Anda ...

Design by My Master Azis Lamayuda