Lock Folder tanpa Software

Banyak sekali folder yang kita ingin rahasiakan dari akses orang lain,Anda bisa menggunakan script dibawah ini untuk menyembunyikan folder-folder dari tangan-tangan usil orang lain...lanjuuut?

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 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 locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here 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

















- Copy dan paste pada notepad script di atas
- simpan file dengan ekstensi .bat
- sekarang untuk menjalankan klik 2x pada bat file tersebut.
- setelah di klik akan muncul folder Locker
- masukkan semua file yang ingin disembunyikan di dalam folder Locker
- lalu klik kembali bat file Anda lagi.
okay...foldernya sudah terkunci! :)

sumber

2 comments:

Facechan mengatakan...

Wah2... Patut dicoba tuh...

dari pada susah-susah pake software buat ngunci folder..

nice info sob......

mareas nami sipayung mengatakan...

Ok sob,
tapi data yg di masukin ke lock foldernya lebih baik di backup sebelumnya...
siapa tau ter detect di AV sebagai program berbahaya :D(buat jaga-jaga)