mirror of
https://github.com/Dichgrem/script.git
synced 2025-02-23 05:58:37 -05:00
Add files via upload
This commit is contained in:
parent
4d802f7ab7
commit
2e87a313f0
11
开启3D加速.reg
Normal file
11
开启3D加速.reg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw]
|
||||||
|
"EmulationOnly"=dword:00000000
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D\Drivers]
|
||||||
|
"SoftwareOnly"=dword:00000000
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DirectDraw]
|
||||||
|
"EmulationOnly"=dword:00000000
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Direct3D\Drivers]
|
||||||
|
"SoftwareOnly"=dword:00000000
|
10
禁用3D加速.reg
Normal file
10
禁用3D加速.reg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw]
|
||||||
|
"EmulationOnly"=dword:00000001
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D\Drivers]
|
||||||
|
"SoftwareOnly"=dword:00000001
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DirectDraw]
|
||||||
|
"EmulationOnly"=dword:00000001
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Direct3D\Drivers]
|
||||||
|
"SoftwareOnly"=dword:00000001
|
Loading…
x
Reference in New Issue
Block a user