Import Wi-Fi profile XML

Ryan

New Member
Under the post setup how would I add the xml file for wifi profile.

Post setup - add command - netsh wlan add profile filename=c:\test.xml" user=all

I am just not sure where to stick the xml file in the image or what path to use
 
Drop test.xml here:
\sources\$OEM$\$$\Setup\scripts

And add this line (if that is correct):
netsh wlan add profile filename=test.xml" user=all

in command (left field) could set netsh and in the right field: wlan add profile filename=test.xml" user=all
 
To add, for archiving purposes, you can also drop an XML file to the Post-setup page, it will copy it as a passive file.
Just use it then as instructed on the Post-setup page, "%WINDIR%\Setup\Files\test.xml"
e.g.
Command:
Code:
netsh
Parameters:
Code:
wlan add profile filename=%WINDIR%\Setup\Files\test.xml
 
sorry i don't know anything about this but i want to learn.

can i add my wifi to my iso?

For example wifi name is : name
and password is : password

what is the command?
 
Back
Top