Modify hardware acceleration through Registry

Source: Internet
Author: User

Disable hardware acceleration by modifying hardware acceleration through Registry: 1 @ echo off2title disable DirectDraw3mode con: cols = 50 lines = 124 color ff5 6 echo is disabling DirectDraw acceleration... 7reg add "HKLM \ SOFTWARE \ Microsoft \ Direct3D \ Drivers"/v SoftwareOnly/t REG_DWORD/d 1/f 0> nul 1> nul8reg add "HKLM \ SOFTWARE \ Microsoft \ DirectDraw" /v EmulationOnly/t REG_DWORD/d 1/f 0> nul 1> nul9gpupdate/force 0> nul 1> nul enable hardware acceleration: 1 @ echo off2title enable DirectDraw3mode con: cols = 50 lines = 124 colo R ff5 6 echo is enabling DirectDraw acceleration... 7reg add "HKLM \ SOFTWARE \ Microsoft \ Direct3D \ Drivers"/v SoftwareOnly/t REG_DWORD/d 0/f 0> nul 1> nul8reg add "HKLM \ SOFTWARE \ Microsoft \ DirectDraw" /v EmulationOnly/t REG_DWORD/d 0/f 0> nul 1> nul9gpupdate/force 0> nul 1> nul copies the above content to notepad, save it to the bat format and run it directly!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.