Primeiro, exporte um perfil WiFi existente com:
netsh wlan export profile name="WifiNetwork" folder="C:\path\" key=clear
Depois disso, adicione-o a todos os usuários:
netsh wlan add profile filename="full path of .xml file" user=all
Para informações detalhadas, consulte este tutorial em tenforums .com :