Friday, August 19, 2011

TRICK TO HIDE THE FILES

                    Hi frndz , most of them would have problem in hiding your personal data in your system , today I will show you the simplest trick to hide your files in your pc just by creating a .bat file.

  Follow the 7 simple steps

 1)Open note pad 

 2)Copy the following code to it
    

   

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

3) Now save it with any name with ".bat " as extension 
   ex: lock.bat

4)Now double click on the bat file created , a new folder with name 'Locker' will be created.

5)Move the content which you want to hide into the Locker folder
6)Now again double click on the .bat file , now cmd window will open, now type 'y' to hide the folder

7)Repeat th step 6 to get back your hidden files.


Comment on this post if you have any problem in doing it, I can help you
thank for reading, meet you in next post :-)

Thursday, August 18, 2011

PUT A BACKGROUND IMAGE FOR YOUR PENDRIVE

     Its so simple and cool trick , you can amaze your frnds and close with this, try it


 There are only three easy steps , lets get down to work now :-)

open the usb drive

and copy this code in a notepad

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=img.jpg
IconArea_Text=0×000000

save the file as desktop.ini

img.jpg write the image file name you wnt to put it as back ground
note:image must also be copied in the pendrive

I have done it







now show wheres yours? :-)