文章詳情頁
通過注冊(cè)表修改硬件加速(關(guān)閉與打開硬件加速)
瀏覽:290日期:2022-06-06 08:10:16
通過注冊(cè)表修改硬件加速
關(guān)閉硬件加速:
1
@echo off
2
title 關(guān)閉DirectDraw
3
mode con:cols=50 lines=12
4
color ff
5
6
echo 正在關(guān)閉DirectDraw加速...
7
reg add "HKLM/SOFTWARE/Microsoft/Direct3D/Drivers" /v SoftwareOnly /t REG_DWORD /d 1 /f 0>nul 1>nul
8
reg add "HKLM/SOFTWARE/Microsoft/DirectDraw" /v EmulationOnly /t REG_DWORD /d 1 /f 0>nul 1>nul
9
gpupdate /force 0>nul 1>nul
打開硬件加速:
1
@echo off
2
title 開啟DirectDraw
3
mode con:cols=50 lines=12
4
color ff
5
6
echo 正在開啟DirectDraw加速...
7
reg add "HKLM/SOFTWARE/Microsoft/Direct3D/Drivers" /v SoftwareOnly /t REG_DWORD /d 0 /f 0>nul 1>nul
8
reg add "HKLM/SOFTWARE/Microsoft/DirectDraw" /v EmulationOnly /t REG_DWORD /d 0 /f 0>nul 1>nul
9
gpupdate /force 0>nul 1>nul
將上述內(nèi)容復(fù)制到記事本中,保存成bat格式,直接運(yùn)行即可!
關(guān)閉硬件加速:
1
@echo off
2
title 關(guān)閉DirectDraw
3
mode con:cols=50 lines=12
4
color ff
5
6
echo 正在關(guān)閉DirectDraw加速...
7
reg add "HKLM/SOFTWARE/Microsoft/Direct3D/Drivers" /v SoftwareOnly /t REG_DWORD /d 1 /f 0>nul 1>nul
8
reg add "HKLM/SOFTWARE/Microsoft/DirectDraw" /v EmulationOnly /t REG_DWORD /d 1 /f 0>nul 1>nul
9
gpupdate /force 0>nul 1>nul
打開硬件加速:
1
@echo off
2
title 開啟DirectDraw
3
mode con:cols=50 lines=12
4
color ff
5
6
echo 正在開啟DirectDraw加速...
7
reg add "HKLM/SOFTWARE/Microsoft/Direct3D/Drivers" /v SoftwareOnly /t REG_DWORD /d 0 /f 0>nul 1>nul
8
reg add "HKLM/SOFTWARE/Microsoft/DirectDraw" /v EmulationOnly /t REG_DWORD /d 0 /f 0>nul 1>nul
9
gpupdate /force 0>nul 1>nul
將上述內(nèi)容復(fù)制到記事本中,保存成bat格式,直接運(yùn)行即可!
相關(guān)文章:
1. Windows 注冊(cè)表LastKey鍵值的設(shè)置技巧2. Win10如何備份/恢復(fù)注冊(cè)表 Win10備份/恢復(fù)注冊(cè)表方法3. 讓修改過的注冊(cè)表快速生效的方法4. 去掉系統(tǒng)快捷方式箭頭的途徑——修改注冊(cè)表5. win7注冊(cè)表怎么清理 win7系統(tǒng)清理注冊(cè)表介紹6. Win8一鍵解鎖注冊(cè)表的教程7. Win 10家庭版壁紙?jiān)趺存i定?萬能注冊(cè)表幫到你8. Win7注冊(cè)表拒絕訪問無法進(jìn)入怎么辦?9. Win7中通過修改注冊(cè)表怎么將IE設(shè)置為默認(rèn)瀏覽器?設(shè)置為默認(rèn)瀏覽器的方法介紹10. 通過修改注冊(cè)表來提高系統(tǒng)的穩(wěn)定安全讓計(jì)算機(jī)堅(jiān)強(qiáng)起來
排行榜
