Kali ini saya akan mengajarkan Anda mengunci folder dengan menggunakan Notepad. Jika Super Hidden pada Komputer di Actifkan, jangan khawatir Folder yang sudah di kunci akan berklamuflase menjadi yang diingin kan oleh si pengguna, misalnya Recycle Bin, My Computer, Start Menu, Control Panel dll. Langsung ke PRAKTEK nya.
Buka notepad dan Copy Paste kode di bawah ini.
@echo off
Title Mini Lock v.3.0.02 - By Banglope
Color A
set/p "pazz=Masukkan Password : "
if %pazz%==1234567890 goto Cek
goto Out
:Cek
if EXIST "Monster TKJ" goto Menu
if EXIST "Monster TKJ.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" goto a
if EXIST "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}" goto b
if EXIST "Network Connections.{7007ACC7-3202-11D1-AAD2-00805FC1270E}" goto c
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto d
if EXIST "My Network Places.{208D2C60-3AEA-1069-A2D7-08002B30309D}" goto e
if EXIST "Web Folder.{BDEADF00-C265-11d0-BCED-00A0C90AB50F}" goto f
if EXIST "Printers and Faxes.{2227A280-3AEA-1069-A2DE-08002B30309D}" goto g
if EXIST "Start Menu.{48E7CAAB-B918-4E58-a94D-505519C795DC}" goto h
if EXIST "Scheduled Tasks.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}" goto i
if EXIST "Recycle bin.{645FF040-5081-101B-9F08-00AA002F954E}" goto j
if EXIST "Scanners and Cameras.{E211B736-43FD-11D1-9EFB-0000F8757FCD}" goto k
if EXIST "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}" goto l
if EXIST "User Accounts.{7A9D77BD-5403-11d2-8785-2E0420524153}" goto m
if EXIST "Monster TKJ.{273380E8-1438-4B2C-95B0-713284FBC302}" goto n
goto Make
:Menu
cls
echo.
echo #####################################################################
echo ### Mini Lock v.3.0.02 adalah program untuk mengunci Folder. ###
echo ### Jadi folder Anda akan aman dari tangan orang jahil. Amin!!! ###
echo #####################################################################
echo.
echo -------------------------------------------------------------------------
echo Creator by Banglope E-mail: banglope@gmail.com Monster-TKJ.blogspot.com
echo =========================================================================
echo Pilih System kunci yang akan Anda gunakan.
echo [1] Windows Security [8] Start Menu
echo [2] My Computer [9] Scheduled Tasks
echo [3] Network Connections [10] Recycle Bin
echo [4] Control Panel [11] Scanners and Cameras
echo [5] My Network Places [12] Internet Explorer
echo [6] Web Folders [13] User Accounts
echo [7] Printers and Faxes [14] Folder
echo =========================================================================
echo [0] Keluar
echo =========================================================================
set/p "snum=Insert your Number : "
if %snum%=='' goto Menu
if %snum%==1 goto 1
if %snum%==2 goto 2
if %snum%==3 goto 3
if %snum%==4 goto 4
if %snum%==5 goto 5
if %snum%==6 goto 6
if %snum%==7 goto 7
if %snum%==8 goto 8
if %snum%==9 goto 9
if %snum%==10 goto 10
if %snum%==11 goto 11
if %snum%==12 goto 12
if %snum%==13 goto 13
if %snum%==14 goto 14
if %snum%==0 goto Exit
if %errorlevel%==1 goto Menu
goto Menu
:a
attrib -h -s "Monster TKJ.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"
ren "Monster TKJ.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" "Monster TKJ"
goto Keluar
:b
attrib -h -s "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
ren "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}" "Monster TKJ"
goto Keluar
:c
attrib -h -s "Network Connections.{7007ACC7-3202-11D1-AAD2-00805FC1270E}"
ren "Network Connections.{7007ACC7-3202-11D1-AAD2-00805FC1270E}" "Monster TKJ"
goto Keluar
:d
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" "Monster TKJ"
goto Keluar
:e
attrib -h -s "My Network Places.{208D2C60-3AEA-1069-A2D7-08002B30309D}"
ren "My Network Places.{208D2C60-3AEA-1069-A2D7-08002B30309D}" "Monster TKJ"
goto Keluar
:f
attrib -h -s "Web Folder.{BDEADF00-C265-11d0-BCED-00A0C90AB50F}"
ren "Web Folder.{BDEADF00-C265-11d0-BCED-00A0C90AB50F}" "Monster TKJ"
goto Keluar
:g
attrib -h -s "Printers and Faxes.{2227A280-3AEA-1069-A2DE-08002B30309D}"
ren "Printers and Faxes.{2227A280-3AEA-1069-A2DE-08002B30309D}" "Monster TKJ"
goto Keluar
:h
attrib -h -s "Start Menu.{48E7CAAB-B918-4E58-a94D-505519C795DC}"
ren "Start Menu.{48E7CAAB-B918-4E58-a94D-505519C795DC}" "Monster TKJ"
goto Keluar
:i
attrib -h -s "Scheduled Tasks.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
ren "Scheduled Tasks.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}" "Monster TKJ"
goto Keluar
:j
attrib -h -s "Recycle bin.{645FF040-5081-101B-9F08-00AA002F954E}"
ren "Recycle bin.{645FF040-5081-101B-9F08-00AA002F954E}" "Monster TKJ"
goto Keluar
:k
attrib -h -s "Scanners and Cameras.{E211B736-43FD-11D1-9EFB-0000F8757FCD}"
ren "Scanners and Cameras.{E211B736-43FD-11D1-9EFB-0000F8757FCD}" "Monster TKJ"
goto Keluar
:l
attrib -h -s "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}"
ren "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}" "Monster TKJ"
goto Keluar
:m
attrib -h -s "User Accounts.{7A9D77BD-5403-11d2-8785-2E0420524153}"
ren "User Accounts.{7A9D77BD-5403-11d2-8785-2E0420524153}" "Monster TKJ"
goto Keluar
:n
attrib -h -s "Monster TKJ.{273380E8-1438-4B2C-95B0-713284FBC302}"
ren "Monster TKJ.{273380E8-1438-4B2C-95B0-713284FBC302}" "Monster TKJ"
goto Keluar
:1
ren "Monster TKJ" "Monster TKJ.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"
attrib +h +s "Monster TKJ.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"
goto Keluarx
:2
ren "Monster TKJ" "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
attrib +h +s "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
goto Keluarx
:3
ren "Monster TKJ" "Network Connections.{7007ACC7-3202-11D1-AAD2-00805FC1270E}"
attrib +h +s "Network Connections.{7007ACC7-3202-11D1-AAD2-00805FC1270E}"
goto Keluarx
:4
ren "Monster TKJ" "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
goto Keluarx
:5
ren "Monster TKJ" "My Network Places.{208D2C60-3AEA-1069-A2D7-08002B30309D}"
attrib +h +s "My Network Places.{208D2C60-3AEA-1069-A2D7-08002B30309D}"
goto Keluarx
:6
ren "Monster TKJ" "Web Folder.{BDEADF00-C265-11d0-BCED-00A0C90AB50F}"
attrib +h +s "Web Folder.{BDEADF00-C265-11d0-BCED-00A0C90AB50F}"
goto Keluarx
:7
ren "Monster TKJ" "Printers and Faxes.{2227A280-3AEA-1069-A2DE-08002B30309D}"
attrib +h +s "Printers and Faxes.{2227A280-3AEA-1069-A2DE-08002B30309D}"
goto Keluarx
:8
ren "Monster TKJ" "Start Menu.{48E7CAAB-B918-4E58-a94D-505519C795DC}"
attrib +h +s "Start Menu.{48E7CAAB-B918-4E58-a94D-505519C795DC}"
goto Keluarx
:9
ren "Monster TKJ" "Scheduled Tasks.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
attrib +h +s "Scheduled Tasks.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
goto Keluarx
:10
ren "Monster TKJ" "Recycle bin.{645FF040-5081-101B-9F08-00AA002F954E}"
attrib +h +s "Recycle bin.{645FF040-5081-101B-9F08-00AA002F954E}"
goto Keluarx
:11
ren "Monster TKJ" "Scanners and Cameras.{E211B736-43FD-11D1-9EFB-0000F8757FCD}"
attrib +h +s "Scanners and Cameras.{E211B736-43FD-11D1-9EFB-0000F8757FCD}"
goto Keluarx
:12
ren "Monster TKJ" "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}"
attrib +h +s "Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}"
goto Keluarx
:13
ren "Monster TKJ" "User Accounts.{7A9D77BD-5403-11d2-8785-2E0420524153}"
attrib +h +s "User Accounts.{7A9D77BD-5403-11d2-8785-2E0420524153}"
goto Keluarx
:14
ren "Monster TKJ" "Monster TKJ.{273380E8-1438-4B2C-95B0-713284FBC302}"
attrib +h +s "Monster TKJ.{273380E8-1438-4B2C-95B0-713284FBC302}"
goto Keluarx
:Out
msg * Password salah!
exit
:Make
MD "Monster TKJ"
MSG * Success membuat Direktori Monster TKJ. Silahkan buka dan isi dengan data yang akan di sembunyikan.
goto Menu
:Keluar
MSG * Success membuka Directory yang terkunci...!!!
exit
:Keluarx
cls
echo Successfully...!!! Directory terkunci.
ping localhost -n 2 > nul
:Exit
Nah simpan dengan format *bat dengan cara sebagai berikut. File -> Save As pada Save as type ganti All files (*.*) dan pada nama file beri nama "Mini Lock.bat" tanpa tanda kutip.
Untuk lebih mudahnya silahkan download source code yang sudah jadi di bawah ini.
Download Mini Lock (Mediafire)
Sekian Posting kali ini semoga bermanfaat.
1 komentar:
Best Casino Bonus Codes for 2021 - Mapyro
Looking for the best 제천 출장마사지 Casino Bonus Codes for 2021? You 삼척 출장마사지 can choose 진주 출장마사지 from over 100 games 창원 출장샵 of varying difficulty. For example, for an online 대전광역 출장마사지 casino,
Posting Komentar