Solve the problem that Win 2008 and Vista cannot accelerate the video card

  

Solving the problem that the graphics card cannot be fully accelerated under Windows Server 2008 and Vista system

Ignore a problem when installing Windows Server 2008 system. When the system is not installed with the graphics card driver, "---"Display Settings"---"Troubleshooting"---"Hardware acceleration" can be fully accelerated, but this acceleration is not much effect, when the graphics card driver is installed and the computer is not restarted The graphics driver is not fully effective, so the "hardware acceleration" can still be fully opened.

After rebooting, I found that the "Hardware Acceleration" option is grayed out and cannot be set. At this time, the hardware acceleration is actually only about 20%. When we watch HD movies or 3D games, we will find Obviously unclear.

There are a lot of people who propose to use the XP version of the driver instead of the imperfect driver under Vista. This method can make the hardware acceleration fully open, but at the cost, we lose the Aero effect unique to Vista. Occasionally, I saw a full acceleration patch on the Internet. There are three dll files related to the display, which are used to replace the three corresponding files in the C/disk/windows32 folder (see the following network disk download). Address), you can achieve the function of turning on the adjustment hardware acceleration option.

But another problem we encountered was that the system files were strongly protected. The normal permission settings could not complete the replacement function. We can create a new registry file as follows:

Note: If you have installed Vista Optimizer (click here to download the latest version), please skip the registry, the right-click management in Vista Optimizer has this option to add administrator privileges.

//////////////Save the following contents of this line as a .reg file ///////////////////

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\*\\shell\ unas]
@="Administrator Takes Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\*\\shell\ unas\\command]
@="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators: F"
"IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F"

[HKEY_CLASSES_ROOT\\ Exefile\\shell\ unas2]
@="Administrator takes ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\exefile\\shell\ unas2\\command]
@="cmd .exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \\"%1 \\" && icacls \\"%1\\" /grant administrators:F"

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas]
@="Administrator Takes Ownership"
"NoWorkingDirectory "=""

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas\\command]
@="cmd.exe /c takeown /f \\"%1\\" /r /dy && icacls \\"%1\\" /grant administrators: F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" /r /dy && icacls \\"%1\\" /grant administrators:F /t"< Br>

//////////////Save the contents of this line as a .reg file ////////////////////

Everyone saves the above as a reg file, then double-clicks the .reg file to add it to the registry.

So in the right-click menu, we have an option for "Administrator Takes Ownership". In the C drive windows/system32 folder, find the corresponding three files, right click "Administrator Gets Ownership" Then copy and replace the new file.

Attached, graphics card full acceleration patch: http://www.namipan.com/d/ca9e7b122925e3a74522b0616811b46d1aed220f11440000

Administrator obtains the ownership registry file: http://www.namipan.com/d/0046c767c219ae7cee510b22841da322d752ef0f9e010000


Copyright © Windows knowledge All Rights Reserved