Tapi pertama saya akan membahas cara mengunci folder tanpa sotware terlebih dahulu dan beginilah caranya mengunci folder dengan password tanpa software.
- pertama bukalah program notepad caranya star > notepad
- kemudian copy paste script kode di bawah ini ke dalamnya
- Ganti teks yang bercetak biru dengan kata sandi yang anda inginkan hilangkan atau delete karakter ENTER pada setiap baris kemudian save file ini dengan nama "lock.bat" dalam suatu folder, ingat simpan dengan format ".bat" kemudian ganti type nya menjadi "All file"
- Kemudian buka file yang telah tersimpan tadi dengan memasukkan kata sandi anda kemudian akan keluar folder yang bernama "Locker" simpan data rahasia anda di dalamnya kemudian klik kembali file yang disimpan tadi dan teka "Y" kemudian enter.
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 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 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%== type your password here 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
@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 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 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%== type your password here 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
Berikut ini Link downloadnya.
My Lockbox 2.4 size (2.41 MB)
terimah kasih semoga bermanfaat.
Tidak ada komentar:
Posting Komentar