Dulu saya mempunyai pendapat bahwa kecantikan adalah hal yang biasa – tidaklah perlu disanjung dan dipuji2 – sebab itu adalah ‘already given by god’.
tp dari minggu2 ini ada hal2 yang menyadarkan saya bahwa di kondisi bumi dan gaya hidup manusia sekarang ini – menjadi cantik dan tetap selalu tampil cantik itu agak2 merepotkan gitu [...]
OK let me describe the step about how to do it, You can bookmark this page now!
*Copy the following codes:
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 u 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 [...]

