For me (Windows 8.1 64bits), the
method of arthurlin43 did not work properly.
I had to run
LoaderServiceSetup.msi as administrator (
install.bat was not enough). Then, I ticked the box "Run a Windows Service", but at startup Windows, Monitor launched anyway asking for a privilege elevation. The service did not seem to start.
I used another method that worked the first time:
- Launch
LoaderServiceSetup.msi and uninstall.
- Download NSSM v2.24 (https://nssm.cc/)
- Copy of
nssm.exe into C:\Program Files (x86)\D-Link\D-ViewCam
- As administrator, run
nssm.exe install D-ViewCam (We can put a name other than D-ViewCam).
- In path, indicate where
MainConsole.exe is located

We can also put the service in delayed start.

To create the service, click on "
Install service"
Start the task manager. Boot tab, select D-ViewCam (if present) and disable it.

Finally, either start the D-ViewCam service in the service manager or reboot.