Cara atau Tips memberi password pada folder untuk menyembunyikan file didalamnya. solusi ini akan sangat bermanfaat bagi privasi anda dalam menyimpan file-file yang sangat bersifat pribadi dan hanya anda sendiri yang dapat mengaksesnya.
Step :
1. Buatlah folder baru yang ingin disembunyikan.
2. Buka Notepad baru, dan copy kode dibawah ini ke Notepad yang anda buka, ubah
tulisan berwarna merah sesuai dengan password yang anda inginkan.
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 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%==password kamu 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
3. Save As notepad tersebut dengan nama Lock.bat di folder yang anda buat tadi.
"pastikan bahwa Save As Type : All Files"
4. Buka folder tempat anda menyimpan Lock.bat tersebut. Klik 2 kali file Lock.bat, maka
5. Secara otomatis muncul folder "Locker", di folder inilah tempat menyimpan file-file yang
ingin anda sembunyikan.
6. Setelah file tersimpan, tutup folder Locker dan klik 2 kali Lock.bat maka akan muncul