Username Password

Lost Password
Navigation
Home
Articles
Forum
Web Links
Photo Gallery
Videos
MP3 Album
Free eBook
Software
FAQ
Search
Contact Us
Last Seen Users
fardan6 2 weeks
agungnguga 6 weeks
rizalufikri 6 weeks
faisal_malms... 7 weeks
Administrator 7 weeks
irfan4313 weeks
vigo8715 weeks
k1t1n616 weeks
zee18 weeks
kambing hitam18 weeks
Users Online
Guests Online: 22

Members Online: 0

Total Members: 21,130
Newest Member: aguspc1
Popular Downloads
1000 Hacker Tutorial... 65535
Radmin 3.1 12586
SQL Injection Expose... 12366
Cara Mudah Membuat W... 11426
Free eBook Cara muda... 11266
1000 Photoshop Brushes 10805
Avenged Sevenfold-Ni... 10720
The Art of Manipulat... 10408
Ubuntu Is My Favouri... 10088
Blink 182-Neighborho... 10044
Sponsor
Hosted By Dracoola
Tracklink
Locations of visitors to this page
RSS - Feeds
RSS - News
RSS - Articles
RSS - Forum
RSS - Downloads
RSS - Photo Gallery
RSS - Weblinks
Mengunci Folder tanpa software
Mungkin artikel ini sudah umum, jadi saya khususkan bagi yang belum tahu saja. Langsung aja, pertama buka notepad, lalu copy script di bawah ini

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 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 Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here 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 Locker created successfully
goto End
:End

Simpan dengan nama apa saja yang penting kasih extensi .bat, contoh kasih nama kunci.bat ingat,"type your password here" dirubah dengan password yang diinginkan

Untuk eksekusinya, jalankan file kunci.bat, lalu akan muncul sebuah folder, masukkan file-file yang ingin dikunci. setelah itu jalankan kembali file kunci.bat, lalu muncul file bat dengan pertanyaan Are you sure u want to Lock the folder(Y/N), ketik y [enter], maka file anda telah terkunci dan tersembunyi

Untuk mengembalikannya klik kembali file .bat tsb

perintah yang mengandung pertanyaan diatas bisa diganti semau kita, misal perintah Are you sure u want to Lock the folder(Y/N), di script akan kita ganti emang bener nih pengen ngunci folder (Y/N)

Yang jadi masalah file ini dapat dilihat dan dihapus, hehehehe, ada solusi lain???

selamat mencoba !!!

Sumber : www.forums.microsoft.com
Comments
#11 | nanaki on 30 November 2008 00:10
setelah setengah jam mencoba.....Shock
akhirnya sukses jugaGrinGrinGrin
emank bener kata bro faisal musti diXplore brain kita Wink
selamat mencoba yg laen....
#12 | rizalufikri on 08 November 2009 12:40
thanx master, berhasil.. sedot dulu aghhhh Goodjob
Post Comment
Please Login to Post a Comment.
Copyright © 2007-2016