
Disini tips untuk anda dalam membuat suatu folder rahasia dan anda dapat mengkunci folder tersebut dengan password
(Tanpa menggunakan Software).
Berikut Tips nya :
1. Buka Notepad dan copy paste kode di bawah ini (ingat..!! harus teliti ya, biar gax salah nantinya, hehe) :
cls
@ECHO OFF
title Folder FolderRahasia
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST FolderRahasia goto MDLOCKER
:CONFIRM
echo Apakah anda ingin mengunci FolderRahasia tersebut ? (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 Ketik Y atau N.
goto CONFIRM
:LOCK
ren...