DX4000 Computer Monitoring Error

Yes, that was just from the event logs.

For creating a scheduled task, you can make the change to your registry and then export that key (right click Sentinel on the left pane) to a .reg file.

Then you’d make a bat file that has:

net stop "WD Enclosure Provider Service"
regedit /S "C:\Full\Path\To\Exported\File.reg"
net start "WD Enclosure Provider Service"

Then you make a scheduled task in task scheduler that runs on startup and runs that bat file.  Note the task has to run as an administrator-level user.

You could try setting the WD Enclosure Provider Service to Manual startup and have your bat file simply have the second 2 lines.  I have the mine the way it is (and with 2 minute delay) in case there are any other dependencies.  Mine’s working fine as-is, so I doubt I’ll change anything.

That’s all at your own risk, of course, and you should make sure to disable the task and review the next time you update your Sentinel software.