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?