文章詳情頁
通過注冊表修改硬件加速(關(guān)閉與打開硬件加速)
瀏覽:216日期:2022-06-06 08:10:16
通過注冊表修改硬件加速
關(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)容復制到記事本中,保存成bat格式,直接運行即可!
關(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)容復制到記事本中,保存成bat格式,直接運行即可!
相關(guān)文章:
1. Win10修改注冊表ProfileName值的方法2. 12個注冊表優(yōu)化方法有助于提高電腦的開關(guān)機速度及上網(wǎng)速度3. 偷天換日注冊表里玩隱藏4. 使用Windows 10 Manager備份注冊表編輯器的方法5. 去掉系統(tǒng)快捷方式箭頭的途徑——修改注冊表6. Win7提示注冊表編輯已被管理員禁用的解決步驟7. Windows優(yōu)化大師清理系統(tǒng)注冊表的方法8. winxp打開注冊表編輯器9. Win10使用注冊表關(guān)閉Edge瀏覽器SmartScreen篩選器的方法10. Win7注冊表編輯器在哪?打開注冊表編輯器的方法
排行榜
