Click here to submit your site to the search engines for free!

Custom Search

98. Change the Default Search Engine from MSN to Any Search Engine of Your Choice ..

Microsoft has set the default search engine in Internet explorer as MSN. But here is your
chance to set the default according to your wish. The tip is from MS-KB. First close the
Internet Explorer and open the registry editor (Start>Run>Regedit). Then navigate to the
following registry key.

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl. Change the
value of the string key named default to any one of the following values:

• To specify Metacrawler as the default search page, change the default value to
“http://www.metacrawler.com/crawler?general=%s” (without quotation marks).

• To specify AltaVista as the default search page, change the default value to
“http://www.altavista.com/cgi-bin/query?q=%s” (without quotation marks).

• To specify HotBot as the default search page, change the default value to
“http://hotbot.com/?MT=%s” (without quotation marks).

• To specify Google as the default search page, change the default value to
“http://www.google.com/keyword/%s” (without quotation marks).

• To specify Infoseek as the default search page, change the default value to
“http://www.infoseek.com/Titles?qt=%s” (without quotation marks).

• To specify Excite as the default search page, change the default value to
“http://search.excite.com/search.gw?search=%s” (without quotation marks).

• To specify Lycos as the default search page, change the default value to
“http://www.lycos.com/cgi-bin/pursuit?query=%s” (without quotation marks).

• To specify Magellan as the default search page, change the default value to
“http://www.mckinley.com/searcher.cgi?query=%s” (without quotation marks).

• To specify Ask Jeeves as the default search page, change the default value to
“http://askjeeves.com/AskJeeves.asp=%s” (without quotation marks).

• To specify Yahoo! as the default search page, change the default value to
“http://search.yahoo.com/bin/search?p=%s” (without quotation marks).

• To specify GOTO.Com as the default search page, change the default value to
“http://www.goto.com/d/search/?type=topbar&Keywords=%s” (without quotation marks).

Quit Registry Editor, and then start Internet Explorer.

Share This Post

99. Disable the Win Key in a Keyboard

If you do not have a windows enabled keyboard you can disable its use. Navigate to the key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\KeyboardLayout. Look
for value of “Scancode Map”. Its binary data. Set its value to “00 00 00 00 00 00 00 00 03 00
00 00 00 00 5B E0 00 00 5C E0 00 00 00 00″ to disable the win key. Please be cautious while
entering this lengthy key.

Share This Post

100. Disable Automatic Modem Connections at Startup

The system may try to initiate an Internet connection at Windows startup or at the start of
many applications. This setting can be disabled by a small registry hack. Navigate to the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole.

Create a new String value, or modify the existing value, called EnableRemoteConnect and
edit the value to “Yes” or “No” accordingly. Yes = enable automatic connections and No =
disabled.

Share This Post

101. Customize the HTML error pages

Some times, when you type a webpage address you might see an error page. A very common
error page that we come across is “Page not found” page. These error messages do not come
from any server. They are all stored in a DLL file in our system itself. The name of the dll file
is SHDOCLC.DLL file. If you don’t trust me then copy the following address and paste it in
your IE address bar and see for yourself.

res://c:\\Windows\\System32\\SHDOCLC.DLL/servbusy.htm

Now replace servbusy.htm with other html files given below .

http_400.htm, http_404.htm, http_406.htm, http_410.htm, http_500.htm, http_501.htm,
http_gen.htm, servbusy.htm, syntax.htm, navcancl.htm, offcancl.htm, policyerror.htm,
policylooking.htm, policynone.htm, policysyntaxerror.htm, privacypolicy.dlg, preview.dlg,
printerr.htm, printnf.htm, printnof.htm, printunk.htm, wcee.htm, ietext.bmp, ietext256.bmp,
world.bmp, world256.gif, ie.gif, ie256.gif, orgfav.dlg, about.dlg, analyze.dlg, bidifind.dlg,
docppg.ppg, error.dlg, find.dlg, findic.dlg, ieerror.dlg, imageppg.ppg, orgfav.dlg, and
pstemplate.dlg (Do you trust me now???)

