文章詳情頁
通過注冊表修改硬件加速(關(guān)閉與打開硬件加速)
瀏覽:409日期: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)容復(fù)制到記事本中,保存成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)容復(fù)制到記事本中,保存成bat格式,直接運行即可!
相關(guān)文章:
1. 深入 WIN2000注冊表 (11) Windows 2000的安全(1)2. 讓W(xué)indows XP注冊表“失憶”更簡單3. Win XP中如何導(dǎo)入和導(dǎo)出注冊表內(nèi)容4. Win10創(chuàng)意者注冊表編輯器被鎖定了怎么解決?5. Win7系統(tǒng)注冊表無法創(chuàng)建項,寫入注冊表時出錯怎么辦?6. 注冊表成罪魁禍?zhǔn)?微軟確認(rèn)部分Win11/10開始菜單存在Bug7. 通過修改注冊表來提高系統(tǒng)的穩(wěn)定安全讓計算機堅強起來8. Win10系統(tǒng)注冊表太多怎么辦?Win10系統(tǒng)注冊表清理教程9. 去掉系統(tǒng)快捷方式箭頭的途徑——修改注冊表10. Windows 注冊表LastKey鍵值的設(shè)置技巧
排行榜

網(wǎng)公網(wǎng)安備