2

I followed the instructions on the answer to: How to launch a command on network connection/disconnection? .

Basically, I want to kill uTorrent when I connect to a specific network.

Has something changed or am I doing something wrong?

Trigger Action Start only if network is available

Menelaos
  • 186

2 Answers2

1

5 years later just in case you still need help.

I had the same problem. Fixed it by setting the source to Microsoft-Windows-NetworkProfile.

Read the comments on this answer https://superuser.com/a/262880/873761

Rishav
  • 133
  • 1
  • 7
1

In my case, I need to use Trigger with Custom Filter like below

  • Event Level: Information (connect & disconnect has Information level)
  • Logs: Microsoft-Windows-NetworkProfile/Operational
  • EventID: 10000
  • Keywords: Choose All keywords (The 1st option)
  • User: All user (leave default)
  • Computer: All computer (leave default)

The rests are the same as OP's

enter image description here