Problem update.
I just found the reason why sleep mode won’t work. It has to do with the TempRec folder wich will be automaticly placed in the recorded tv folder. I tried to change the the location in the registry but after restarting the “bad” service (ehrecvr) the TempRec folder is right where it was.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\Video\Tuners\DVR\IO\Writer]
"DVRDirectory"="\\Home-server\TV-Opnamen\TempRec\
"FirstTemporaryBackingFileName"=""
"DeleteRingBufferFiles"=dword:00000001
"RingBufferFileName"=""
The problem will be solved when this TempRec folder can be replaced to another location like F:\TempRec
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\Video\Tuners\DVR\IO\Writer]
"DVRDirectory"=" F:\TempRec \
"FirstTemporaryBackingFileName"=""
"DeleteRingBufferFiles"=dword:00000001
"RingBufferFileName"=""
In MCE2005 I could easly change the location of this tempRec folder so I don’t understand why this isn’t possible in Vista anymore?
Taking a look in the computer management of the Home-Server (open files) this is what the log says while Vista is recording.
G:\TV-Opnamen\MSDVRMM_4039540896_3342336_64 ALEX Windows 0 Write+Read
G:\TV-Opnamen\MSDVRMM_4039540896_3342336_64.tmp ALEX Windows 0 Write+Read
G:\TV-Opnamen\MSDVRMM_4039540896_3342336_64.tmp Windows 0 Read
G:\TV-Opnamen\Shownieuws_SBS 6_25_05_2007_23_10_33.dvr-ms ALEX Windows 0 Write
G:\TV-Opnamen\Shownieuws_SBS 6_25_05_2007_23_10_33.dvr-ms ALEX Windows 0 Write
G:\TV-Opnamen\Shownieuws_SBS 6_25_05_2007_23_10_33.dvr-ms ALEX Windows 0 Write
G:\TV-Opnamen\Shownieuws_SBS 6_25_05_2007_23_10_33.dvr-ms Windows 0 Read
G:\TV-Opnamen\Shownieuws_SBS 6_25_05_2007_23_10_33.dvr-ms Windows 0 Read
G:\TV-Opnamen\TempRec\{6DD14C37-8EB8-406A-8F96-0A056E23BF22}.TmpSBE ALEX Windows 0 Write+Read
G:\TV-Opnamen\TempRec\TempSBE\MSDVRMM_4039540896_1900544_57 ALEX Windows 0 Write+Read
G:\TV-Opnamen\TempRec\TempSBE\SBE93F7.tmp ALEX Windows 0 Write
G:\TV-Opnamen\TempRec\TempSBE\SBE93F7.tmp ALEX Windows 0 Write
G:\TV-Opnamen\TempRec\TempSBE\SBE93F7.tmp ALEX Windows 0 Write
When stopping the recording and refreshing the open files list the log says:
Open File Accessed By Type # Locks Open Mode
G:\TV-Opnamen\TempRec\{FD75A1C9-0297-4B8C-A7A3-0C9B52F0CF28}.TmpSBE ALEX Windows 0 Write+Read
G:\TV-Opnamen\TempRec\TempSBE\MSDVRMM_4039540896_6553600_54 ALEX Windows 0 Write+Read
G:\TV-Opnamen\TempRec\TempSBE\SBE9224.tmp ALEX Windows 0 Write
G:\TV-Opnamen\TempRec\TempSBE\SBE9224.tmp ALEX Windows 0 Write
G:\TV-Opnamen\TempRec\TempSBE\SBE9224.tmp ALEX Windows 0 Write
This means that Vista still writes data to the TempRec folder even when there is no recording or MCE window open.
Find me a way to change the location and the problem is solved I guess.