Initiate command

hi, how do i initiate the command “C:\Program Files (x86)\AnyDesk\anydesk.exe --silent --remove”

on workstation to remove any desk, what is the best way to do it on action?

waithidden cmd.exe /c “C:\Program Files (x86)\AnyDesk\anydesk.exe --silent --remove” - this command does not work…

Hi,

Try this:

waithidden "{pathname of system folder & "\cmd.exe"}" /C "C:\Program Files (x86)\AnyDesk\anydesk.exe" --silent --remove

works!!,10x!!!..

1 Like