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 youre 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 wont 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
good idea grab_grab!
but i must make a request.........change that avatar! its awful!!!!
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.
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 -
Krell: im glad it makes u fell good about urself..........................but all it makes me feel is sick!!!!! lol!
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.
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!
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.
Piranetus said
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.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.
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
Here is a set of Tweaks I have collected.
You think that ones bad?Originally posted by nasrules
Krell: im glad it makes u fell good about urself..........................but all it makes me feel is sick!!!!! lol!
Check out this ugly son of a bitch :
Zeropaid Chat Moon Song KaZaA Lite Article
"dirty smiley bastard just had to fuck things up."
- MoonMan
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.
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.
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.
lol @ hunter. btw these tweaks have come at the right time as i'm getting XP soon. keep them coming.
Bookmarks