Pasti bisa laaah..... loe test ajah dulu masukin file yg ga gitu penting.... masalahnya gue juga udah pake neeh buat nge lock folder gue bro...heheheh
2010/5/20 Najib <[email protected]> > takut gue,ntar udah bisa ngelock kagak bisa ngebukanye lagi,mampus deh > gue > > ----- Original Message ----- > *From:* Rully Fabian <[email protected]> > *To:* [email protected] > *Sent:* Thursday, May 20, 2010 3:47 PM > *Subject:* ~ aga ~ Cara nge-Lock Folder tanpa Software > > Neeeh gue pengen berbagi Ilmu yg gue dapet dari Forum sebelah ttg cara > nge-Lock Folder tanpa pake software... > sapa tau ajah agaers disini ada yg butuh buat nyimpen file2 > pribadinya...hehehehe > > > cara nya : > 1 . Buka Notepad dulu... > 2 . Ketik or Copy Paste neeh scriptnya ke dalam Notepad... > > > @ECHO OFF > titipan kunci folder > if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK > if NOT EXIST Locker goto MDLOCKER > :CONFIRM > echo Serius nich mau Kunci ??(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 Foldernya dah terkunci > goto End > :UNLOCK > echo Eiittt masukkan pasword dulu > set/p "pass=>" > if NOT %pass%== titipan 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 Foldernya berhasil di buat > goto End > :End > > > > 3 . Ko udah di copas ke Notepad , trs di Save as dengan nama filenya : * > kunci.bat* > 4 . Untuk ngejalaninnya , tinggal doubel klik file *kunci.bat* tadi trs > masukin passwordnya... > di contoh ini , Nama Passwordnya ntu adalah *titipan* > password nya bisa dirubah terserah agaers... > untuk ngerubah password nya ntu ada di row 22 > 5 . dan untuk nama Foldernya yg akan muncul dan akan nyimpan file2 kita > adalah *Locker* sesuai rumus diatas n bisa dirubah juga...hehehe > 6 . Klo udah selesai mindahin file2 nya ke folder *Locker* tadi , > langsung double klik file *kunci.bat* lagi dan nanti akan ada pertanyaan > "serius > neeh mau kunci?"..ini untuk menghilangkan or nge lock folder *Locker*tadi... > > > udah gitu ajah dulu deeeh dari gue....hehehe > mudah2an ajah berhasil n bisa jalan tuhh programnya....hehehee > > > > > > > > > -- > you have this email because you join to "aga-madjid" GoogleGroups. > to post emails, just send to : > [email protected] > to join this group, send blank email to : > [email protected] > to quit from this group, just send email to : > [email protected] > if you wanna know me, please visit my facebook at [email protected] > or add me in Yahoo Messenger at [email protected] > thanks for joinning this group. > > -- > you have this email because you join to "aga-madjid" GoogleGroups. > to post emails, just send to : > [email protected] > to join this group, send blank email to : > [email protected] > to quit from this group, just send email to : > [email protected] > if you wanna know me, please visit my facebook at [email protected] > or add me in Yahoo Messenger at [email protected] > thanks for joinning this group. > -- you have this email because you join to "aga-madjid" GoogleGroups. to post emails, just send to : [email protected] to join this group, send blank email to : [email protected] to quit from this group, just send email to : [email protected] if you wanna know me, please visit my facebook at [email protected] or add me in Yahoo Messenger at [email protected] thanks for joinning this group.
