View Single Post
  #2  
Old 08-13-2009, 03:18 AM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Another means of 'speeding up your computer a little' is by adding the key TcpNoDelay to the registry.

The process is the same for both XP and Vista:
  1. Open up a new Notepad document.
  2. Copy and paste this into the notepad:

    PHP Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ]

    [
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet ers]
    "TCPNoDelay"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet ers\OCMsetup]

    [
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet ers\Security]
    "SecureDSCommunication"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet ers\setup]

    [
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Setup
  3. Go to File > Save As.
  4. Change the Save As Type to All Files.
  5. Save the name as NoDelay.reg
  6. Look for a file where you saved it that looks like a defragmenting box.
  7. Right click the file and select Merge.
  8. If you don't notice a difference, try to restart your computer.
This won't change your ping very dramatically, or at all for some people, but it will for others.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.

Last edited by Rufus; 08-13-2009 at 04:14 AM..
Reply With Quote