Sasuke's Mangekyō Sharingan -->

Like

Your Identity Computer

IP

What time is it?

Thursday, April 26, 2012

Cara Mengunci Folder tanpa Software



Baik, kali ini saye akan membagikan secuil pengetahuan saye mengenai Cara Mengunci Folder Tanpa Software, lebih tepatnya Cara Mengunci Folder Menggunakan Notepad.
Untuk memberikan sebuah pasword pada data yang penting kita melakukan compresed file melalui file zip ataupun rar.
itu memang cara mudahnya. tapi dalam tutorial kali ini, kita akan bermain dalam cara mengunci folder tanpa software dengan dimaksudkan dalam folder itu ada data penting yang oleh orang tidak boleh melihatnya.Oke, mungkin tidak banyak Ngoceh lagi, takutnya anda ini merasa bosan dengan tulisan saya ini, karena tulisan saya ini agak ngawur dan gak jelas.

Oke, langsung saja cara Mengunci folder tanpa Software yaitu :
1. Buatlah sebuah notepad kosong atau new text document.txt di directory mana saja di computer atau laptop anda. Anda boleh memberi nama apa saja untuk new text document tersebut.
2. Setelah itu anda tinggal meng-copy script yang telah saya sediakan 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 you 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
..
3. Setelah anda selesai meng-copy, buka kembali notepad yang telah anda buat tadi dan Paste script ini di dalamnya.

4. buka notepad tadi dan ganti kata type your password here dengan password untuk membuka folder pada nantinya dan setelah selesai simpan script-nya dan ubah ekstensi file yang telah terdapat script tersebut dari ekstensi file ***.txt menjadi ***.bat

5. Double klik pada file tersebut dan beberapa detik kemudian akan muncul sebuah folder yang bernama Locker .

6. Simpanlah file-file anda yang ingin anda kunci di dalam folder yang bernama locker tersebut. Di dalam folder tersebut bisa kita letakkan file apa saja yang kita inginkan dengan ekstensi file yang berbeda. Baik itu file gambar, music, video, document, dan file-file lainnya.

7. Setelah semua file yang diinginkan tersimpan. Double klik pada script di notepad yang telah anda buat menjadi ***.bat . Lalu akan muncul tulisan are you sure want to lock the folder?(Y/N). Ketik “y” dan tekan enter untuk yes dan ketik “n” lalu tekan enter untuk no. Sekedar informasi tulisan are you sure want to lock the folder? yang ada pada script awal (default) bisa kita ubah sesuai keinginan kita. Seperti : apakah saudara yakin ingin mengunci folder ini? dan sebagainya.

8. Jika yang anda simpan adalah file penting, usahakan file yang anda simpan ini jangan sampai didelete oleh orang lain. Anda bisa mengantisipasinya dengan mengaktifkan fasilitas hidden file dan tidak menampakkan file-file yang ter-hidden sehingga orang lain tidak bisa menghapus file anda.

Tuesday, April 17, 2012

How To Turn Off (Disable) Autorun Feature of All Drives in Windows Without Any Tool

How To Turn Off (Disable) Autorun Feature of All Drives in Windows Without Any Tool

                                           




CDs, DVDs & PenDrives containing viruses or malwares make use of the AutoRun feature in Windows to infect your computer as soon as they were loaded. AutoRun was introduced with Windows 95 so a CD or DVD that contained a file called autorun.inf would start up when it was loaded in the CD drive.

AutoPlay was added in Windows XP and is also in Windows Vista. AutoPlay brings up a dialog box when any removable media like CDs, external hard drives or USB memory sticks are attached to the computer. The dialog box gives the user a list of possible actions like open as a folder, cancel, autorun a file, and more.
For the computer user who wants to avoid all possible means of having his or her computer infected the safest thing is to turn off autorun or autoplay.
Go with the following simple steps to turn off Autorun in Windows:
1. Go to Start, Click Run & type gpedit.msc and click OK.

                                    

2. It will open the Windows Group Policy. Now in the Group Policy, Click Administrative Templates,
•    For Windows XP click on System
•    For Windows Vista, click on System Components, then Autoplay Policies.
Then Double click on Turn Off Autoplay.

                                     
                                      

3. Now In the Autorun Properties just popped, select Enabled & then select All Drives in the drop down.

                                

Thats it. Now your windows is safe from unexpected viruses & malwares that infect the windows services using the Autorun feature.