Forum Discussion
Benoit5
Feb 15, 2024Copper Contributor
Automatic wifi connection during kiosk session
Hello, I have created an "attributed access" or kiosk session on a Windows 10. The pc is in Wi-Fi wpa2 enterprise. I'd like to be able to automatically connect the kiosk session to the Wi-Fi using...
Alabamatom1963
Apr 23, 2024Iron Contributor
See if this helps you. Not sure but Make sure your set attributes are correct.
https://learn.microsoft.com/en-us/managed-desktop/operate/kiosk-device-profile
https://learn.microsoft.com/en-us/managed-desktop/operate/kiosk-device-profile
- Benoit5Apr 23, 2024Copper Contributor
Unfortunately, this link to a help page for managing pc kiosk from microsoft cloud from azur.
I don't use this type of machine, but a local assigned mode (local kiosk mode).
My problem is that the login and password are not injected by the :
echo Sending username and password... netsh wlan set profileparameter name="%ssid%" userIdentity="%username%" >nul netsh wlan set profileparameter name="%ssid%" keyMaterial="%password%" >nul