User's password must be changed before signing in

You can test on a live system, by running the same netsh commands. Just delete all old Wi-Fi profiles before testing.
Code:
netsh wlan add profile filename=\folder\path\SebSarahHouse.xml user=all
netsh wlan set profileparameter name=SebSarahHouse connectionmode=auto
 
ok that work on my live sytem ,
so i will try this
netsh wlan add profile filename="C:\wifi\Wi-Fi-SebSarahHouse.xml" user=all
netsh wlan set profileparameter name=SebSarahHouse connectionmode=auto


and i need to put the XML files in the top or the last one ( here1 or here2 )
here1
netsh wlan add profile filename="C:\wifi\Wi-Fi-SebSarahHouse.xml" user=all
netsh wlan set profileparameter name=SebSarahHouse connectionmode=auto
here2
 
If you've upgraded NTLite this year (Mar-Apr. 2024), then the temporary location for the XML file might have changed. I would delete the line adding the XML profile, and add it again. See if NTLite's listed temporary path has changed by itself.
 
when i add the XML files , i have this
< use as "%WINDIR%\Setup\Files\Wi-Fi-SebSarahHouse.xml" >

my XML located here : C:\wifi

i need to change anything ?
 
You need to copy the same filename, from the "use as".
Code:
netsh wlan add profile filename="%WINDIR%\Setup\Files\Wi-Fi-SebSarahHouse.xml" user=all
 
No other changes to this ISO, except for a different Wi-Fi connection? And the manual commands worked after installing this ISO?
 
Back
Top