To suppress prompting windows security alert (Firewall options) on launching application shortcuts:
Use the below commands,
Command1: <path of netsh.exe> advfirewall firewall add rule name="<name of the function>" dir=in|out action=allow|block program="C:\Program Files (x86)\Arc\Arc Connect\Operator\Operator.exe" enable=no profile=public|private|domain
netsh.exe location : C:\windows\system32
Command2: "%windir%\system32\netsh.exe" Firewall add allowedprogram "%ProgramFiles(x86)%\Tealeaf\RealiTeaPro.exe" "Tealeaf Technology RealTeaViewer"
No comments:
Post a Comment