___________________

This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tutorial Mengunci Folder dengan menggunakan Notepad


 

gembok komputerSetelah opa membahas mengenai Tutorial mengunci folder dengan "properties" tidak dengan menggunakan bantuan software, registry, ataupun notepad. Nah kali ini praktise2 akan mencoba berbagi informasi yang masih menyangkut tentang mengunci folder, tapi tutorial kali ini opa akan menjelaskan cara mengunci file tersebut dengan menggunakan notepad.

Cara ini relatif lebih mudah dibanding dengan mengganti properties, karena kita cukup meng-copy code ke notepad dengan extensi bat. ingin tau lebih jelas caranya, Let's go to try :

@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo yakin folder mau di 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 locked
goto End
:UNLOCK
echo masukan password untuk buka Folder
set/p "pass=>"
if NOT %pass%==praktise2 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


  1. copy kode diatas ke Notepad, selanjutnya save file notepad dengan exstensi .bat
  2. Caranya pada saat save, dan pada save as type nya ganti ke all files, setelah itu isi deh nama file nya dengan exstensi .bat.
  3. contoh : praktise2 save dengan nama : kunci, maka pada saat save isi dengan kunci.bat
  4. Klik 2 kali kunci.bat tsb maka akan pertanyaan "masukan password untuk buka folder" isikan passwornya yaitu praktise2 lalu akan muncul folder locker, masukkan file atau folder pribadi anda kedalam folder Locker tersebut
  5. Setelah itu , klik 2 kali kunci.bat
  6. maka akan muncul pertanyaan,"yakin folder akan dikunci" tekan Y dan ENTER, maka folder locker sudah menghilang
  7. untuk membukanya lagi, anda cukup klik 2x kunci.bat
  8. anda bisa mengubah pasword dengan yang anda inginkan.caranya ganti kode diatas pada baris if NOT %pass%==praktise2 goto FAIL
  9. pada kata praktise2 bisa anda ganti dengan pasword yang anda sendiri.
Semoga bermanfaat.

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More