How can I hide a property " Unignore "

Hi TeamĀ 

I want to know how to hide the " Unignore " feature because I have working devices that ignore them, but clients can return them through the " Unignore " feature from " Device Properties ".

I've tried to hide it through the vhui.ini file via HideMenuItems but to no avail.

thanksĀ 

#2

That is a useful suggestion, so i have added that feature to server 4.5.6

Download the latest server. While the server is not running edit the config.ini and add the line

onDeviceUnignore=c:\path\to\onDeviceUnignore.bat "$CLIENT_ID$" "$CLIENT_IP$" "$CLIENT_HOSTNAME$" "$UNIGNORE$"

Create a file called onDeviceUnignore.bat in the directory you specified and put in these details:

echo %1 %2 %3 %4 > log.txt
exit 2

This file will cause any unignore to be rejected.

See here : onDeviceUnIgnore