MEMBUAT LOCKER DENGAN NOTEPAD
1. Buat sebuah folder, Buka Notepad
2. Paste Script berikut ke dalam notepad :
cls
@ECHO OFF
title Folder Lock by Cybertex-Komputer.blogspot.com
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. Simpan Notepad dengan nama Locker.bat (Pastikan save as type : all files)
4. Sekarang buka folder tadi, buka file MS DOS yang bernama Locker,
5. Akan ada Folder baru bernama Private , Letakkan File yang akan di simpan di locker pada folder private.
6. Buka Kembali File MS DOS bernama Locker tadi, tekan Y untuk mengunci Folder.
7. Folder anda telah terkunci (Hidden)
8. Buka Kembali File MS DOS 'Locker' Untuk Membuka File yang Anda Kunci. Masukkan Password anda.
9. Folder Private yang Berisikan File anda Telah Muncul
NB : Yang terpenting adalah anda harus selalu mengingat password anda
0 komentar:
Posting Komentar
۩۞۩ Pembaca yang baik selalu meninggalkan komentar yang baik dan sopan. ۩۞۩
Komentar berunsur Junk, Spam, Flaming dan sara tidak akan di tampilkan.