02-Mar-2007, 04:00 AM
|
#21 (permalink)
|
|
Fixed Error!
Posts: 803
Join Date: Feb 2007
Rep Power: 2
|
Re: The Big Xp Tricks Topic
47. Improve system performance by disabling DOS 8.3 naming convention
In tip number 46, I briefly mentioned MFT fragmentation. So what is the cause of fragmentation. Well most common cause is too much use. As with anything excessive use causes fragmentation. Activities of add/update/delete to a section of disk would invariable cause it to fragment. So there is no permanent solution as we can not avoid these acts. As such it is a good idea to use disk defragmenter regularly. Contiguous data which results from defragmenting disk, improves system performance considerably. But what I am suggesting you here would prolong intervals between defragmentations resulting in more time for your own productive work. OK! This tip is for those folks would never be using a DOS based program or don't care for connection from DOS based operating systems (example: old games and all things before windows 95). In Windows XP, two file names are created for each file one is the actual name and another one is 8.3 version of that file name for compatibility with DOS based programs. Now this work name in the name of compatibility takes quite a lot of system resources specifically CPU time and disk space.But this is not it, it also increases your MFT utilization and fragmentation. So the solution is to disable it. How to do this ? Open Registry by going to START-RUN and entering REGEDIT and Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\FileSystem. In right pane, look for key by the name "NtfsDisable8dot3NameCreation" and sets its value to 1. Thats it. You would see improvement in system performance for sure.
|
48. Customize logon prompt with your own words
This tip won't make your computer any faster but may help personalize your computer experience. Open Registry by going to START-RUN and entering REGEDIT and Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. In right pane, look for key by the name "LogonPrompt". Set its value to whatever text you want to see displayed at login screen.
|
49. Where does Window's ProductId get stored ?
There are two places at least where ProductId gets stored. To see the first place, open Registry by going to START-RUN and entering REGEDIT and Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]. In right pane, look for key by the name "ProductId". This is your Windows Product Id. Alternatively you can navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion] and still find same field with the name ProductId.
|
50. Set the low level hook time-out and stop certain programs from crashing or becoming unstable
One of the things that you can do avoid some programs from becoming unstable is to set a low level hook timeout. There are a few programs which use this low level hook timeout. Setting a low value (in milliseconds) means that if the hooked program does not respond within timeout period, one that has set the hook would not become unstable or go in infinite wait but would kill itself saving windows resources and improving performance. Open Registry by going to START-RUN and entering REGEDIT and Navigate to [HKEY_CURRENT USER\Control Panel\Desktop] and look for "LowLevelHooksTimeout" in the right pane. Now set it to a small number in milliseconds for example a value of 3500 would mean 3.5 seconds. |
|
|
|