Hotspot shield on windows 10

0

I am using Hotspot shield version 7.4.2, and I can turn it on with this command on windows cmd:

cd '.\Program Files (x86)\Hotspot Shield\bin\'
.\hsscp.exe -connect

how can i disconnect it using command line?

sadim ahman

Posted 2017-12-02T13:35:46.943

Reputation: 3

Have you tried “-disconnect”? – Ramhound – 2017-12-02T15:03:50.737

@Ramhound yes, -disconnect doesn't work – sadim ahman – 2017-12-02T20:27:34.287

What documentation did you learn about -connect? – Ramhound – 2017-12-03T03:46:25.430

@Ramhound in the previous versions there were no need to "-connect", but after updating to version 7 it needs to write -connect at the end of the command. I tested it, but I couldn't find a command for disconnecting – sadim ahman – 2017-12-03T09:18:03.013

Answers

0

for reset IP try

taskkill /f /im hydra.exe

for disconect only

taskkill /f /im hsscp.exe

Ismael Grijalva Solorzano

Posted 2017-12-02T13:35:46.943

Reputation: 16