Langkah 1 : Open notepad and copy this text
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private 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 Private "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%== DanielChang goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
Langkah 2 : the text DanielChang" u can change with u password
Langkah 3 : Save As Notepad with name "locker.bat" (no " ")
Langkah 4 : Klik locker.bat use Y for lock folder
11/24/2008
Membuat Folder Password Dengan Notepad
Subscribe to:
Post Comments (Atom)
Headline News
-
-
Pangdam Jaya: Ada Umat Islam Pakai 'Amar Makruf' untuk Klaim Kebenaran - Pangdam Jaya Mayjen Dudung Abdurachman menyebut ada segelintir umat Islam yang memakai istilah 'amar makruf nahi mungkar' untuk mengklaim kebenaran.4 years ago
-
Tense Thailand votes after election eve violence - Elections in Thailand passed off peacefully on Sunday but the country was no nearer to ending its intractable political conflict, with the government facin...11 years ago
Tukeran link
Copy kode di bawah masukan di blog anda, saya akan segera linkback kembali








God With Us - Mercy Me
Hulk

bos, klo file bat.nya terhapus gimana?????
ReplyDelete