• Home
  • Reviews
  • Articles
  • News
  • Tools
  • GamingHeaven
  • Forums
  • Network
 

Go Back   DriverHeaven.net > Forums > Software / Tools > Applications, Software and Tweaking

Notices

Reply
 
LinkBack Thread Tools
Old Jul 22, 2002, 10:47 AM   #1
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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!

^_^
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:48 AM   #2
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:49 AM   #3
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:50 AM   #4
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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"
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:51 AM   #5
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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"
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:53 AM   #6
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post Disable Paging (512 recommended)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
JavaFox is offline   Reply With Quote
Old Jul 22, 2002, 10:55 AM   #7
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
JavaFox is on a distinguished road

Default Post 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
JavaFox is offline   Reply With Quote
Old Aug 2, 2002, 02:13 AM   #8
Brazilian Fool
 
franguinho's Avatar
 
Join Date: May 2002
Location: São Paulo
Posts: 3,381
franguinho is on a distinguished road

Default Post

nice!
franguinho is offline   Reply With Quote
Old Aug 23, 2002, 08:22 AM   #9
DriverHeaven Newbie
 
Join Date: Aug 2002
Location: humble home
Posts: 1
stesamo is on a distinguished road

Default Post 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
stesamo is offline   Reply With Quote
Old Aug 23, 2002, 03:23 PM   #10
DriverHeaven Newbie
 
Join Date: Aug 2002
Posts: 17
prymo is on a distinguished road

Default Post 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.
prymo is offline   Reply With Quote
Old Aug 26, 2002, 01:04 PM   #11
DriverHeaven Lover
 
Join Date: Jun 2002
Location: SG
Posts: 185
iceboy is on a distinguished road

Default Post

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.
iceboy is offline   Reply With Quote
Old Aug 27, 2002, 11:23 PM   #12
Twice the fun!
 
nForcer's Avatar
 
Join Date: Jul 2002
Posts: 1,404
nForcer is on a distinguished road

Default Post prob importing reg files

It gives me an error saying 'you can only import binary registry files into the registry editor.
Suggestions?
nForcer is offline   Reply With Quote
Old Aug 29, 2002, 05:06 AM   #13
DriverHeaven Newbie
 
Join Date: Aug 2002
Posts: 17
prymo is on a distinguished road

Default Post 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
prymo is offline   Reply With Quote
Old Aug 29, 2002, 10:20 AM   #14
Twice the fun!
 
nForcer's Avatar
 
Join Date: Jul 2002
Posts: 1,404
nForcer is on a distinguished road

Default Post

Yup, that was it!
Now I feel stupid.

Thanks prymo
nForcer is offline   Reply With Quote
Old Sep 13, 2002, 12:36 PM   #15
Master of my own Destiny
 
Kelsenellenelvian's Avatar
 
Join Date: Aug 2002
Location: EverDawn Kingdom,TruEarth
Posts: 1,395
Kelsenellenelvian is on a distinguished road

Default Post

Thanks to everyone who has posted these some of them have been big helps
Kelsenellenelvian is offline   Reply With Quote
Old Sep 13, 2002, 01:32 PM   #16
Massive Happiness
 
Join Date: May 2002
Location: Boston, MA
Posts: 238
skastel is on a distinguished road

Default Post unload dll's??

what exactly does unload DLL's do to speed things up?
skastel is offline   Reply With Quote
Old Sep 13, 2002, 01:39 PM   #17
Master of my own Destiny
 
Kelsenellenelvian's Avatar
 
Join Date: Aug 2002
Location: EverDawn Kingdom,TruEarth
Posts: 1,395
Kelsenellenelvian is on a distinguished road

Default Post

Not nessecarily speed things up but it keeps the clutter down and your system is less likely to get confused and crash.
Kelsenellenelvian is offline   Reply With Quote
Old Sep 13, 2002, 03:56 PM   #18
Banned
 
Join Date: Jul 2002
Posts: 613
shai is on a distinguished road

Default Post

if you have alot of mem you shoudnt unload it as apps will load faster if thier dlls are loaded
shai is offline   Reply With Quote
Old Sep 13, 2002, 04:23 PM   #19
Massive Happiness
 
Join Date: May 2002
Location: Boston, MA
Posts: 238
skastel is on a distinguished road

Default Post 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!
skastel is offline   Reply With Quote
Old Oct 22, 2002, 07:56 PM   #20
DriverHeaven Newbie
 
Join Date: Oct 2002
Location: SC USA
Posts: 1
wizard is on a distinguished road

Default Post

Thanks these are some great tweaks here.
wizard is offline   Reply With Quote
Old Oct 27, 2002, 12:48 PM   #21
Painlord of Ichor
 
reno's Avatar
 
Join Date: May 2002
Location: bloinkin!
Posts: 1,610
reno is on a distinguished road

Default Post 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.
reno is offline   Reply With Quote
Old Nov 14, 2002, 03:16 AM   #22
Frikkin COmputer~!
 
Join Date: Jul 2002
Location: Kaysville, Utah
Posts: 130
giganick is on a distinguished road

Thumbs Up!

I have used them all....they really do help....!!
giganick is offline   Reply With Quote
Old Nov 19, 2002, 06:42 AM   #23
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

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.
visitor is offline   Reply With Quote
Old Nov 19, 2002, 06:49 AM   #24
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

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.
visitor is offline   Reply With Quote
Old Nov 19, 2002, 06:50 AM   #25
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

clear Run MRU @ shutdown

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\RunMRU]
"a"=""
"MRUList"="a"
visitor is offline   Reply With Quote
Old Nov 19, 2002, 06:51 AM   #26
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

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
visitor is offline   Reply With Quote
Old Nov 19, 2002, 06:52 AM   #27
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

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
visitor is offline   Reply With Quote
Old Nov 19, 2002, 06:53 AM   #28
DriverHeaven Newbie
 
Join Date: Jul 2002
Posts: 19
visitor is on a distinguished road

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.
visitor is offline   Reply With Quote
Old Nov 24, 2002, 05:26 AM   #29
DriverHeaven Junior Member
 
Join Date: Nov 2002
Posts: 34
schwarz2 is on a distinguished road

yo..i created a ramdrive since i have 512 mb ram....would it be a good idea to set