අපේ Kapothi ගැටලුවක්: Windows reinstall or new PC එකක් ගන්නකොට Wi‑Fi password එක මතක නැතිව offline වෙලා යන එක. මේකේ solution එක තමයි Wi‑Fi profiles backup & restore ritual එක.

Kapothi Note 🪶:
Before running the backup command, create a folder where you want to save your Wi‑Fi profiles — for example,
⚠️ If you created the backup folder on your C drive, make sure to copy that folder to another drive or external storage before formatting or restoring your computer. Otherwise, your Wi‑Fi backups will be lost during the reinstall.
Before running the backup command, create a folder where you want to save your Wi‑Fi profiles — for example,
C:\WiFiBackup.⚠️ If you created the backup folder on your C drive, make sure to copy that folder to another drive or external storage before formatting or restoring your computer. Otherwise, your Wi‑Fi backups will be lost during the reinstall.
Kapothi Command Box — Backup
# Step 1: Run CMD as Administrator → Win+R → cmd → Ctrl+Shift+Enter # Step 2: Export all Wi-Fi profiles with passwords netsh wlan export profile folder=C:\WiFiBackup key=clear # Output: → XML files saved in C:\WiFiBackup → Each file contains SSID + password
Kapothi Command Box — Restore
# Step 1: Copy XML files to target PC → Example: C:\WiFiBackup # Step 2: Import profile back netsh wlan add profile filename="C:\WiFiBackup\ProfileName.xml" # Result: → Wi-Fi network restored with original password
Notes
- netsh wlan show profiles → Lists saved SSIDs.
- netsh wlan export profile → Dumps all profiles into XML.
- netsh wlan add profile → Restores them on another PC.
- Handle XML files carefully — they contain plain text passwords.