Friday, March 19, 2010

Lock Your Folder Without Software

folderlock
Normally, if you'd like to lock a folder inside your computer, you have to install a software to make it possible. Such as Folder Lock from here or another software.

But actually, it is not impossible to lock a folder without software. Just applying a short script and a little bit effort. So how to do that? Check it out..!

  1. Open your Notepad program
  2. Copy the script below into the Notepad

    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%==INSERT YOUR PASSWORD anda 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. Change the sentence "INSERT YOUR PASSWORD" with your own password, that you'll use to open the locked folder.

  4. Save the notepad by using extension .bat (such as : locker.bat)

  5. Open the file that you've saved with extension .bat, if it's working well, a folder named "locker" will be appeared.

Saturday, March 13, 2010

It's Time To Learn Piano

maksim_piano

Maxim, a famous pianist. You must know him. I myself really like and enjoy his music. What about you? I believe you do like it too. If you want to learn to play the piano, now you can do it easily. Do not have time to go to piano lessons? There is no money? It's not a problem anymore. You can learn yourself in your notebook or computer whenever and wherever you want to.

I got a simulation of a piano from a friend, it's very interesting, and you can play it on your computer. No need to install. Because of the file is flash file that is integrated into Microsoft Excel format. You just need to download the file, open and play.