Search the Community
Showing results for tags 'wpa2 enterprise'.
-
[Solved] Win 8 and Shell_CharmWindow
CartoonDragon posted a topic in AutoIt General Help and Support
Hi Everyone, I hope someone is able to help me here, i want to detect the "Charm" windows in win8 in a hope to control them, but for now i can't even detect them as a window, does anyone know how i'd be able to detect the windows? specficly the window i want to detect is in win8 when you press "Winkey + I" My initial idea was simple, but doesn't work (tho it might get the wrong Charm window still nothing) WinWait("[Class:Shell_CharmWindow]") msgbox(0,"yey", "yey") So i went and tried with the name of the window, which in my case is "Indstillinger" Tho in english i'm guessing it's "Settings" WinWait("Settings") msgbox(0,"yey","yey") This of course did not work either. Ultimately what i want to do is to setup a Windows 8 none domain computer to a WPA2 Enterprise network with user credentials with out the user having to set this up manually. This we have done easily in windows XP, Vista and Win7 by using a "Wlan.exe" (Much like netsh, but for winxp as well) to import a wireless profile, this makes all the other windows pop up and promt for the user credentials, but windows 8 does not do this. Update ------------------------------- I've found a way to open the network window by sending a command, but still no way of detecting it. rundll32.exe %SystemRoot%\system32\van.dll, RunVAN