[Windows NT]NT 4.0 SP2+:Enabling the DMA

Last update on November 7, 2008 08:24 AM by netty5
Published by netty5

[Windows NT]NT 4.0 SP2+:Enabling the DMA




Intro


Handling the DMA, for IDE drives is much more difficult under NT4 than under Windows 9x series. Unlike the other versions (Windows 9x, 2000, XP) where activation of the DMA to improve disks speed is quite simple, here no Device Manager Tree utility is provided.

Enabling DMA on Windows NT 4.0 SP2 +:


Check NT service pack


In theory UDMA, can handled by SP2 or SP3. But according to Microsoft, it will work on SP4 or higher.
Conclusion: Better install SP6a to avoid any problem ... If your system is not up to date, you should get an error message when launching the utility.

Download the utility from Microsoft to modify the registry

You manually activate UDMA by modifying the registry. But consider it as a risky procedure, leading to the complete reinstallation of your system.

Fortunately, Microsoft provide a small utility (dmacheck.exe) within the NT4 (with SP4 or higher) CD. Or you download the utility from Microsoft: http://download.microsoft.com/...

Installation


Double-click on the small program to have it unpacked and copied to the root of the hard drive, where your system is installed.

Go in root of your hard drive (C: in most cases).The small program: dmacheck.exe should be now installed

Double-click to run program.

Activate the UDMA for the compatible IDE channel(s),(Channel 0 is the primary IDE controller, Channel 1 the secondary controller)

Once done, click OK, then restart. If the channels where you enabled DMA and disk drives that are attached to them are compatible, everything should runs smoothly.
Best answers for « NT 4.0 SP2+:Enabling the DMA » in :
User management in Windows NT Show The notion of a user Windows NT is an operating system which manages sessions, meaning that when the system is started, it is necessary to log in with a user name and password. When Windows NT is installed, the administrator account is created by...
[Debian] Debian GNU/Linux 4.0 AMD64 - Installing Skype Show[Debian] Debian GNU/Linux 4.0 AMD64 - Installing Skype Downloading Skype Installation Configuring Skype Downloading Skype mkdir /home/lami20j/src cd /home/lami20j/src wget http://www.skype.com/go/getskype-linux...
Identify the version of Pixel Shader of your graphics card ShowIdentify the version of Pixel Shader of your graphics card Pixel Shader 1.0/1.1 (DX 8.0) Pixel Shader 1.3 (DX 8.0a) Pixel Shader 1.4 (DX 8.1) Pixel Shader 2.0 (DX 9.0) Pixel Shader 2.0a (DX 9.0a) Pixel Shader 2.0b (DX 9.0b) Pixel Shader...
[C Language] finding the square root of a number Show[C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number. #include #include int main(void) { double x = 4.0, result;...
Introduction to Windows NT ShowIntroduction to Microsoft Windows NT Windows NT (for "New Technology") is a 32-bit operating system developed by Microsoft. Windows NT's outward appearance makes it look a lot like Windows 95/98/Millennium, but Windows NT has a separately...
BIOS ShowIntroduction to BIOS BIOS ("Basic Input/Output System" is an essential component in computers, which is used for controlling hardware. It is a small software program, part of which is loaded in ROM (read-only memory, which cannot be modified),...
HTML document layout ShowHTML document An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension, but a web page may have other extensions as well. A web page can be built from even the most basic...