Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 19-10-2006, 06:26 PM   #1 (permalink)
In The Zone
 
blademast3r's Avatar
 
Join Date: Sep 2006
Location: Island of Time
Posts: 414
Default Win xp tweaks for max performance


REMEMBER ALWAYS BACKUP YOUR SYSTEM FIRST BEFORE U CHANGE ANYTHING AND USE THE GUIDE AT YOUR OWN RISK, thanks)

To increase system performance

Right click my computer. Click properties.
Click advanced.
Click settings (under performance).
Click Adjust for best performance.
Scroll to the bottom and check the last one “use visual styles on windows and buttons”.

These Settings will fine tune your systems memory

You need at least 256MB of ram to do this:

Go to start\run\regedit -and then to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management

1.DisablePagingExecutive -double click it and in the decimal put a 1 - this allows XP to keep data in memory now instead of paging sections of ram to harddrive yeilds faster performance.

2.LargeSystemCache- double click it and change the decimal to 1 -this allows XP Kernal to Run in memory and improves system performance a lot.

3.Create a new dword and name it IOPageLockLimit - double click it and set the value in hex - 4000 if you have 128MB of ram or set it to 10000 if you have 256MB set it to 40000 if you have more than 512MB of ram -this tweak will speed up your disckcache.

Reboot

Tweak The Swap File

For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance.
What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.

Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have to add "ConservativeSwapfileUsage=1" under the 386enh section.

Restart your Windows and enjoy better Game performance

Disable Services

XP Pro runs a lot of services by default that are pointless if your not on a corporate network, the following services are ones that I safely disable thereby freeing up memory but check what each one does first to make sure your not using it for something:

Go to Run and type services.msc, right click on each service, properties and choose disable.

Alerter
Application Management
Automatic Updates
Background Intelligent Transfer
Clipbook
Distributed Link Tracking Client
Distributed Transaction Coordinater
Error Reporting Service
Fast User Switching Compatibility
IMAPI CD-Burning
Indexing Service
IPSEC Services
Messenger
Net Logon
Net Meeting
Remote Desktop Sharing
Network DDE
Network DDE DSDM
Portable Media Serial Number
Remote Desktop Help Session Manager
Remote Registry
Secondary Logon
Smartcard
SSDP Discovery Service
Telnet Themes
Uninterruptible Power Supply
Universal Plug and Play Device Host
Upload Manager
Webclient
Wireless Zero Configuration
WMI Performance Adaptor


Speed Up The File System

NTFS is a great file system, but its feature-set comes at a slight cost in performance. You can negate this a little with the following tips:

* By default NTFS will automatically update timestamps whenever a directory is traversed. This isn't a necessary feature, and it slows down large volumes. Disable it by going to Run and type regedit:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem and set 'DisableNTFSLastAccessUpdate' to 1.

* NTFS uses disparate master file control tables to store filesystem information about your drives. Over time these core MFT files grow and become fragmented, slowing down all accesses to the drive. By setting aside a little space, MFT's can grow without becoming fragmented.

In the same key where you disabled the last access feature creat a new DWORD value called 'NtfsMftZoneReservation' and set it to 2.


Disable DLL Caching

Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application using them has been closed. This can be an inefficient use of memory.

1. Find the key [HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows\Curr entVersion\Explorer].

2. Create a new DWORD sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.

3. Restart Windows for the change to take effect.


Tweak The Prefetch

1. Run "Regedit"
2. Goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher]

3. Set the value to either 0-Disable, 1-App launch prefetch, 2-Boot Prefetch, 3-Both ("3" is recommended).

4. Reboot.

It will decrease the boot time but double and increase the performance of your XP.


SpeedUp Your Connection By 20% (Cable/DSL Users Only)
1.Log on as "Administrator".
2. Run - gpedit.msc
3. Expand the "Local Computer Policy" branch.
4. Then expand the "Administrative Templates" branch.
5. Expand the "Network" branch.
6. Highlight the "QoS Packet Scheduler" in left pane.
7. In the right window pane double-click the "Limit Reservable Bandwidth" setting.
8. On the settings tab check the "Enabled" item.
9. Change "Bandwidth limit %" to read 0.
10. Then go to your Network connections Start=>Control Panel>Network & Internet connections>Network Connections and right-click on your connection. Then under the General or the Networking tab, (where it lists your protocols) make sure QoS packet scheduler is enabled.

