Your Ultimate Guide to Techno Heaven
TECHNO BABBLE features new technology information , hardware reviews and Windows XP tweaking guides for the computer enthusiast     
Login or Register  /  Home  /  Articles  / Editorials  /  XP Tweaking   / Downloads  /  ForumsSubmit News /
Modules
· Home
· Articles
· Downloads
· Editorials
· Feedback
· Stories Archive
· Submit News
· TB Advertising
· TB Statistics
· Top 10
· Web Links
· Your Account
· Your Journal

Domain Names
Australian Domain Names

Web Hosting
Highly Recomended eCommerce Web Hosting in Australia by AUSWEB Web Hosting
Economy Hosting
Dedicated Servers
eCommerce Hosting
Reseller Hosting
Email Solution
Hosting Tutorials
More Tutorials
Dedicated Linux Servers 
Windows Servers
ASP.Net Hosting
Domain Names

Random Topics

Intel
[ Intel ]

·intel Core 2 Duo, the test
·3-way Intel i955X motherboard shootout
·Shoppers Get a Sneak Peek at Pentium D
·Battle of the SMP Giants : Opteron 248 vs. Xeon 3.2A / 1MB
·Intel confirms 64-bit Celeron scheme
·Pentium 4 600 series to arrive next week
·Intel to Ship Multithreaded Pentium
·Intel D925XCV (Intel 925X Express) Motherboard Review
·Intel Yonah speed target is 2.5GHz

Domain Names
Register your Domain Name Today !

Domain Names
Domain Names

Hosting Guides
·What to do when Cpanel/WHM udate is hanging
·Using WordPress Auto-Upgrade and Solving Timeouts
·How to use the iPhone WordPress App with your Website!
·How to make your WordPress site iPhone Friendly!
·How to setup email accounts on your iPhone
·Ruby on Rails and cPanel VPS Hosting
·DotNetNuke - Web Application Framework
·CubeCart - Shopping Cart Management
·Drupal - Content Management System
·Joomla! Content Management System

read more...

WiredGorilla
·Changing the SSH port on cPanel Servers
·Fix corrupted RPM database on CentOS 5
·How can I repair corrupt MySQL tables?
·Changing hostname and IP on a CentOS server
·CentOS - what happened to netconfig in 5.1

read more...

Web Templates
Web Design Templates

Firefox

Friends
Geekpedia
OCAU
WiredGORILLA
Web Development
WebNet Diary
eCommerce Web Hosting
eCommerce CMS
ZenCart Hosting
CubeCart Hosting
Mambo Hosting
phpbb2 Hosting
Joomla Hosting
Web Hosting Tutorials

Like to exchange links ? Just send us a message

Various Articles

Adobe Photoshop
cPanel Server Managment
HTML Tutorials
Linux Server FAQ
Niffty Apps and Software
Web Development Tutorials
Web Site Design
Search Engine Optimization


Windows XP TWEAKS
Posted on Friday, June 04 @ 11:20:44 EST Windows Tweaking

    markthewizard recons : "mate this will speed up your Windows XP System big time enjoy "

    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".
    How to disable XP’s crap built in CD Burner
    Click the start button.
    Select Run.
    Type services.msc and click ok.
    Go to IMAPI CD-Burning Com Services open it and click on start up type, change to "Disabled".

    These Settings will fine tune your systems memory

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

    Go to start un egedit -and then to the following key:

    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory 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

    Unable to delete from Avi files from HD

    XP holds files in it's memory even after you have closed the application using them making it impossible to delete them from your harddrive. To fix this:

    Start -> Run -> Regedit

    Find the HKEY_CLASSES_ROOTSystemFileAssociations.avishellexPropertyHandler directory and delete the "DEFAULT" key.

    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 " " 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 Layer Gateway Service,

    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

    diable all of them mate..

    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_MACHINESYSTEMCurrentControlSetControlFileSystem 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_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer].

    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_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParametersEnablePrefetcher]

    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 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.

    Hope everyone finds these useful. :)

 
Related Links
· More about Windows Tweaking
· News by editor


Most read story about Windows Tweaking:
Customize the Look of your Windows XP Desktop the way you like it


Article Rating
Average Score: 4.76
Votes: 13


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


Options

 Printer Friendly Printer Friendly


 /  Home  /  Articles  / Editorials  /  XP Tweaking   / Downloads  /  ForumsSubmit News /
Web Hosting Australia by AUSWEB Web Design by SYDNEY ONLINE Web Hosting Domains Web Master Resources Forum Hosting Web Site Hosting Web Site Design Gig Scene Web Design | cPanel | Plesk Hosting
cPanel Hosting Web Hosting  Registro de dominios Cheap Domain Names Cheap Australian Web Hosting Unmanaged Dedicated Servers BauerMedia cPanel Hosting Dedicated Linux Servers Plesk Windows Hosting Cheap Domain Name Registration Website Design osCommerce Hosting  Tutorials eCommerce Business Hosting  Girly Angst
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.42 Seconds