ORelio / Spotlight-Downloader

Download Windows Spotlight images and apply them to wallpaper or lockscreen.
182 stars 27 forks source link

Check for metered connection is used #8

Closed Inetov closed 4 years ago

Inetov commented 4 years ago

Very useful application! But I have often work on mobile network and Windows cmd not provide any easy way to determine which connection is used: metered or not. So I can't check it in .bat file. Maybe you can implement this check in your application?

ORelio commented 4 years ago

Good idea. I'll check how to do this from a console application because officially only UWP applications have the relevant APIs for that.

ORelio commented 4 years ago

Implemented in release 1.4.2 😉

Inetov commented 4 years ago

thank you very much! nice solution without UWP!