It may take effect immediately on some systems. To be sure, just re-boot.
blademast3r is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-10-2006, 11:06 AM   #2 (permalink)
In The Zone
 
drsethi's Avatar
 
Join Date: Jan 2004
Location: Amritsar
Posts: 220
Default Re: Win xp tweaks for max performance

Most of the tips are already known but good for new users
drsethi is offline  
Old 24-10-2006, 05:08 PM   #3 (permalink)
In The Zone
 
blademast3r's Avatar
 
Join Date: Sep 2006
Location: Island of Time
Posts: 414
Default Re: Win xp tweaks for max performance

Quote:
Originally Posted by drsethi
Most of the tips are already known but good for new users
Thats the whole point...
blademast3r is offline  
Old 24-10-2006, 05:11 PM   #4 (permalink)
HELP AND SUPPORT
 
rakeshishere's Avatar
 
Join Date: Jun 2006
Posts: 1,603
Default Re: Win xp tweaks for max performance

Plz post the source from where u copy-pasted this stuff and this tut is good for all noobz
rakeshishere is offline  
Old 24-10-2006, 05:19 PM   #5 (permalink)
In The Zone
 
blademast3r's Avatar
 
Join Date: Sep 2006
Location: Island of Time
Posts: 414
Default Re: Win xp tweaks for max performance

Quote:
Originally Posted by rakeshishere
Plz post the source from where u copy-pasted this stuff and this tut is good for all noobz
Its from a rival magazines forum... ahem...u want me post the link
blademast3r is offline  
Old 24-10-2006, 08:27 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Oct 2006
Posts: 5
Default Re: Win xp tweaks for max performance



My Windows XP SP2 takes to boot 2 minutes. Why this is happening? In the startup antivirus and firewall only running. And I have stopped most of the services. I was using bootvis and tune-up utilities 2006 for fast bootup. But there is no difference.

Anyone Know the exact reason for slow booting?

My System configuration P IV - 3 GHz, 512 MB RAM, 80 GB HDD, Windows xp sp2

essarrenn is offline  
Old 24-10-2006, 08:38 PM   #7 (permalink)
Alive Again...
 
satyamy's Avatar
 
Join Date: May 2005
Location: Mumbai
Posts: 1,668
Default Re: Win xp tweaks for max performance

good for Newbies
satyamy is offline  
Old 24-10-2006, 09:38 PM   #8 (permalink)
Wise Old Owl
 
Tech Geek's Avatar
 
Join Date: Sep 2006
Location: Cyber Hell
Posts: 1,602
Default Re: Win xp tweaks for max performance

My PC takes about 5 minutes to boot
__________________
Behind every good computer... is a jumble of wires 'n stuff
Tech Geek is offline  
Old 24-10-2006, 10:57 PM   #9 (permalink)
Alpha Geek
 
Stalker's Avatar
 
Join Date: Jul 2006
Location: closer than u think..
Posts: 992
Default Re: Win xp tweaks for max performance

Quote:
Originally Posted by essarrenn


My Windows XP SP2 takes to boot 2 minutes. Why this is happening? In the startup antivirus and firewall only running. And I have stopped most of the services. I was using bootvis and tune-up utilities 2006 for fast bootup. But there is no difference.
try disabling ur antivirus & firewall.......also scan ur computer 4 adware/spyware
2 min is actually a gud time 4 windows to boot
__________________
| C2Q Q6600 G0 | Intel DG33FB | 4 GB Corsair 6400C5G DDR2-800Mhz | XFX 8800GTX | CM Extremepower 600W | 250GB Seagate HDD | Lite-ON 1635S DVD RW | Logitech MX-518 | Zalman RS6F | APC RS 800 |
Stalker is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Tenida
- by clinton
- by Anorion

Advertisement




All times are GMT +5.5. The time now is 03:37 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2