Make A Folder Secured with Batch File

Written by on ,
Di sini saya akan menjelaskan cara mengunci folder anda dengan file berekstensi Batch (*.bat). Mengapa menggunakan batch file? karena tampilannya yang seperti hacker-hacker gunakan dan sangat mudah untuk dipahami... langsung saja

#1 Buka Notepad
#2 Copy code di bawah ini

@ECHO OFF
cls
title Folder Locker by art-of-hacks.blogspot.com
color a
echo.
echo CompanyName : Art-Of-Hacks
echo Copyright : (c) 2012 Created by Art Of Hacks Team
echo ProductName : Folder Locker - Secure your Folder
echo ProductVersion : 1.0 beta

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo.
echo.
echo Are you sure you want to lock this private 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.
echo You input the invalid character!!!
echo.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo.
echo.
echo Folder locked successfully..!!
echo.
TIMEOUT 5
goto End
:UNLOCK
echo.
echo.
echo Enter the password to unlock this private folder!!
echo.
set/p "ps=>"
if NOT %ps%==art-of-hacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo.
echo Folder unlocked successfully!!
echo.
TIMEOUT 5
goto End
:FAIL
cls
echo.
echo.
echo You enter the invalid password!!
echo.
echo.
goto UNLOCK
:MDLOCKER
md Private
echo.
echo.
echo private folder built successfully!!
echo Password Standard anda adalah art-of-hacks
echo.
echo.
pause>nul
goto End
:End


#3 Paste di notepad
Kata yang berwarna biru dapat anda ganti dengan password anda
#4 Save As di mana saja dengan nama Folder Locker.bat

 Nanti hasilnya akan seperti ini:


tags: folder lock, batch file, lock, folder, batch

Tidak ada komentar:

Posting Komentar

Jangan lupa berkomentar setelah membaca.
Semua trik disini telah menjadi tanggungjawab masing-masing :)
Jangan lupa G+ nya yaa ._.

Hosting Unlimited Indonesia