diff --git a/README.md b/README.md index 05827a9..6f047f0 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,19 @@ Program do importowania i eksportowania profili sieci WiFi w systemach Windows -WiFi-export-import +WiFi-export-import ## Usage ### Export all WiFi profiles. -- Download [WiFi-export-import-v2.0.0-x86.exe](https://github.com/jtaczanowski/WiFi-export-import/releases/download/v2.0.0/WiFi-export-import-v2.0.0-x86.exe) -- Run ```WiFi-export-import-v2.0.0-x86.exe``` as ⚠️administrator. (Administrator privileges are needed to export all WiFi password as clear text, without administrator privileges only current user WiFi profiles will export with password as clear text - which is needed to import them on other computers) +- Download [WiFi-export-import-v2.1.0-x86.exe](https://github.com/jtaczanowski/WiFi-export-import/releases/download/v2.1.0/WiFi-export-import-v2.1.0-x86.exe) +- Run ```WiFi-export-import-v2.1.0-x86.exe```(Administrator privileges are needed to export all WiFi password as clear text, without administrator privileges only current user WiFi profiles will export with password as clear text - which is needed to import them on other computers) - click "Export WiFi profiles" button and choose directory to which you want to save exported WiFi profiles. ### Import WiFi profiles from directory. -- Run ```WWiFi-export-import-v2.0.0-x86.exe```. -- click "Import WiFi profiles for current user" button and choose directory from which you want to import WiFi profiles for current user. +- Run ```WWiFi-export-import-v2.1.0-x86.exe```. +- click "Import WiFi profiles" button and choose directory from which you want to import WiFi profilesr. or -- click "Import WiFi profiles for all users" button and choose directory from which you want to import WiFi profiles for all users. (⚠️administrator privileges are needed) ## About WiFi-export-import --- EN --- @@ -36,5 +35,5 @@ WiFi-export-import to prosty program pozwalający na eksportowanie i importowani ### Other - program was developed in Golang, GUI was builded with [github.com/rodrigocfd/windigo](https://github.com/rodrigocfd/windigo) library. - - program uses netsh commands like ```netsh wlan export profile key=clear folder=C:\wifi``` ```wlan add profile filename=C:\wifi\WiFi-network.xml```. + - program uses netsh commands like ```netsh wlan export profile key=clear folder=C:\wifi``` ```wlan add profile filename=C:\wifi\WiFi-network.xml user=all```. diff --git a/screenshots/WiFi-export-import.jpg b/screenshots/WiFi-export-import.jpg new file mode 100644 index 0000000..bd2da38 Binary files /dev/null and b/screenshots/WiFi-export-import.jpg differ diff --git a/screenshots/WiFi-export-import.png b/screenshots/WiFi-export-import.png deleted file mode 100755 index af036d9..0000000 Binary files a/screenshots/WiFi-export-import.png and /dev/null differ diff --git a/screenshots/WiFi-export-import_social-image.jpg b/screenshots/WiFi-export-import_social-image.jpg new file mode 100644 index 0000000..e8716c7 Binary files /dev/null and b/screenshots/WiFi-export-import_social-image.jpg differ diff --git a/screenshots/WiFi-export-import_social-image.png b/screenshots/WiFi-export-import_social-image.png deleted file mode 100755 index b06d453..0000000 Binary files a/screenshots/WiFi-export-import_social-image.png and /dev/null differ