On CBS.com: Midnight dips in the pool

Fine-tune your Windows NT system with these registry edits

Tags: TechRepublic Staff, Microsoft Windows, Microsoft Windows NT, registry, registry change, Windows NT Newsletter

  • Save
  • Print
  • Digg This
  • 1

Takeaway: If you use caution when working with the registry, you can enhance both the appearance and performance of your Windows NT system. Try out these four registry tweaks to change the system font, speed up NTFS performance, load balance your network cards, and zero out the page file on shutdown.

As you know, editing the registry is a serious undertaking and potentially risky. However, if you use caution when working with the registry, you can enhance both the appearance and performance of your Windows NT system. Here are four registry tweaks to try.

Change the system font

It's easy to change the system font installed on your NT system. Import the registry change below, and modify "vgasys.fon" to the font name you wish to display. Make sure the font name has the .fon file extension.

[HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"FONTS.FON"="vgasys.fon"

Speed up NTFS performance

When browsing a directory on an NTFS volume, the system updates the LastAccess time stamp for every directory detected. But with a large number of directories, updating can take a very long time.

To disable the update, make the following registry change:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

Load balance your network cards

If you have multiple NIC cards using the same wire (Ethernet or Token Ring), you may want to load balance the communications on the cards. Importing the following registry changes to your system can accomplish this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"RandomAdapter"=dword:00000001
"SingleResponse"=dword:00000001

Changing the values to 0 disables this ability.

Zero out the page file on shutdown

When you shut down your NT machine, the page file retains anything that the system stored during its last access. This can become a security problem if someone gains access to the page file.

To make the inactive pages in the page file fill with zeros, import the following change to your registry:

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\
Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

Note: Editing the registry is risky, so be sure you have a verified backup before making any changes.

  • Save
  • Print
  • Digg This
  • 1

What do you think?

Article Categories

Security
Security Solutions, IT Locksmith
Networking and Communications
E-mail Administration NetNote, Cisco Routers and Switches
CIO and IT Management
Project Management, CIO Issues, Strategies that Scale
Desktops, Laptops & OS
Windows 2000 Professional, Microsoft Word, Microsoft Excel, Microsoft Access, Windows XP,
Data Management
Oracle, SQL Server
Servers
Windows NT, Linux NetNote, Windows Server 2003
Career Development
Geek Trivia
Software/Web Development
Web Development Zone, Visual Basic, .NET
advertisement
Click Here