I had a CMD command to set VLC media player to record video in certain time period that user requested. It was working until McAfee having updated definition from the corporate server to stop accessing the wscript
object on the workstation. As corporate SA is not willing to open exception, I need to find out a way to not calling wscript
or cscript
to run the command like below:
"C:\Program~1\VideoLAN\VLC\vlc -vvv udp://@ Video101,10.1.1.101:4800,12,03,14,00,0,30,15,C:\Videos\101"
And tried PowerShell and it was blocked as well.