1

I'm fairly new to batch. I use the Hotspot Shield VPN, and noticed some extra processes running in the background even when it's not turned on (The whole application is shady to me, but I can't find any other reliable free VPNs.) The script I wrote: taskkill /im hsscp.exe taskkill /im fbwmgr.exe taskkill /im fbw.exe

There is another process called HSSCP.exe *32 that shows up in Task Manager that I can't seem to end with taskkill /im hsscp.exe *32 Is this a different type of process? How would I terminate it?

allies4ever
  • 111
  • 2

2 Answers2

0

It can be killed with taskkill /f /im HSSCP.exe as normal, thanks @raney.

allies4ever
  • 111
  • 2
0

The application can also be terminated using hsscp.exe -quit

Fidel
  • 7,027
  • 11
  • 57
  • 81