|
| Notices |
DriverHeaven is currently recruiting for the AWOMO Beta Test / Elite Op Team. AWOMO is a digital download service for games, and we're looking to expand the beta team. If you're interested. Sign up as a member here at DriverHeaven and then head HERE to submit your details. Thanks
For more info on AWOMO visit their site HERE
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
|
Jul 22, 2002, 10:47 AM
|
#1
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
Common WinXP Tweaks
The following are pretty common tweaks, but instead of a list of steps of how to manually tweak your registry, I've written up a bunch of .reg files to make for easy implementation. Simply copy and paste the tweaks into a .reg file, double-click them and reboot!
^_^
|
|
|
Jul 22, 2002, 10:48 AM
|
#2
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
CDFS Tweak - for better CD peformance
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]
"CacheSize"=hex:ff,ff,00,00
"Prefetch"=dword:00004000
"PrefetchTail"=dword:00004000
|
|
|
Jul 22, 2002, 10:49 AM
|
#3
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
Enable UDMA -- improved disk performance
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"EnableUDMA66"=dword:00000001
|
|
|
Jul 22, 2002, 10:50 AM
|
#4
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
Fast Shutdown -- dramatically speed up shut down time
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="5000"
"WaitToKillAppTimeout"="4000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l]
"WaitToKillServiceTimeout"="200"
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
|
|
|
Jul 22, 2002, 10:51 AM
|
#5
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
Unload DLLs -- forces Windows to unload unused DLLs
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer]
"AlwaysUnloadDLL"="1"
|
|
|
Jul 22, 2002, 10:53 AM
|
#6
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
Disable Paging (512 recommended)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
|
|
|
Jul 22, 2002, 10:55 AM
|
#7
|
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0
|
DiskCache Tweaks
Users with 128MB
--------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"IOPageLockLimit"=dword:01000000
Users with 256MB
--------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"IOPageLockLimit"=dword:02000000
Users with 512MB+
---------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"IOPageLockLimit"=dword:04000000
|
|
|
Aug 2, 2002, 02:13 AM
|
#8
|
|
Brazilian Fool
Join Date: May 2002
Location: São Paulo
Posts: 3,381
Rep Power: 0
|
nice!
|
|
|
Aug 23, 2002, 08:22 AM
|
#9
|
|
DriverHeaven Newbie
Join Date: Aug 2002
Location: humble home
Posts: 1
Rep Power: 0
|
hello
Sorry for being a Plantpot, but how do I make a .reg file
I tried just renaming a notepad doc to no avail.
Tried exporting a reg file deleting contents then typing in your keys, but it wont merge.
thx
|
|
|
Aug 23, 2002, 03:23 PM
|
#10
|
|
DriverHeaven Newbie
Join Date: Aug 2002
Posts: 17
Rep Power: 0
|
Re: hello
Quote:
Originally posted by stesamo
Sorry for being a Plantpot, but how do I make a .reg file
I tried just renaming a notepad doc to no avail.
Tried exporting a reg file deleting contents then typing in your keys, but it wont merge.
thx
|
open notepad, paste that in there, and click FILE>SAVE AS and save it was "whatever.reg" without quotes, and whatever being the name you want.
|
|
|
Aug 26, 2002, 01:04 PM
|
#11
|
|
DriverHeaven Lover
Join Date: Jun 2002
Location: SG
Posts: 185
Rep Power: 0
|
i really don recommend large system cache which will restart my pc for no reason and unload dll which will crash my active desktop.. then again it could be just my pc.
|
|
|
Aug 27, 2002, 11:23 PM
|
#12
|
|
Twice the fun!
Join Date: Jul 2002
Posts: 1,404
Rep Power: 0
|
prob importing reg files
It gives me an error saying 'you can only import binary registry files into the registry editor.
Suggestions?
|
|
|
Aug 29, 2002, 05:06 AM
|
#13
|
|
DriverHeaven Newbie
Join Date: Aug 2002
Posts: 17
Rep Power: 0
|
Re: prob importing reg files
Quote:
Originally posted by nForcer
It gives me an error saying 'you can only import binary registry files into the registry editor.
Suggestions?
|
you have to copy the whole thing, including this...
Windows Registry Editor Version 5.00
that's probably what you're missing, the whole file should look like this (when looked at with notepad)....
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
|
|
|
Aug 29, 2002, 10:20 AM
|
#14
|
|
Twice the fun!
Join Date: Jul 2002
Posts: 1,404
Rep Power: 0
|
Yup, that was it!
Now I feel stupid.
Thanks prymo
|
|
|
Sep 13, 2002, 12:36 PM
|
#15
|
|
Master of my own Destiny
Join Date: Aug 2002
Location: EverDawn Kingdom,TruEarth
Posts: 1,395
Rep Power: 0
|
Thanks to everyone who has posted these some of them have been big helps
|
|
|
Sep 13, 2002, 01:32 PM
|
#16
|
|
Massive Happiness
Join Date: May 2002
Location: Boston, MA
Posts: 238
Rep Power: 0
|
unload dll's??
what exactly does unload DLL's do to speed things up?
|
|
|
Sep 13, 2002, 01:39 PM
|
#17
|
|
Master of my own Destiny
Join Date: Aug 2002
Location: EverDawn Kingdom,TruEarth
Posts: 1,395
Rep Power: 0
|
Not nessecarily speed things up but it keeps the clutter down and your system is less likely to get confused and crash.
|
|
|
Sep 13, 2002, 03:56 PM
|
#18
|
|
Banned
Join Date: Jul 2002
Posts: 613
Rep Power: 0
|
if you have alot of mem you shoudnt unload it as apps will load faster if thier dlls are loaded
|
|
|
Sep 13, 2002, 04:23 PM
|
#19
|
|
Massive Happiness
Join Date: May 2002
Location: Boston, MA
Posts: 238
Rep Power: 0
|
I get it
ok, I wasn't sure at first what DLL's were being unloaded, Apps or windows itself, but thanks for clearing it up!
|
|
|
Oct 22, 2002, 07:56 PM
|
#20
|
|
DriverHeaven Newbie
Join Date: Oct 2002
Location: SC USA
Posts: 1
Rep Power: 0
|
Thanks these are some great tweaks here.
|
|
|
Oct 27, 2002, 12:48 PM
|
#21
|
|
Painlord of Ichor
Join Date: May 2002
Location: bloinkin!
Posts: 1,610
Rep Power: 0
|
asdas
Most of these tweaks can be done with Xteq System's Xsetup.
LINK
Hundreds and hundreds of easy tweak toggles with descriptions and recommendations, I highly recommend it.
|
|
|
Nov 14, 2002, 03:16 AM
|
#22
|
|
Frikkin COmputer~!
Join Date: Jul 2002
Location: Kaysville, Utah
Posts: 130
Rep Power: 0
|
I have used them all....they really do help....!!

