Skip to content

Instantly share code, notes, and snippets.

@MyITGuy
Last active October 1, 2021 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MyITGuy/8005510 to your computer and use it in GitHub Desktop.
Save MyITGuy/8005510 to your computer and use it in GitHub Desktop.
Terminates all Citrix Receiver processes in the current user context.
for %%i in (concentr.exe,receiver.exe,redirector.exe,radeobj.exe,wfcrun32.exe,wfica32.exe,pnamain.exe) do (taskkill /im "%%i" /f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment