hope you can help me. I can't seem to find the necessary answers.
We are developing an application which runs on top of Windows and hides the Windows UI. Therefore the user has no access to Windows. That's why we developed a webinterface, where the user can configure all the settings which are necessary for our application (like connecting to a Wifi).
When the user wants to add his WPA2-Enterprise network, where the EAP method type is PEAP-MSCHAPv2, he also has to set username and password.
Unfortunately it seems like Windows stores this data (username + password) in the registry, in HKEY_CURRENT_USER (HKCU) to be precise.
That's the key: HKCU\Software\Microsoft\Wlansvc\UserData
Let's get to our problem: In UWF you can't exclude keys from HKCU, but only from HKEY_LOCAL_MACHINE (HKLM). That's why the user can't add such network. He has to disable UWF, add the network again via the webinterface and enable UWF again.
Is there another (read: better) way to preserve this user data with UWF enabled?
Thanks for the help!
No comments:
Post a Comment