Monday, February 21, 2011

HOW TO LOCK FOLDER USING NOTEPAD

Here we start:

Open Notepad from your Start -> All Programs -> Accessories -> Notepad



Step 1. Copy and Paste the below code in Notepad and Save it as FolderLock.bat
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%==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


Now save this notepad file as FolderLock.bat





Step 2 :- Now Double Click that new Batch file named FolderLock and it will make a new folder named Locker in the same location:



Now put the Data Inside the folder Locker and again Double Click the Batch file to Lock it, this will give you a prompt, just Type y and press Enter: , File get locked

Now keep the Batch File named FolderLock.bat in a different place like your USB Pen Drive so that only you can access the Folder you have locked.



To Unlock the Folder just double click the Batch file again and type y and press Enter.

Thursday, February 10, 2011

Hide Your Files Inside JPEG image

Tools required.
WinRAR(any version)



1) select files which you want to hide.

2) Right Click on File and select add to archive option(WinRAR must be installed)

3)Now it will ask you to give name to archive (here is actual trick) now you have to give name to the file with extention .jpg or anything you like( ) eg:- abc.jpg

4)now click on ok

5)done new jpg file is created

6)now try to open it will show you no preview available and dont show you anything.

7) now to again see your files you just have to open this image with WinRAR.

select image right click on image select open with and select WinRAR

9) Done again you can see your files now you have to extract those files to use them

Saturday, February 5, 2011

Increase Youtube Buffering Speed(Video speed)

With this trick you can increase Youtube as well as sites like Metacafe video buffering speed@

Here it goes --

Start -> Run -> system.ini -> Hit Enter

You'll get one notepad file like this-

; for 16-bit app support
[386Enh]
woafont=dosapp.fon
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON

[drivers]
wave=mmdrv.dll
timer=timer.drv

[mci]
  Copy the below text and paste it there-
page buffer=100Tbps
load=100Tbps
download=100Tbps
save=100Tbps
back=100Tbps
search=100Tbps
sound=100Tbps
webcam=100Tbps
voice=100Tbps
faxmodemfast=100Tbps
update=100Tbps

And you  are done.