XP Tips-Tricks-Tweaks


Here are Xp tips and tweaks regarding Windows XP.

Optimize Boot Files XP
*******************
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Dfrg \ BootOptimizeFunction]

This key is a text value named Enable. A value of Y for this setting enables the boot files defragmenter. This setting defragments the boot files and may move the boot files to the beginning (fastest) part of the partition, but that last statement is unverified. Reboot after applying this tweak.

Windows XP Prefetcher
******************
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management \ PrefetchParameters]

Under this key there is a setting called EnablePrefetcher, the default setting of which is 3. Increasing this number to 5 gives the prefetcher system more system resources to prefetch application data for faster load times. Depending on the number of boot processes you run on your computer, you may get benefits from settings up to 9. However, I do not have any substantive research data on settings above 5 so I cannot verify the benefits of a higher setting. This setting also may effect the loading times of your most frequently launched applications. This setting will not take effect until after you reboot your system.

Master File Table Zone Reservation Xp Tips
**************************************
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ FileSystem]

This key settings called NtfsMftZoneReservation, the default setting of which is 1. The range of this value is from 1 to 4. The default setting reserves one-eighth of the volume for the MFT. A setting of 2 reserves one-quarter of the volume for the MFT. A setting of 3 for NtfsMftZoneReservation reserves three-eighths of the volume for the MFT and setting it to 4 reserves half of the volume for the MFT. Most users will never exceed one-quarter of the volume. I recommend a setting of 2 for most users. This allows for a “moderate number of files” commensurate with the number of small files included in most computer games and applications. Reboot after applying this tweak.

IRQ Priority Tips Tweaks XP
******************
[HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ PriorityControl]

You will need to create a new DWORD: IRQ#Priority to tweak Windows xp (where # is the number of the IRQ you want to prioritize) and give it a setting of 1. This setting gives the requisite IRQ channel priority over the other IRQs on a software level. This can be extremely important for functions and hardware subsystems that need real-time access to other parts of the system. There are several different subsystems that might benefit from this tweak. Generally, I recommend giving either the System CMOS or the video card priority. The System CMOS generally has an IRQ setting of 8, and giving it priority enhances the I/O performance of the system. Giving priority to the video card can increase frame rates and make AGP more effective.

You can give several IRQs priority in windows Xp, but I am not entirely certain how the system interacts when several IRQs are given priority – it may cause random instabilities in the system, although it is more likely that there’s a parsing system built into Windows XP to handle such an occurrence. Either way, I would not recommend it.

QoS tweak tips XP system
******************
QoS (Quality of Service) is a networking subsystem which is supposed to insure that the network runs properly. The problem with the system is that it eats up 20% of the total bandwidth of any networking service on the computer (including your internet connection). If you are running XP Professional, you can disable the bandwidth quota reserved for the system using the Group Policy Editor [gpedit.msc].

You can run the group policy editor from the Run command line. To find the setting, expand “Local Computer Policy” and go to “Administrative Templates” under “Computer Configuration.” Then find the “Network” branch and select “QoS Packet Scheduler.” In the right hand box, double click on the “Limit Reservable Bandwidth.” From within the Settings tab, enable the setting and then go into the “Bandwidth Limit %” and set it to 0%. The reason for this is that if you disable this setting, the computer defaults to 20%. This is true even when you aren’t using QoS.

Free Idle Tasks Tweak Windows XP
******************************

This tweak will free up processing time from any idle processes and allow it to be used by the foreground application. It is useful particularly if you are running a game or other 3D application. Create a new shortcut to “Rundll32.exe advapi32.dll,ProcessIdleTasks” and place it on your desktop. Double-click on it anytime you need all of your processing power, before opening the application.

Windows Indexing Services
Windows Indexing Services creates a search-able database that makes system searches for words and files progress much faster – however, it takes an enormous amount of hard drive space as well as a significant amount of extra CPU cycles to maintain the system. Most users will want to disable this service to release the resources for use by the system. To turn off indexing, open My Computer and right click on the drive on which you wish to disable the Indexing Service. Enter the drive’s properties and under the general tab, untick the box for “Allow the Indexing Service to index this disk for fast file searching.”

Priority Tweak Tips
*****************
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ PriorityControl]

This setting effectively runs each instance of an application in its own process for significantly faster application performance and greater stability. This is extremely useful for users with stability problems, as it can isolate specific instances of a program so as not to bring down the entire application. And, it is particularly useful for users of Internet Explorer, for if a rogue web page crashes your browser window, it does not bring the other browser windows down with it. It has a similar effect on any software package where multiple instances might be running at once, such as Microsoft Word. The only problem is that this takes up significantly more memory, because such instances of a program cannot share information that is in active memory (many DLLs and such will have to be loaded into memory multiple times). Because of this, it is not recommended for anyone with less than 512 MB of RAM, unless they are running beta software (or have some other reason for needing the added stability).

