Home » , , » Cara Menyembunyikan File dalam Folder dan Memberi Password

Cara Menyembunyikan File dalam Folder dan Memberi Password

Apakah kamu punya file file penting yang bersifat sangat pribadi ??? Sudah amankah file -file tersebut di PC kamu ??? Jika kamu belum merasa aman di sini saya aka memberi solusi bagaimana cara menyembunyikan file dalam folder yang di beri password. Jadi tidak usah khawatir lagi jika ada orang yang mengotak atik file pribadi kamu, sehingga aman dan hanya kamu yang bisa memukanya. langsung saja :
  1. pertama tama copy script di bawah ini ke notepad (start => accessories => notepad)
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 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 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%==MASUKKAN  PASSWORD ANDA 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

2. Ganti kalimat MASUKKAN PASSWORD ANDA dengan password yang kamu inginkan.
3. Save file dengan format .bat (ex : run.bat).
4. Kemudian jalankan file tersebut.
5. Setelah itu masukkan password yang sudah kamu buat tadi.
6. Kemudian Muncul folder baru bernama locker.
7. Drag folder / file yang akan diproteksi ke dalam folder locker,
8. Jika sudah jalankan kembali file .bat kemudian pilih Y untuk memberi password password folder tersebut.

Cara membuka file yang telah di beri password, dengan cara menjalankan file .bat kemudian masukkan password yang sudah kamu buat..

Contoh : Cara membuka file yang sudah di password

Masukkan Password

Kode File locker.bat





3 komentar:

  1. Greetings! I've been following your site for some time now and finally got the bravery to go ahead and give you a shout out
    from Atascocita Texas! Just wanted to say keep up the excellent work!

    BalasHapus
  2. constantly i used to read smaller articles which also clear their motive,
    and that is also happening with this paragraph which I am reading at this time.

    BalasHapus
  3. This text is priceless. How can I find out more?

    BalasHapus

Jangan lupa komentarnya, . . :D