You are not logged in.
Pages: 1
I use a USB Wi‑Fi adapter on my mini PC. When I select “network usage” under Events, I end up with a huge list of network devices to choose from, and five of them refer to the USB Wi‑Fi adapter. But no matter which one I pick and confirm, it always switches to “Microsoft Wi‑Fi Direct Virtual Adapter #6”. Basically, I can’t manage to set a damn rule on network usage.
Is there a way to fix this?
Thank you.

https://www.pasteboard.co/rmfXPDkMRDta.png
https://www.pasteboard.co/BHcNZj17oKBK.png
Last edited by fedefat (Today 13:36)
Offline
Shutter uses the device MAC address to uniquely identify a network interface.
It might be the case that your device's MAC address is not static, i.e. changes dynamically.
Let's do some troubleshooting:
1. Configure a Network Usage event.
2. Save it as a preset, e.g. "Test".
3. Open the preset file with a Notepad.
4. Identify the configured MAC address in the event configuration.
You should find something like this:
[Event1]
ID=NetworkUsage
Config=INTERFACE=00-00-00-00-00-00;...Where "00-00-00-00-00-00" is a placeholder for your device's MAC address.
You can also use command prompt to list all network devices and their MAC address (also known as "Physical Address"):
ipconfig /allExperiment. Check if the MAC address changes.
Offline
Pages: 1