Showing posts with label speed up. Show all posts
Showing posts with label speed up. Show all posts

Friday, March 9, 2007

How to Speed up menu display

Microsoft Windows XP uses many visual effects to provide a rich, friendly interface. One of these settings allows menus to fade into view when you open them. This visual effect is so smooth that you may never have noticed it; however, the effect does cause menus to take a little longer to appear.

On a fast computer, this shouldn't be an issue. But on a computer that isn’t responding as quickly as you'd like, you can make menus display faster.

To speed up menu display

1.

Click Start. Right-click My Computer, and then click Properties.

My Computer shortcut menu with Properties selected

2.

Click the Advanced tab. In the Performance area, click Settings.

System Properties dialog box Advanced tab with Settings button selected

3.

On the Visual Effects tab in the Performance Options dialog box, clear the Fade or slide menus into view check box.

Visual Effects tab in Performance Options dialog box with Fade or slide menus into view selected

4.

Click OK.

5.

In the System Properties dialog box, click OK.

Advanced tab in System Properties dialog box with OK selected

Now when you click a menu, it will appear almost instantly.

Source: www.microsoft.com

How to speed up your browsing of Windows 2000 & XP machines?

Here's a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how :

Open up the Registry and go to :

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

Under that branch, select the key :

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

and delete it.

This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.

This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.

Thursday, March 8, 2007

Speeding Up Network Browsing

There are a lot of things which can negatively impact how fast XP will browse network shares.
One has been previously covered regarding browsing to Win9x computers.

Other things you can try, especially when there is slow browsing to network shares with a lot of files:

1. Remove current shortcuts in My Network Places

2. Change the registry so shared folders on remote computers are not automatically added to My Network Places when you even open a document from that shared folder

  1. Start Regedit
  2. Create a DWORD value:
  3. HKEY_Current_User \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ NoRecentDocsNetHood to 1.
  4. I have also seen setting the following help as well.
    HKEY_Current_User \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ UseDesktopIniCache to 1.

Download Reg file to do both

3. Increase the amount of data is buffered at one time to send to a client. On the computer with the shared directory:

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
  3. Create a DWORD Key called SizReqBuf
  4. Give it a value of Hex FFFF

Download Reg file