Pages

Sunday, December 5, 2010

Send Messages thru network (Workgroup)

You can send Messages thru office network Try This
 

step1 : start --> run --> (type) services.msc --> (press) ok
 
step2 : find for 'messenger' services
 
step3 : double click it ! change status form disabled to automatic if it is 'disabled'.
 
step4 : press start button & finish the process.
 
step5 : open your command prompt
 
step6 : type the following "net send ComputerNameHere some messages overhere"

Monday, November 29, 2010

How to know where your mobile made

Press the following on your mobile *#06# and the International Mobile Equipment Identity (IMEI) number appears   
check the 7th and 8th digits 

Phone serial no.
 xxxxxx??xxxxxxx
       78
 
IF the 7th & 8th digits are 02 or 20 that mean it was Assembled in Emirates which is very Bad quality

IF the 7th & 8th digits are 08 or 80 that mean it' s manufactured in Germany which is not bad
 
IF the 7th & 8th digits are 01 or 10 that mean it's manufactured in Finland which is Good

IF the 7th & 8th digits are 00 that mean it was manufactured in original factory which is the best Mobile Quality ... 

IF the 7th & 8th digits are 13 that mean it was Assembled on  which is very Bad quality and very dangerous for health!!!  

Monday, October 11, 2010

[Boosting Your Windows XP] Increasing Graphics Performance

Increasing Graphics Performance
 
By default, WindowsXP turns on a lot of shadows, fades, slides etc to menu items.
Most simply slow down their display.
 
To turn these off selectively:
 
Right click on the My Computer icon
Select Properties
Click on the Advanced tab
Under Performance, click on the Settings button
To turn them all of, select Adjust for best performance
My preference is to leave them all off except for Show shadows under mouse pointer and Show window contents while dragging

How to Speedup Firefox

In the URL bar, type "about:config" and press enter. This will bring up the configuration "menu" where you can change the parameters of Firefox.
 
Note that these are what I've found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections - I mean with as much concurrent requests we're going to open up with pipelining… lol… you'd better have a big connection.
 
Double Click on the following settins and put in the numbers below - for the true / false booleans - they'll change when you double click.
 
Code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300
 

One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives. Since you're broadband - it shouldn't have to wait.
 
Now you should notice you're loading pages MUCH faster now!

Tuesday, August 10, 2010

How To Remove Right-Click Menu Items

Removing Items

A lot of programs you install will add themselves to the right-click menu of your files and/or folders. And most times, you have no choice in the matter and, as a result, your right-click menu can get very long with added items you don't even use. The last person I was helping with this had a right context menu so long that the Rename option was no longer visible!

Fortunately, you can easily remove those unwanted menu items, if you know the registry values to edit. And it's not at all difficult once you know the keys responsible for the additions.

For Files, the secret lies in the "context menu handlers" under the shellex subkey for "All Files" which, in the registry, is nothing but an asterisk - like a dos wildcard, which means the values entered apply to all files. It is at the very top of the Root key, right here:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers

Click the the + sign next to the ContextMenuHandlers key, to expand it.
Now you will see some of the programs that have added items to your right-click menu. Simply delete the program keys you don't want.
Yup! It's that simple. If deleting makes you uneasy, just export the key before deleting it. Or, instead of deleting the values, disable them. Simply double click the default value for the program on the right hand pane and rename the clsid value by placing a period or dash in front of it.

ie; - {b5eedee0-c06e-11cf-8c56-444553540000}

Then exit the registry, refresh, and right click a file to see if the item was removed from the menu.
Some programs - like WinZip or WinRar - will add several items to your right click menu but all of them will be removed by deleting or disabling their one context menu handler.

Note that the above key only applies to the right click menu of files.
To remove entries from the right click context menu of folders, you need to navigate to the Folder and Drive keys:

HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers

All you have to do is follow the same procedure as for Files - either disable or delete items you wish to remove.

 

How To Add Right-Click Menu Items

 

Adding Items

Adding Items to the right click menu of Files and Folders is also fairly simple using the Registry. It just involves the creation of a few new keys for each item you wish to add. You edit the same keys used for removing items. Let's use Notepad as an example of an item you'd like to add to the right click menu of all your files or folders.

For folders, go to this key:

HKEY_CLASSES_ROOT\Folder

Click the + sign next to Folder and expand it so that the Shell key is visible. Right click the Shell key and choose New>Key and name the key Notepad or whatever else you'd prefer (whatever the key is named is what will appear in the right-click menu). Now right click the new key you made and create another key named Command. Then, in the right hand pane, double click "Default" and enter Notepad.exe as the value.
Exit the registry, refresh, and right click any folder. Notepad should now be on the context menu.


For files, go here again:


HKEY_CLASSES_ROOT\*

Expand the * key and see if a Shell key exists. If it does exist, follow the same procedure as for folders. If it does not exist, you'll have to create a new Shell first. Just right click the * key and choose New>Key and name it Shell. Then right click the Shell key and continue on the same way you did for adding items to the right click menu of folders.

Once done, Notepad should appear as an option in the right click menu of all your files.

Thursday, June 3, 2010

Mouse freezes

Recently I have had a problem every 2 or 3 days where the mouse suddenly
freezes and 2 or 3 seconds later the screen image gets corrupted and shows
lots of coloured horizontal lines.

Recovery is only possible by rebooting but I can access the computer over my
network (read drives, open files etc) so Windows is still running.

What are the likely causes of this?