Xp Tweak has two parts. First is to optimize XP’s priority control for the processes. Browse to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ PriorityControl and set the “Win32PrioritySeparation” DWORD to 38. Next, go into My Computer and under Tools, open the Folder Options menu. Select the View tab and check the “Launch folder windows in separate process” box. This setting actually forces each window into its own memory tread and gives it a separate process priority.

For More Tweaks Tips Windows Registry concern Xp. Do comments on this topic

Related Posts:

  • No Related Posts
Related Websites
Posted in : Tips and Tricks
Tags: , , ,

4 Comments to “XP Tips-Tricks-Tweaks”

Add Comments (+)

  1. smms says:

    Here are more for Windows Tips Tricks and Tweaks

    Give 16-bit apps their own separate processes
    —————————————–
    [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW]
    “DefaultSeparateVDM”=”Yes”

    By default, Windows XP will only open one 16-bit process and cram all 16-bit apps running on the system at a given time into that process. This simulates how MS-DOS based systems viewed systems and is necessary for some older applications that run together and share resources. However, most 16-bit applications work perfectly well by themselves and would benefit from the added performance and stability of their own dedicated resources. To force Windows XP to give each 16-bit application it’s own resources, browse to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW and find the String “DefaultSeparateVDM”. If it is not there, you may need to create it. Set the value of this to Yes to give each 16-bit application its own process, and No to have the 16-bit application all run in the same memory space.

    Disable User Tracking
    ——————-
    [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer]
    “NoInstrumentation”=dword:00000001

    The user tracking system built into Windows XP is useless to 99% of users (there are very few uses for the information collected other than for a very nosy system admin), and it uses up precious resources to boot, so it makes sense to disable this “feature” of Windows XP. To do so, browse to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer and find the DWORD “NoInstrumentation”. You may need to create this key if it is not there. The default setting is 0, but setting it to 1 will disable most of the user tracking features of the system.

  2. albert-jim says:

    Tips and tricks for windows xp, xp tuning tips, disable balloon tips xp, xp tweek these are the searches people do for better performance of there windows XP..
    Many times, I have to install, reinstall, or optimize someone elses XP setup I forget what I need to do, so I have to go through dozens of magazines and find all the good useful tweaks that will speed up the computer and Windows.
    So I made this tutorial, everyone else can see and use on a floppy or thumb drive or something and carry it around, so you don\’t have to forget and can tweak the computer without downloading anything.

    And if you have something to add, just post it and I\’ll add in comments
    Services to turn off:
    Alerter
    Application Management
    Automatic Updates
    ClipBook
    Distributed Link Tracking Client
    Error Reporting Service
    Fast User Switching Compatibility
    Messenger
    Portable Media Serial Number Service
    Remote Registry
    Routing and Remote Access
    Task Scheduler
    Telnet
    TPC/IP NetBIOS Helper
    Uninterruptible Power Supply

    Change \"Recycle Bin\" size to 1%

  3. jane says:

    More Xp Tweaks and tricks using defrag

    This type of defrag pushes all commonly used programs and boot files to the edge of the hard drive for faster access. Windows XP normally schedules this every three days when it is idle, however you can force it to do this by useing the b switch anytime

    i.e defrag c: -b

  4. joe martin says:

    More Windows Tips and tricks
    By default, Microsoft tricks to include the /prefetch:1 switch to speed up it\’s Windows Media Player application start time. This switch can be used for other Windows applications and also many third party programs.

    Windows Tips And Tips And Tweaks #1

    You have AOL 8.0 installed on the computer. Complete the steps outlined bewlo to add the /prefetch:1 switch to AOL\’s Target path.

    1. Right click on the AOL shortcut and select properties from the menu.

    2. In the Target: Field add the /prefetch:1 switch to the very end of the path, like this: \"C:\\Program Files\\America Online 8.0\\aol.exe\" /prefetch:1 and then click ok.

    Now start AOL. It would load at least 50 times faster than ever before.

    Windows Tips And Tips And Tweaks #2

    1, Go to the Start button/All Programs/Accessories/System Tools

    2. Right click on System Restore and select properties from the menu that appears. Add the /prefetch:1 to the Target Path entry so it looks like this %ystemRoot%\\System32\\restore\\rstrui.exe /prefetch:1 and click ok.

    Now System Restore will start immediately when executed.

    Note: This switch will only work with some programs. Others will return a message saying the program in the target box is invalid. Just remove the switch
    More Comments are welcomed

Leave a Reply