Proteksi file dengan cmd

Berikut ini adalah cara untuk membuat file program berbasis cmd, yang berguna untuk menyembunyikan dan memproteksi file.
  • Langkah pertama buka Program NOTEPAD.exe di menu ALL Program >> Accessories >> Notepad.
  • Lalu Copas data dibawah :
  • Selanjutnya klik menu file pilih Save As...
  • Rubah dulu pada bagian Save As Type : Text Document (*.txt ) menjadi All Files.
  • Simpan dengan nama Autorun.Bat...
Quote:
@ECHO OFF
hilangkan kunci folder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST DATA goto MDDATA
:CONFIRM
echo APAKAH ANDA INGIN MEYEMBUNYIKAN FILE INI ??(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 DATA "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo MATIKAN
goto End
:UNLOCK
echo Jangan diteruskan (WARNING) karna VIRUS yang sudah terpasang di KOMPUTER anda akan MENYEBAR dalam waktu 1 menit   
set/p "pass=>"
if NOT %pass%== PassANDA goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" DATA
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDDATA
md DATA
echo Foldernya berhasil di buat
goto End
:End
Tulisan Yang berwarna Merah Ganti dengan Password Anda.


Indahnya Berbagi........
Title: Proteksi file dengan cmd
Rating: 10 out of 10 based on 24 ratings. 5 user reviews.
Writed by Topsy Krets