Jump to content

Ernst

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Ernst

  1. I did a search for #requireadmin and winmove and found a possible reason for not being able to manipulate certain windows without admin privileges. https://www.autoitscript.com/forum/topic/148206-how-do-you-determine-when-requireadmin-is-needed/?do=findComment&comment=1052742 It’s always easier to search if you have a possible solution... :-)
  2. Thanks for your helpful reply. I didn’t try #RequireAdmin as at the office I don’t have an Admin account. It is not exactly what I’m looking for though, but it is a step in the right direction. What in Windows is causing this behaviour as the actions I want to execute normally don’t require Admin credentials. Is there another way to get around this?
  3. Exactly Jos! Strange behaviour. IT looks like the window is responding to the winmove, but isn’t moving at all... Physical mouse action can move the window. Is there any way to trick Windows accepting autoit mouse actions?
  4. As far as I understand the article is about using msra and it’s options. If you are referring to the operation systems mentioned, msra.exe /offerra is working on a Windows 10 machine. I only need a way to manipulate the windows of msra.exe. If there is a way to move the opening window of msra.exe /offerra, the same method can probably be used for the other windows.
  5. Oh sorry. I’m testing iT at home with Windows 10. At work we are using Windows 7 at the moment, but I’m experiencing the same problems there, although I have not tried all options I already tried at home. I know it is hard to manipulatie the Window, but with physical mouseclicks and drags the window can be manipulated...
  6. Hi, I've been using AutoIt for multiple years now and I've always been able to script the actions I needed... But now I'm stuck. For my work I need to remote takeover machines with "c:\windows\system32\msra.exe /offerra". I created a script with a gui with buttons. Every last 5 successful takeovers are placed on buttons with their computer number. So far so good... What I want to do is to remember the de last position of the remote takeover session and place the next session on those positions. Some how I'm totally unable to move or resize the session of MSRA.exe or any window of msra.exe. Let's talk about the first screen of "c:\windows\system32\msra.exe /offerra". WinMove is not working. Mouseclicks are not working, not even with multiple clicks and increased delay. Tried Title, Handle, Class, Handle from Pid and what not... Is there a possibility that some windows cannot be moved/resized, whatever the method used is? Who can help me to understand what to do to move/resize "c:\windows\system32\msra.exe /offerra"?
×
×
  • Create New...