Monday, June 16, 2008

Create one of the best folder lock.....

This is very easy n one of mah favorite trick .. Tough I knew it from very early bt u know I m postin it a little late ... So Sorry ..... anywaz Here we Go .....

All You Need to do is to copy the following code and paste it in a notepad with extension of .bat as : "Pallav.bat"
U sud write ur desired Password at where its written "type your password here" (in red in code) .... Whenever u wanna change ur password u sud open an instance of notepad and open ur "bat" file with it and change ur password and never forget to d -->all files at type of files field ..while reading ur "bat" file otherwise it wont show....

So Copy ur code ......

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
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-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Hey u may get another folder lock also read
www.computerlords.blogspot.com/2008/02/
protecting-folder-in-windows-xp.html



MULTIPLE Gtalk ACCOUNTS

We have been using gtalk very frequently these daz , My frnds in hostel find sometime it difficult to open there account due to lack of system in room .... So here I am presenting you the best way to open several gtalk instances from same computer ...then Keep Rocking
here it is:->


So I am posting a simple trick which will enable you multiple parallel login

to instant mesenger Google’s Gtalk or Gogle talk. You can log in to gtalk with

more than one google user account to gmail at a time. Each instance of gtalk which

will be opened after applying this trick will ask for a username password and in

each instance here you can enter different usernames & passowrds to login as

different users.

The Trick:-
create a shortcut to “C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex

and save it in desktop by naming it to Multiple Login To Gtalk. Here we assume

that path to gtalk is C:\Program Files\Google\Google Talk\googletalk.exe. In your

case it may be different and you need to replace it with path to gtalk’s program

in your computer.

Edit Existing Google Talk Shortcut:-
Right click on existing google talk shortcut and open it’s properties. There open

the shortcut tab on the top. There in the textfield under the label “Target” the

path to google talk in your disk is written either append /nomutex to the end of

it or completely change it to
“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex and then click ok.

Now we modified the existing shortcut to make possible simultaneous multiple login

to gtalk by opening that short cut each time we want to log in.

Create A New Shortcut:-
Rightclick on desktop and click new->shortcut and then enter “C:\Program

Files\Google\Google Talk\googletalk.exe” /nomutex as location and Google multiple

as name of the shortcut and when ever you want multiple login, open this shortcut.

Please digg this if you like .