PunkoHead Posted January 8, 2018 Share Posted January 8, 2018 (edited) Hi Guys, I am having troubles with the Internet Explorer - Windows Security window. I am trying to play with it and everything is okay with windows 7, 8, 8.1, however with Windows 10, I cannot find any control of these buttons. Would you be able to check this and advice what to do? Thank you in advance! Window Info: expandcollapse popup>>>> Window <<<< Title: Windows Security Class: Credential Dialog Xaml Host Position: 774, 504 Size: 456, 322 Style: 0x96C80000 ExStyle: 0x00200100 Handle: 0x00000000000902E8 >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 903, 787 Cursor ID: 0 Color: 0xB8B8B8 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< >>>> Hidden Text <<<< The Windows Security window itself: Edited January 8, 2018 by PunkoHead Link to comment Share on other sites More sharing options...
careca Posted January 8, 2018 Share Posted January 8, 2018 (edited) UIA Check my sig. You're in for a wild ride on UIAutomation, at least for me it's way overly complex. Edited January 8, 2018 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
PunkoHead Posted January 8, 2018 Author Share Posted January 8, 2018 Thanks for the answer, however, when I press CTRL + W it does not recognize the small window, but the whole Desktop Link to comment Share on other sites More sharing options...
careca Posted January 8, 2018 Share Posted January 8, 2018 How can i open / reproduce the window? I seem to have all of that disabled. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
careca Posted January 8, 2018 Share Posted January 8, 2018 (edited) Seems like you cant automate any security boxes Maybe mouseclick or similar. Edited January 8, 2018 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
Earthshine Posted January 8, 2018 Share Posted January 8, 2018 (edited) what would be the purpose? to let people bypass security? lol. UIAutomation is where I called it quits and went to C#. when I test, UAC is usually off as is the "other" thing Edited January 8, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
PunkoHead Posted January 8, 2018 Author Share Posted January 8, 2018 That's sad... UAC is off, of course Unfortunately I am not able to use MouseClick as we will be using this (several people) with different Windows versions and also some people have 2 certificates, then the OK button will be placed in a different position.. I am now thinking of recognizing the number of certificates, then moving the window and then clicking on the OK button based on the number of certificates.. However, the problem remain with Windows 7 and 8.1 as the Window is different there.. Any other ideas will be great! Link to comment Share on other sites More sharing options...
careca Posted January 8, 2018 Share Posted January 8, 2018 (edited) Well, just detect the type of OS @OSVersion and act uppon that. Edited January 8, 2018 by careca PunkoHead 1 Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
Earthshine Posted January 8, 2018 Share Posted January 8, 2018 (edited) disable the LSA. I DO NOT recommend this. I leave it on and UAC on all client machines, always. Edited January 8, 2018 by Earthshine PunkoHead 1 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
PunkoHead Posted January 8, 2018 Author Share Posted January 8, 2018 4 minutes ago, careca said: Well, just detect the type of OS and act uppon that. Great idea, thanks! 3 minutes ago, Earthshine said: disable the LSA. I DO NOT recommend this. I leave it on and UAC on all client machines, always. Not possible. We will be using this in a corp environment and the system administration team will never allow such things. Thanks for the suggestion though! Link to comment Share on other sites More sharing options...
Earthshine Posted January 8, 2018 Share Posted January 8, 2018 (edited) Get the SysAdmin team to push it SMS style. It's good to make friends in the right places. ;-) Edited January 8, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
iamtheky Posted January 8, 2018 Share Posted January 8, 2018 Are your IE versions the same? Can you run this in Edge on Win10 boxes, or stuck with IE? ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
PunkoHead Posted January 8, 2018 Author Share Posted January 8, 2018 4 minutes ago, iamtheky said: Are your IE versions the same? Can you run this in Edge on Win10 boxes, or stuck with IE? It's all different and I am already writing the script to determine the OS version and clicking OK by color Thanks! 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