Archive for the ‘HiTechTips’ Category

How to Find Who is Invisible on Yahoo?

Friday, March 7th, 2008

Friends are not chatting with you , you think that hw/she is on yet not replying you. Ok, now you can do that to confirm if he or she is really online and just trying to avoid you by staying invisible in yahoo.

To find who is invisible on yahoo messenger just do the simple steps written below :

1.sign inside yahoo messenger
2.double click on the person whom u want to see is invisible or not (from your messenger list)
3.Then click on IMenvironment –> see all environments –> Interactive Fun –> Doodle.

Note: If the user is really offline in a white screen it will be written waiting for your buddy to load Doodle
but if he is online and he has made his status invisible- instead of the message (waiting for your buddy to load doodle) there will be only a blank screen.

Hope this will work and waiting for your response.

How Can You Use Notepad As A Diary?

Tuesday, March 4th, 2008

For people who use notepad to write down any info on a day to day basis…

In Notepad * Create a blank text file with .LOG as the first line of the file, followed by a carriage return. [ Enter ]

* Save and close the file .

* Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the next line.

* Type your notes and then save and close the file.

Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it.

It simply serves as a virtual diary !

How to Lock Personal Folder

Tuesday, March 4th, 2008

This Is A Dos Program To Lock Your Folders( Personal ),
Using This Trick Not Only Lock Your Folder But Also Hides That.

Copy Following Program:-

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 Go For Following Few Steps
1>Copy Above Folder Into Notepad.
2>The Text Which Is Written In Bold Letters Delete It & Type U R Password There.
3>Save That File By Extension .Bat ( Name Is U R Choice)
4>Now On Your Screen There Is A Bat File Appear.
5>Double Click On That File.
6>U Will See The Locker Folder.
7>Save The Files In That Folder.
8>Double Click On That Folder & Lock That Folder
9>After Lock That Folder It Will Become Hidden.
10>To Open That Folder Double Click On That Bat File
11>Type Your Password & Open That Folder.

How to Lock Folder Without Any Software

Tuesday, March 4th, 2008

Consider you want to lock a folder named in your E:\, whose path is E:\.
Now open the Notepad and type the following
ren .{21EC2020-3AEA-1069-A2DD-08002B30309D}
Where is your folder name. Save the text file as loc.bat in the same drive.
Open another new notepad text file and type the following
ren .{21EC2020-3AEA-1069-A2DD-08002B30309D}
Save the text file as key.bat in the same drive.
Steps to lock the folder:
To lock the folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.