2. Copy paste scripts ini
3. Ganti "YOUR PASSWORD" dengan password yang anda maucls@ECHO OFFtitle Folder Privateif EXIST "HTG Locker" goto UNLOCKif NOT EXIST Private goto MDLOCKER:CONFIRMecho Are you sure you want to lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Private "HTG Locker"attrib +h +s "HTG Locker"echo Folder lockedgoto End:UNLOCKecho Enter password to unlock folderset/p "pass=>"if NOT %pass%== YOUR PASSWORD goto FAILattrib -h -s "HTG Locker"ren "HTG Locker" Privateecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Privateecho Private created successfullygoto End:End
4. Klik file, save as, File typenya all files, Save as .bat, Contoh: pass.bat
Jika anda masih belum mengerti anda bisa comment dibawah.
Terima Kasih