3dfx TV quick batch

Started by dogsboll, 04 June 2003, 22:26:02

Previous topic - Next topic

dogsboll

I use mycomputer as a DVD player and have a 3dfx voodoo3 card.  I normally enable output to the TV to watch movies. However this is virtually a 12-step process.  Is there a program/batch that can do this in one click from the desktop in Win98? Thanks. Ciao
 

Friday

I know, that's stupid.
Save this as a .reg file, and when you want tv-out enabled just run it and restart the computer.
>>
REGEDIT4

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Display\0001\TV]
"enabled"=dword:00000001
"priorbootTV"=dword:00000000
"hposition"="78"
"vposition"="50"
"size"="2"
"mode"="0"
"brightness"="0"
"saturation"="0"
"filter"="0"
<<

Copy this (without >> and <<) and paste to a new .reg file
To disable tv-out change the "enabled"=dword:00000001 to "enabled"=dword:00000000 and run file again and restart. I think that this only works with win 98.
Have fun!