Difference between revisions of "Stop-process"
Jump to navigation
Jump to search
(Created page with "``` Stop-Process -f -processname slack sudo salt -t 120 -C 'G@os:Windows' cmd.run '(Stop-Process -f -processname slack)' shell=powershell ```") |
(No difference)
|
Latest revision as of 22:30, 13 January 2021
Stop-Process -f -processname slack sudo salt -t 120 -C 'G@os:Windows' cmd.run '(Stop-Process -f -processname slack)' shell=powershell