Sekarang saya akan bagikan cara mengunci
folder menggunakan notepad..
nah kalau misalkan agan nih punya file rahasia
di laptop, dan ingin menguncinya tanpa software ini caranya gan....
1. Pertama buat folder baru khusus yang berisi file penting
atau rahasia. Klik New folder - Ketik nama folder baru misalnya Vidio Pribadi.
2. Kedua klik
2x folder Vidio Pribadi - Buka Notepad. Copy dan paste kode
dibawah ini pada notepad yang agan buka
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 agan 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. Ke tiga, pada kode script di notepad,
cari kata "password agan" dan ganti dengan pasword sesuai selera
4. Ke empat, pada notepad klik File - Save -
Pilih folder Vidio Pribadi - Ketikan nama file
locker.bat
5. Ke lima, lihat
pada folder Vidio Pribadi sudah ada file hasil notepad
bernama file locker bereksistensi Windows Batch File
6. Ke enam, Klik 2x file locker - jika diminta untuk mengisi
pasword, maka ketikkan Password yang agan isikan tadi di notepad. Setelah itu akan
keluar folder Private.
7. Ke tujuh, Pilih file-file folder yang akan di sembunyikan atau . Pindahkan ke folder Private.
8. Ke Delapan, Setelah semua folder rahasia dan penting sudah berada dalam folder Private,
maka kunci folder private. Klik 2x file locker - ketik y -
kemudian tekan enter.
9. Langkah terakhir, folder Private secara
otomatis akan sembunyi atau hidden. Jika ingin membuka atau menampilkan
file Private, klik 2x file locker - masukkan
pasword agan, misalnya 111111. Hasilnya folder Private
akan muncul kembali bersama file-file rahasia.
10. Finish.. enjoy
EmoticonEmoticon