If you need to customize these messages, write an error message and store it somewhere on
your hard disk. We can replace all these HTML error pages with our own. Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\AboutURLs. You
can change entries associated with various keys and provide complete path name to your own
custom html file.

Share This Post

102. Fifth zone in Internet Explorer 6.0…?

Is there a fith zone in Internet Explorer 6? I think so. It is called my computer and is diabled
by default. If you want to enable this, Open registry editor and then navigate to the key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings\
Zones\0 and look for the dword data value called “Flags”. Its default value is
0×00000021(hex). Chage its value to 1 and reboot. Now you should see an option called my
computer in Internet Explorer 6 Zone settings.

Share This Post

103. Improve DNS resolution.

If you would ask me how XP handles DNS resolution, I would have to admit that it is simply
great. But there is still a room for improvement. This can be done by increasing the DNS
Cache size. To do this you would have to add following entries in registry. Please navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters.
Create or modify (if already present) the following four DWORD keys to following values.

CacheHashTableBucketSize 00000001(hex)
CacheHashTableSize 00000180 (hex)
MaxCacheEntryTtlLimit 000fa00a(hex)
MaxSOACacheEntryTtlLimit 0000012d(hex)

Share This Post

104. Clean Prefetch Data

The prefetch directory can get full of junk and obsolete links which can slow down your
computer noticeably. I would suggest that you do this once a month or so to improve the
speed. Do not follow this on a daily basis as prefetching of most commonly used programs
will speed up the execution of those programs. To perform this trick go to
C(SystemDrive):/windows/prefetch, and delete everything and reboot.

Share This Post

105. Way to Skip the “Open With Web Service”

To do this open up the registry editor and navigate to the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer. Now
create or modify a dword key named InternetOpenWith. Give a value of 0 (zero) to hide the
web services or 1 to display web services.

Share This Post

106. Reduce Modem Timeout

If you are experiencing a lot of modem timeout with you system, you can change the slownet
value in the Registry. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet
\Services \Class\Net\0000 (0001 etc) Change the slownet value from 01 to 00.

Share This Post

107. Active Desktop Completely Explained

This lengthy session is dedicated to fully explain the various registry hacks associated with
active desktop. To remove the ability to disable Active Desktop, navigate to the following
registry key.

HKEY_LOCAL_MACHINE\Software\Micrsft\Windows\CurrentVersion\Policies\Explorer

Create or modify a dword key called ForceActiveDesktopOn. Give it a value of 1 to enable
the key.

To remove the Active Desktop options from Settings on the Start Menu follow this tweak. Go
to the following key.

HKEY_LOCAL_MACHINE\Software\Micrsft\Windows\CurrentVersion\Policies\Explorer
Create or modify a dword value called NoSetActiveDesktop give it a value of 1 to enable the
restriction.

To restrict any changes to the already enabled active desktop settings navigate to the
following key:

HKEY_LOCAL_MACHINE\Software\Micrsft\Windows\CurrentVersion\Policies\Explorer

Create or modify a dword key called NoActiveDesktopChanges and give it a value of 1 to
enable restriction. To disable it give it a value of 0 (zero).

Other Features of the Windows Active Desktop that you can enforce is explained below. First
go to the following key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Active
Desktop. Now create or modify the following dword keys for the functions explained.

NoChangingWallpaper Disable the ability to change wallpapers.
NoComponents Disable components.
NoAddingComponents Disable the ability to add components.
NoDeletingComponents Disable the ability to delete components.
NoEditingComponents - Disable the ability to edit components.
NoCloseDragDropBands Restrict adjustments to toolbars
NoMovingBands Restrict adjustments to desktop toolbars
NoHTMLWallPaper Only allow bitmaps (BMP) as wallpaper

Share This Post
  Domain Name + 100mb Linux Web Hosting in Rs.299