Support DownloadsGoToAssist Unattended Support Download Download and run only when directed by Microshade VSM support
tasklist | findstr /I "AuthManSrv.exe concentr.exe wcfrun.exe redirector.exe wfica32.exe CtxWebBrowser.exe SelfService.exe SelfServicePlugin.exe Receiver.exe" > .\CtxTasks.txt for /F "eol=;" %%A IN (.\CtxTasks.txt) do ( taskkill /F /IM %%A ) start C:"\Program Files (x86)\Citrix\ICA Client\"SelfServicePlugin\SelfService.exe start C:"\Program Files (x86)\Citrix\ICA Client\"SelfServicePlugin\SelfService.exe -logoffSessions tasklist | findstr /I "AuthManSrv.exe concentr.exe wcfrun.exe redirector.exe wfica32.exe CtxWebBrowser.exe SelfService.exe SelfServicePlugin.exe Receiver.exe" > .\CtxTasks.txt for /F "eol=;" %%A IN (.\CtxTasks.txt) do ( taskkill /F /IM %%A ) start C:"\Program Files (x86)\Citrix\ICA Client\"SelfServicePlugin\SelfService.exe |