anatoly techtonik

Results 330 comments of anatoly techtonik

One `netsh wlan add profile` can be used to load .XML files, but it need password to be encrypted somehow.

Ok, it might be possible to create XML profile with encrypted password https://stackoverflow.com/questions/2374331/python-win32crypt-cryptprotectdata-difference-between-2-5-and-3-1 and `add` it if it doesn't exist of if password is different. Need to check if encryption...

Looks like this trick with `false` might work. Needs testing though. https://superuser.com/questions/133097/netsh-wlan-add-profile-not-importing-encrypted-passphrase

Vista is my only, and most likely the last Windows. =)

As I promised, Vista was my last Windows, so don't expect me to get back to it. )

To adopt it to class implementation, the password field on `connect()` method should be made optional.

How about supporting open networks that don't require passwords?

From what I can tell, there is no way to connect to network without creating a profile in Windows, so you either need to reuse existing one or create new...

Take a look how nice interface was turned into somewhat messy https://github.com/gratipay/inside.gratipay.com/pull/339/files

I suppose that open file should have some data model in Spyder sources, but I don't see anything close from source filenames - https://github.com/spyder-ide/spyder/tree/master/spyder I remember there was something from...