hello everybody , i need your help , i have Hikvision NVR ( DS-7608NI-K2 ) , i wanted to make shutdown remotely from my laptop ( windows 10 ) through ( ISAPI ) command , therefore i made this code in bat file :
echo shutdown NVR
timeout 10
curl -X PUT...