Skip to content

Commit

Permalink
Update README.md and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaczanowski committed Jul 19, 2023
1 parent c9b349a commit 871e87f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@ Program do importowania i eksportowania profili sieci WiFi w systemach Windows



<img src="/screenshots/WiFi-export-import.png" alt="WiFi-export-import" height="100%" width="100%">
<img src="/screenshots/WiFi-export-import.jpg" alt="WiFi-export-import" height="100%" width="100%">


## 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 ---

Expand All @@ -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```.

Binary file added screenshots/WiFi-export-import.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/WiFi-export-import.png
Binary file not shown.
Binary file added screenshots/WiFi-export-import_social-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/WiFi-export-import_social-image.png
Binary file not shown.

0 comments on commit 871e87f

Please sign in to comment.