Still not sure why it wakes after one minute, then every 3 minutes due to 2 minute sleep period.
Does not do it every time. Started doing it once a week and now almost every day.
Does not show in logs. Restart Recording Service always stops the inadvertent wake cycles.
I decided to add a task to the event log to restart the recording service.
1. Open Event Viewer, Windows, Logs, System
2. Select Power-Troubleshooter Event ID 1
3. Select Attach Task To This Event..., Next, Next, Start a Program, Browse..., restartnpvr.bat, Next, Finish.
4. Open Task Scheduler, Select Task, In Properties/Triggers, Select Run with highest privileges
restartnpvr.bat
timeout /t 10
net stop "NPVR Recording Service"
net start "NPVR Recording Service"
Does not do it every time. Started doing it once a week and now almost every day.
Does not show in logs. Restart Recording Service always stops the inadvertent wake cycles.
I decided to add a task to the event log to restart the recording service.
1. Open Event Viewer, Windows, Logs, System
2. Select Power-Troubleshooter Event ID 1
3. Select Attach Task To This Event..., Next, Next, Start a Program, Browse..., restartnpvr.bat, Next, Finish.
4. Open Task Scheduler, Select Task, In Properties/Triggers, Select Run with highest privileges
restartnpvr.bat
timeout /t 10
net stop "NPVR Recording Service"
net start "NPVR Recording Service"