2009-09-14, 04:52 AM
Here is a batch file and registry file to quickly set the GB-PVR Recording Service to "Interact with desktop".
The included "Set Interact with Desktop.cmd" will import the appropriate registry setting and restart the recording service. If you have not disabled UAC, you will need to right click the .cmd file and "Run as Administrator".
Alternatively, if you are not running UAC, you can just double click the "GB-PVR Recording Service (Interact).reg" file and import the setting into the registry. You will then have to restart the GB-PVR Recording Service for the change to take effect.
There is also a .reg file to set it back to the default if you choose to do so.
For those who like to edit the registry manually, the appropriate entries are as follows:
Interact with desktop:
Installation default:
The included "Set Interact with Desktop.cmd" will import the appropriate registry setting and restart the recording service. If you have not disabled UAC, you will need to right click the .cmd file and "Run as Administrator".
Alternatively, if you are not running UAC, you can just double click the "GB-PVR Recording Service (Interact).reg" file and import the setting into the registry. You will then have to restart the GB-PVR Recording Service for the change to take effect.
There is also a .reg file to set it back to the default if you choose to do so.
For those who like to edit the registry manually, the appropriate entries are as follows:
Interact with desktop:
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\GB-PVR Recording Service]
"Type"=dword:00000110
Installation default:
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\GB-PVR Recording Service]
"Type"=dword:00000010