unote 書けば書くほどに

20221214

SSIDの登録 バッチファイル

プロファイルをxml形式でエクスポート
netsh wlan export profile name="" folder=C:\WifiProfile

★PWLISTが必要

@echo off

SET wifi_prof="%~dp0WIFI\Wi-Fi-TEST.xml
netsh wlan add profile filename=%wifi_prof%
netsh wlan set profileparameter name=TEST nonBroadcast=yes keymaterial=Test0123 connectionmode=manual

pause
end

keymaterial ・・・ パスワードの設定(keymaterial=パスワード)
connectionmode ・・・ 自動接続、手動接続の設定(自動接続:connectionmode=auto , 手動接続:connectionmode=manual)
nonBroadcast ・・・ ステルスSSID設定(nonBroadcast=yes)


https://coffeekko.com/batde-ssid/


明日話すこと:
・テーブル確認
・プログラムの状況