View Single Post
Old 02-Mar-2007, 03:55 AM   #7 (permalink)
AQUARIAN
Fixed Error!
 
AQUARIAN's Avatar

Posts: 803
Join Date: Feb 2007
Rep Power: 2 AQUARIAN is on a distinguished road

IM:
Default Re: The Big Xp Tricks Topic

12. Want to enhance Network throughput? Try out this tip.
Network throughput depends on a variety of factors and as such you never no what could be the bottleneck. One of things that we can try out is the network redirector reserves.Open registry editor by going to START-RUN and entering regedit and navigate to key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkstation\Parameters]. One here, click on right pane and added following Dwords. Dwords are in hexadecimal (and value as shown below indicates that of 104, valid values are 0-255). Keep both values same. I think default is 15 or 20. This may help networkthrough put but there is no guarantee. Try it out.
"MaxCmds"=dword:00000068
"MaxThreads"=dword:00000068


13. Change the default search engine in Internet explorer?

Default search engine of Microsoft Internet explorer is MSN. But there are better search engines available. I like yahoo.com and you may have your own preference. Recently I came across article that indicated how to change the default search engine through registry. Open registry editor by going to START-RUN and entering regedit and navigate to following three keys separately and change it as shown below:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"
(This example is specific to google but there is a Microsoft article that I found on their support site which described show to do it for many other engines. Read all of it at: How to change the default AutoSearch search page



14. Heard of Microsoft Platform Support Reporting Tool?

Are you having a tough time with Microsoft Windows XP and feel like lost ! If this is the case and you are working with Microsoft Support team, Ask them about MPS reporting tool. This tool can create a LITE or FULL version of a CAB file that could be useful for Microsoft Support person or even you. Learn more about MPSRPT_XP.exe
IMPORTANT DISCLAIMER: I got this tool from Microsoft because I was facing serious problems with my DVD-RAM and even after working with Microsoft, I could not have it resolved. Finally I got this executable from Microsoft Support team requesting that I should give him the CAB file generated as a result of this tool.


15. How to remove recycle bin from your desktop ?

Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
AQUARIAN is offline   Reply With Quote