Page 1 of 3 123 LastLast
Results 1 to 15 of 31

Thread: windows XP tweaks and tips

  1. #1
    grab_grab_the_haddock's Avatar

    The Voice Of Reason

    Join Date
    Jul 2002
    Location
    ZP lounge
    Posts
    3,101

    windows XP tweaks and tips

    as i cant think of anything better to do i thought i might start a thread with a few tricks for winXP users. if anyone has any tricks they think might be useful to others, feel free to add them below. there are a couple of registry hacks - if your not sure of wtf your doing dont attempt them, or you may make a mess of things. And back up first.

    Do Not Highlight Newly Installed Programs
    Tired of that annoying little window that pops up to tell you that new software is installed? If it gets in the way when you’re logging off, turn it off completely.

    To do this Click Start, right-click at the top of the Start menu where your name is displayed, and then click Properties.
    In the Taskbar and Start Menu Properties dialog box, on the Start Menu tab, click Customize.
    Click the Advanced tab, and then clear the Highlight newly installed programs check box.
    Click OK, and then click OK again.
    Now that message won’t be popping up when you least want to see it.

    Speed up the Start Menu
    The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key. Fire up the Registry Editor and navigate to the following key:
    HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay
    By default, the value is 400. Change this to a smaller value, such as 0, to speed it up

    Getting MP3 ripping to work in Windows Media Player 8 in XP
    Enter the following in the registry : [HKEY_LOCAL_MACHINESOFTWARE
    MicrosoftMediaPlayerSettingsMP3Encoding] "LowRate"=dword:0000dac0 "MediumRate"=dword:0000fa00 "MediumHighRate"=dword:0001f400 "HighRate"=dword:0002ee00 This corresponds to 56, 64, 128 and 192 Kbps. You can change this to your liking using the following dword hex values : 320 Kbps = dword:0004e200 256 Kbps = dword:0003e800 224 Kbps = dword:00036b00 192 Kbps = dword:0002ee00 160 Kbps = dword:00027100 128 Kbps = dword:0001f400 112 Kbps = dword:0001b580 64 Kbps = dword:0000fa00 56 Kbps = dword:0000dac0

  2. #2
    nasrules's Avatar

    PeerWebmaster

    Join Date
    Oct 2002
    Location
    localhost
    Posts
    2,405
    good idea grab_grab!

    but i must make a request.........change that avatar! its awful!!!!

  3. #3
    Krell's Avatar

    worthless dirtball

    Join Date
    Sep 2002
    Posts
    9,759
    hell ya this is my kinda post, and especially since he left so much room for others to participate.

    And I kinda like this avatar, it makes him look more intellegent than the last one, and makes me feel better about myself too.

  4. #4
    PiRaNeTuS's Avatar

    lulz

    Join Date
    Apr 2002
    Location
    Florida
    Posts
    454
    I've got quite a few as well. They are:

    1. Optimize the contiguous file allocation size for the file system. This tweak is especially useful for disk intensive applications. Go to: HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Control\ FileSystem
    Create a DWORD value named 'ContigFileAllocSize' and set the value to '200' (in hex) or 512 (decimal).

    2. Optimize Memory Performance. Go to:
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ SessionManager\ Memory Management

    A. DisablePagingExecutive – Set value in decimal to 1. This allows XP to keep data in memory now instead of paging sections of ram to harddrive yeilding faster performance.

    B. LargeSystemCache – Set value in decimal to 1. This allows XP Kernal to run in memory improving system performance.

    C. IOPageLockLimit – Set value in hex – 4,000 if you have 128MB of ram; 10,000 if you have 256MB; 40,000 if you have more than 512MB of ram. This speeds up your disckcache.

    D. SystemPages – Reduce the value to something around 128 MB (131072 KB) or 256 MB (262144 KB). I'm using the 256 MB setting, since my total RAM is 512 MB.

    3. Optimize IRQ Priority. Go to:
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ PriorityControl
    Create a new DWORD named IRQ8Priority and set value to 1 in decimal. This increasing the priority of the System CMOS/real time clock, which improves performance across the board.

    4. Optimize NTFS. Go to:
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ FileSystem

    A. NtfsDisable8dot3NameCreation - Set to 1. Disables creation of short names.

    B. NtfsDisableLastAccessUpdate - Set to 1. By default NTFS will automatically update timestamps whenever a directory is traversed. This isn't a necessary feature, and it slows down large volumes. This turns it off.

    C. NtfsMftZoneReservation - Set to 2. 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.

    6. Optimize Swap (Paging) File:
    Set the swap file to be on a separate partition or drive from the windows drive (if possible.) Multiply your total ram by 2.5 and set this value as both the minimum and maximum swap file values. Also, Open the System Configuration Utility by typing msconfig.exe in the RUN command. In System.ini you have to add "ConservativeSwapfileUsage=1" under the 386enh section.

    7. Disable Indexing Service. Indexing services is a small program that hogs HUGE amounts of RAM and can often make a computer endlessly loud and noisy. Disable by clicking on 'My Computer' and then right-click on the C:\ drive and uncheck Index Files.

    8. Optimze Prefetcher. Go to:
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ SessionManager\ Memory Management\ PrefetchParameters
    Enable Prefetcher – Set it to 3. It will decrease the boot time but double and increase the performance of your XP.

    10. Increase CPU Priority. Go to:
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ PriorityControl
    Win32PrioritySeparation – Set to 38


    PS. Most of these tweaks I got from www.tweakxp.com .... I also recommend using two great programs, TweakNow Power Pack, and Dachshund Hare.
    - N -

  5. #5
    nasrules's Avatar

    PeerWebmaster

    Join Date
    Oct 2002
    Location
    localhost
    Posts
    2,405
    Krell: im glad it makes u fell good about urself..........................but all it makes me feel is sick!!!!! lol!

  6. #6
    NightsMaster's Avatar

    ZeroPaid Regular

    Join Date
    Dec 2002
    Location
    Underearth
    Posts
    69

    Thanks for the tips

    The tip for the startup speed up works great. Speeds up going to places in the control panel also. Very nice. But I gotta say that avatar looks like a really ugly woman I used to work with.
    She was really hateful.

    EDIT: PiRaNeTuS, thanks for the link. Gonna try some of the
    tweaks tonight when I get home from work.

  7. #7
    maartendc's Avatar

    Professional killer

    Join Date
    Jun 2002
    Location
    Belgium
    Posts
    676
    Hey nice, but I've had nothing but bad luck with so-called xp-tweaks... They didn't do what I wanted them to do etc...

    And i agree with that one dude, change your avatar back to the other one grab_grab_ this one is stupid and ugly!

  8. #8
    Krell's Avatar

    worthless dirtball

    Join Date
    Sep 2002
    Posts
    9,759
    As one who benchmarks and tweaks, I've seen good ones, and I have seen some without any real precedent.

    Before you do any tweaks, try to verify that it actually DOES what it purposes to. Otherwise, it's not worth the labor of digging yourself out of.

    Any of grab grab choices of avatar is fine with me, although the last one did remind me of Tiny Tim, in a "hey little boy want some candy" sort of way.

  9. #9
    el_omega's Avatar

    Good to be here

    Join Date
    Dec 2002
    Location
    RIGHT HERE!!!
    Posts
    197
    Piranetus said
    C. IOPageLockLimit – Set value in hex – 4,000 if you have 128MB of ram; 10,000 if you have 256MB; 40,000 if you have more than 512MB of ram. This speeds up your disckcache.
    Well, I have been tweaking my xp pro and had some very good results so far, anyways the link that you have provided www.tweakxp.com there is a section that has incorrect tweaks for xp and it mention the one you provided for memory enhancement as a bad tweak.
    I have been reading and use this site to change some of the registries www.clankiller.com/tech/WinXP/index.php
    Please, correct me if I am wrong.
    Practice and become Master

  10. #10
    lion7718's Avatar

    The Big Cat

    Join Date
    Apr 2002
    Posts
    824
    Here is a set of Tweaks I have collected.
    Attached Files Attached Files

  11. #11
    12345678910's Avatar

    I invented the internet..

    Join Date
    Sep 2002
    Location
    The Bayou
    Posts
    530
    Originally posted by nasrules
    Krell: im glad it makes u fell good about urself..........................but all it makes me feel is sick!!!!! lol!
    You think that ones bad?

    Check out this ugly son of a bitch :
    Attached Images Attached Images
    Zeropaid Chat Moon Song KaZaA Lite Article
    "dirty smiley bastard just had to fuck things up."
    - MoonMan

  12. #12
    TwoZigzagColt45's Avatar

    ZeroPaid Regular

    Join Date
    Jul 2002
    Location
    Bolton England
    Posts
    61
    My Favourite XP tweaks

    1. cut down on the eye candy disable fade & slide options
    2. set the pagefile 3 x RAM to a slave drive's primary partition
    3. Do Nothing !!!!!!

    XP is self tuning the more you use it the faster it gets

    :smilie:
    Grant me the serenity to accept the things I cannot change, the courage to change the things I cannot accept, and the wisdom to hide the bodies of the people I have had to kill for annoying me.

  13. #13

    ZeroPaid Regular

    Join Date
    Jul 2002
    Location
    Ho
    Posts
    34
    12345678910:

    Gorgeous, isn't it? hah..

    Even makes me feel ill when i see it :) But, it was a funny pic of me when i was incredibly drunk (as per), besides it was the only pic i had handy :) so i used it in my avatar!

    Int.
    A monk, of the meditating variety.

  14. #14
    The Hunter's Avatar

    Janitor

    Join Date
    Apr 2002
    Location
    Copperhead Road
    Posts
    11,611
    I always considered the ability to laugh at ones self a gift. If I couldnt take a joke, I wouldnt be able to look in the mirror every morning.
    Grow old along with me, the best is yet to be.

  15. #15
    overdo's Avatar

    ZeroPaid Regular

    Join Date
    Dec 2002
    Location
    UK
    Posts
    583
    lol @ hunter. btw these tweaks have come at the right time as i'm getting XP soon. keep them coming.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •