add netsh section (wip)

This commit is contained in:
2025-12-17 12:42:04 +01:00
parent 03920c759c
commit cda56e3a95

9
Windows/netsh/readme.md Normal file
View File

@@ -0,0 +1,9 @@
# netsh.exe (WIP)
## Backup
`netsh.exe wlan export profile key=clear folder=%path%`
## Restore
`netsh.exe wlan add profile filename=%path% user=current`