Cara mengunci Folder Tanpa Software
Selasa, 03 Januari 2012
Label:
Tips-Trik
Buka terlebih dahulu Notepad kemudian Copy paste kode berikut :
@ECHO OFF
xxx kunci folder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Serius nich mau Kunci ??(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 sudah terkunci
goto End
:UNLOCK
echo Silahkan masukkan paswordnya
set/p "pass=>"
if NOT %pass%== xxx 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 Folder berhasil dibuat
goto End
:End
Passwordnya bisa rubah dengan cara mengganti kode yang saya beri warna.
Kemudian anda save dengan extensi .Bat : Contoh Kunci.bat . borgol.bat
Cara menggunakannya :
1. klik kunci.bat nya (nama file .bat yang anda simpan tadi)
2. Kemudian akan muncul folder locker
3. Taruh file-file kamu di sana
4. Setelah file-file sudah ditaruh di folder locker, buka kembali lock.bat
5. Akan muncul command prompt dan bertanya "Serius nich mau Kunci ??(Y/N)"
Jika Ya, ketik Y, jika tidak, ketik N.
6. File sudah tersembunyi
Untuk mengembalikan file :
1. Buka lock.bat
2. Kemudian kamu akan diminta untuk memasukkan password, masukkan password yang anda buat. contoh "xxx"
3. Folder locker akan muncul kembali
4.Selesai
Semoga Cara Mengunci Folder Tanpa Software bermanfaat.
0 komentar:
Posting Komentar