1 頁 (共 1 頁)

Windows 7如何匯出無線網路設定檔

文章發表於 : 2012年 5月 23日, 10:29
kaku
1.先建立好要匯出的目的端目錄,如 c:\wlan
2.用系統管理員身份執行cmd
3.打入 netsh wlan show profiles
(顯示所有的無線設定)
4.打入 netsh wlan export profile folder=c:\wlan
(匯出所有無線設定)
5.打入 netsh wlan add profile filename="c:\無線網路連線-XXX.xml"
(匯入單一無線設定)

參考網頁:
http://networkusers.blogspot.com/2011/11/blog-post_12.html

Re: Windows 7如何匯出無線網路設定檔

文章發表於 : 2012年 5月 25日, 12:40
kaku
如果要匯出無線密碼,則後面要加 key=clear
如: netsh wlan export profile folder=c:\wlan key=clear