Social Icons

Pages

Cara memberi password pada folder pribadi


Punya file rahasia atau pribadi yang tidak ingin di lihat orang lain, misalnya blue film ? Mungkin anda kawatir jika disimpan difolder komputer bakal dibuka oleh orang lain? nah untuk keamanan sebaiknya di beri password
ok lansung saja .. !!




  • Buatlah folder baru di kompi atau PC anda.
  • Buka notepad, lalu copy kode di bawah ini ke 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 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 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

  •  Ganti text yang berwarna biru dengan password yang anda inginkan
  • Jika sudah, save as notepad dengan nama LOCK.bat dengan type all files
  • Simpan file notepad tersebut ke dalam folderyang sudah di buat
  • Tutup notepadnya, lalu buka folder yangtadi di buat
  • Nah disitu ada folder bernama locker, nah copy paste file yang ingin disimpan ke folder locker itu
  • Tutup folder lockernya dan klik lock.bat, nanti muncul tulisan "are you sure want to lock the file Y/N"
  • Ketik Y ( yes )
  • Lalu Lihat. file lockernya sudah tersembunyi
  • Untuk memunculkan kembali folder lockernya tinggal klik lock.bat dan masukkan password yang sudah di buat. Maka folder locker muncul kembali \ :v /

sekian. semoga bermanfaat bagi anda ... !!!!

2 komentar: