Belini Posted March 24, 2018 Share Posted March 24, 2018 (edited) I need to show the wifi network options without having to click the taskbar icon, is there a way to show network options using Autoit commands? Edited March 24, 2018 by Belini My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Developers Jos Posted March 24, 2018 Developers Share Posted March 24, 2018 You are really all over the place with this Wifi question of yours. This is now the 2rd thread you opened and also posted in the examples thread. Wouldn't it be much simpler to stick to one thread ? (I think so!) So have you looked at the netsh command and all its options by searching the internet for this? What have you found? ... something like "netsh wlan show networks mode=bssid" to try and did that work? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Belini Posted March 24, 2018 Author Share Posted March 24, 2018 (edited) I post here because the subject is not the same, in the other I wanted to connect using network name and password and in this one I just want to show the window that displays the networks, I lost 3 days trying to use network name password but was missing figuring out how to encrypt the password to put in keymaterial there gave up and I decided to try the way I put it in this topic! Any idea how to show the networks window without having to click on the icon that is in the taskbar? NOTE: With the same subject I posted only in the topic I created and in other they indicated for me, in the examples section I do not remember having posted. netsh wlan tried all possible but could not create a new profile and connect to it Edited March 24, 2018 by Belini My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Developers Jos Posted March 24, 2018 Developers Share Posted March 24, 2018 21 minutes ago, Belini said: netsh wlan tried all possible but could not create a new profile and connect to it Ok... that was for your "other" topic, but did you try the netsh command I gave to list the potential networks? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Belini Posted March 24, 2018 Author Share Posted March 24, 2018 List the networks I already can without using netsh and also I can create and import a new profile, I just could not encrypt the password to put in keymaterial of the new profile so I could not continue. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Belini Posted March 25, 2018 Author Share Posted March 25, 2018 It will not be possible to encrypt the password number to put in keymaterial and nor can show the networks without clicking on the icon? Does anyone know of a third-party program that I can use to enter username and password to connect to a new wifi network?Is it impossible to do the things I need?Can anyone with more knowledge tell me if I'm wasting time trying these things? My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Bilgus Posted March 25, 2018 Share Posted March 25, 2018 I already told you that the key doesn't need to be encrypted to work yes there are ways to encrypt the key but why when windows will do it for you by connecting to the network once first you said your use case will have no explorer running and have your program as the front end how about just popping up the windows network connection window instead? Link to comment Share on other sites More sharing options...
Belini Posted March 25, 2018 Author Share Posted March 25, 2018 Quote I already told you that the key does not need to be encrypted to work I already created a new profile and sent the password without encryption and this did not work, would you have an example of how to connect using the password without encrypting? Quote just popping up the windows network connection window instead? It is exactly what I intend to do but as I said there will be no taskbar, explorer and no manager, do you know how to display the connection window without having to click on the taskbar icon?One of the two alternatives would solve my problem and I could connect to a new wifi network. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Bilgus Posted March 25, 2018 Share Posted March 25, 2018 Run("explorer.exe shell:::{1fa9085f-25a2-489b-85d4-86326eedcd87}") Link to comment Share on other sites More sharing options...
Bilgus Posted March 25, 2018 Share Posted March 25, 2018 (edited) I grabbed that CLSID by searching regedit for 'Manage Wireless Networks' Now what it does with explorer not running IDK but one option would be to kill explorer once you are done with it if it doesn't work how you want Edited March 25, 2018 by Bilgus Belini 1 Link to comment Share on other sites More sharing options...
Belini Posted March 25, 2018 Author Share Posted March 25, 2018 (edited) @Bilgus thanks to your tip I have already been able to show the networks window without having to click on the icon however the explorer must be enabled and in my program I can not allow explorer to be enabled ShellExecute('explorer.exe', 'shell:::{38A98528-6CBF-4CA9-8DC0-B1E1D10F7B1B}', 'C:\Windows'); 1st option ; OR ShellExecute("rundll32.exe", "van.dll RunVAN", "C:\windows\system32");2st option ; Both ways work only with explorer enabled Edited March 25, 2018 by Belini My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Earthshine Posted March 26, 2018 Share Posted March 26, 2018 without explorer you don't have much of an os to run on. My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Belini Posted March 26, 2018 Author Share Posted March 26, 2018 I think then that I will have to keep the explorer and hide the taskbar and icons from the desktop. RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "Shell", "REG_SZ", "Explorer.exe") $hWnd_b = WinGetHandle("[CLASS:Shell_TrayWnd]") _WinAPI_ShowWindow($hWnd_b, @SW_HIDE) ControlHide("[CLASS:Progman]", "", "SysListView321") My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Bilgus Posted March 26, 2018 Share Posted March 26, 2018 Look into kiosk mode for windows Kinda depends what version of windows you are using but made for this. http://techgenix.com/windows-kiosk-mode-solutions/ Belini 1 Link to comment Share on other sites More sharing options...
Belini Posted March 26, 2018 Author Share Posted March 26, 2018 Thanks for the @Bilgus tip I'll take a look at this. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Belini Posted March 26, 2018 Author Share Posted March 26, 2018 I was able to do what I wanted although not being as I had wanted before but it worked, thank you to all who helped. $hWnd_b = WinGetHandle("[CLASS:Shell_TrayWnd]") _WinAPI_ShowWindow($hWnd_b, @SW_HIDE) ControlHide("[CLASS:Progman]", "", "SysListView321") If Not WinActive("[CLASS:NativeHWNDHost]") Then ShellExecute("rundll32.exe", "van.dll RunVAN", "C:\windows\system32") Sleep(100) WinMove("[CLASS:NativeHWNDHost]" WinMove("[CLASS:NativeHWNDHost]", "", 0, 0, @DesktopWidth, @DesktopHeight) EndIf My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now