Hello,
Is it possible when desactivating the SIM and reactivated it again to reconnect to the network ?
I try to do it but it seems a reboot is necessary.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone,
I tried to connect to a mobile network with the netsh mbn command (
https://learn.microsoft.com/fr-fr/windows-server/networking/technologies/netsh/netsh-mbn) but I don't understand what is the XML profile.
How can I get that from my current configuration on Windows ?
If I can't get it how to create one ?
I didn't find the documentation about it.
I am on Windows 10 with a cellular module inside it.
Thank you !
Hello,
Is it possible when desactivating the SIM and reactivated it again to reconnect to the network ?
I try to do it but it seems a reboot is necessary.
Hi,
1.Use the following command to get the mobile interface and note the interface name: netsh mbn show interface
2.Get the connection profiles for the interface: netsh mbn show profiles interface="interface name"
3.Connect using the interface and profile name:
netsh mbn connect interface="interface name" connmode=name name="{.....}"
4.Disconnect using the interface name:
netsh mbn disconnect interface="interface name"
For more details, you can refer to the following link (pay attention to what Kris De Decker said):
Connect And Disconnect Mobile Broadband Connection
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Best Regards,
Candy
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.