








In the game of Harry Potter and the Half-Blood Prince, players will return to Hogwarts to help Harry survive a fraught sixth year. They will also have a chance to engage in exciting wizard duels, mix and brew magical ingredients in Potions class and take to the air to lead the Gryffindor Quidditch team to victory. Players may even get sidetracked by Ron’s romantic entanglements as they journey towards a dramatic climax and discover the identity of the Half-Blood Prince.
Platform: PC
Language: Multilanguage
Genre: Action Quality:
DVD Format: ISO
Size: 3.34 GB
Minimum System Requirements:
OS: Windows XP SP2 / Vista SP1
Processor: 1.8 GHz or faster
RAM: 256 MB or vyshe/512 MB or higher (OS Vista)
Drive: 8x DVD ROM or faster
Video Card: compatible with DirectX 9.0c (or higher)
Keyboard and Mouse.
Video: DirectX 9.0c (or higher) compatible card ATI X1600, Intel X3100 or equivalent with 128MB VRAM

Folder Lock™ is a fast file encryption software that can also password protect folders, encrypt and lock files & folders, protect USB Drives and lock CD/DVDs. Works perfectly on all flavors of Windows 7, Vista, XP and 2000 (supports 64-bit OS as well).
Folder Lock creates encrypted storages called 'Lockers'. You can keep as many of your private files & folders in your Locker and password protect it with a single click. You can transfer, secure and backup these Lockers. Lockers are portable, you can keep them in USB Drives, CD/DVD, & notebooks or transfer them via email or upload. These Lockers are undeletable on the computer where Folder Lock is installed.
You can create as many Lockers as you want. Different users can create different Lockers with different passwords as well. With Folder Lock, you can choose either to encrypt using 256-bit AES on-the-fly encryption or lock files, folders and drives anywhere on your computer. Each Locker can contain your encrypted files as well as your personal list of locked items.
Furthermore, Folder Lock's options like hack monitoring, stealth mode, data shredding, history cleaning, auto protection, portable USB autoplay feature & virtual keyboard can enhance file locking and encryption beyond anything ever achieved. In addition, a locker's delete, move and rename are password protected to prevent data loss.
Folder Lock is the most downloaded File Encryption Software in the market with more than 15 million downloads to date.♥256-bit AES encryption on-the-fly (military standard) for file protection.
♥File Lock, Folder Lock, Drive Lock, File Encryption and Folder Encryption, all in one complete package.
♥Full portability. Password protect USB Drive or Lock CDs and DVDs without the need to install it on the other end.
♥Backup, Move, Email or transfer your password protected Lockers anywhere you want. All data sits in one place for easy backup.
♥Undeletable Lockers (on the PC where Folder Lock is installed). Deletion requires you to login into Folder Lock.
♥Shred files feature can secure delete original data when files & folders move to a Locker.
♥Stealth Mode feature can efficiently hide all the traces of Folder Lock ever been installed on your PC.
♥Windows History Cleaning. Removes traces that Windows leaves everytime Locker closes.
♥Fastest Encryption! Data once encrypted is later decrypted in memory, preventing data recovery & slow processing.
♥Complete Privacy! Whether it's privacy, data theft, data loss, data leaks or virus attacks. You need Folder Lock!






*Paste the code given below in notepad.
*Change the TYPEYOURPASSWORD with the password you would like to keep (Marked in red in the below given code).
*Save it as YOUR FOLDER NAME.bat .You can use any name.
*Now you see a batch file. Double click it to create a folder locker.
*A new folder named Locker would be formed at the same location.
*Now brings all the files you want to hide in the locker folder.
*Now double click the batch file to lock the folder namely Locker.
*If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.
Code:
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%==TYPEYOURPASSWORD 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
Copyright 2009 - Päνäή FoґéνèгUŕz...
Blogspot Theme designed by: Ray Creations, Ray Hosting.