|
|
|
Nov 19, 2002, 06:42 AM
|
#23
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
Add Rename option to desktop Recycle Bin icon
...this one is not specifically for XP
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
Last edited by visitor; Nov 19, 2002 at 07:02 AM.
|
|
|
Nov 19, 2002, 06:49 AM
|
#24
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
PopUp messages & Start Menu
Stop PopUp messages
&
Speed up Start Menu
[HKEY_CURRENT_USER\Control Panel\Desktop]
"LameButtonEnabled"=dword:00000000
"MenuShowDelay"="0"
Last edited by visitor; Nov 19, 2002 at 07:01 AM.
|
|
|
Nov 19, 2002, 06:50 AM
|
#25
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
clear Run MRU @ shutdown
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\RunMRU]
"a"=""
"MRUList"="a"
|
|
|
Nov 19, 2002, 06:51 AM
|
#26
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
set # recent docs (to 6) & clear recent docs on shutdown
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"MaxRecentDocs"=dword:00000006
"ClearRecentDocsOnExit"=dword:00000001
|
|
|
Nov 19, 2002, 06:52 AM
|
#27
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
Windows Media Player performance hacks
[HKEY_LOCAL_MACHINE\Software\Microsoft\MediaPlayer\ Preferences]
"AddToMRU"=hex:00
[HKEY_LOCAL_MACHINE\Software\Microsoft\MediaPlayer\ Settings]
"LowRate"=dword:0000dac0
"MediumRate"=dword:0001f400
"MediumHighRate"=dword:0003e800
"HighRate"=dword:0004e200
|
|
|
Nov 19, 2002, 06:53 AM
|
#28
|
|
DriverHeaven Newbie
Join Date: Jul 2002
Posts: 19
Rep Power: 0
|
show Administrator account @ logon
can also be used to show/hide other accounts
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t]
"Administrator"=dword:00000001
Last edited by visitor; Nov 19, 2002 at 07:02 AM.
|
| |