| View previous topic :: View next topic |
| Author |
Message |
bugmenot
Joined: 03 Jul 2006 Posts: 24
|
Posted: Wed May 14, 2008 12:32 am Post subject: Disable Open Gl and DirectX |
|
|
Hey there. I have done little tasks with autohotkey and cannont begin to say how much I love it but I have a new task at hand that I need help with....
I am an administrator for a school and we have a small problem with kids not getting there work done. To I a certain extend this is alright but it is developing out of control. My original Idea was to open Dxdiag and disabling it with mouse click whilst blocking mouse and keyboard movement however I realized that would be quite a annoying thing. I would like to also incorporate
it so that at certain periods of the day perhaps lunch it will reenable. What would be the best way? Could you hook on to the Dlls? I am reading like crazy and having problems. One Idea I picked up in the last 20 minutes or so was that there is something that detects pixel color could I perhap Use that to initiate the killing of a dll like as it changed resolution and blacks out it would query for the time and if it is a blocked time it would than trigger something to stop the dll or something?
I appreciate any help you guys can provide Thanks a bunch. |
|
| Back to top |
|
 |
Z Gecko Guest
|
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 16, 2008 1:26 am Post subject: |
|
|
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D
Set DisableDP2 to "1" to disable Direct3D |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Fri May 16, 2008 9:39 am Post subject: |
|
|
| And if they are playing games online: simple, but crude is to add the unwanted domains to the HOSTS file. |
|
| Back to top |
|
 |
|