Jump to content

Search the Community

Showing results for tags 'rdp'.

  • Search By Tags

    • rdp ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 12 results

  1. Hi, I am trying the fix an RDP issue with Windows 11 24H2 by copying some Windows 11 23H2 files in C:\System32, C:\System23\nl-NL and c:\windows\SystemResources. Basically I am doing the following: Run script as #RequiredAdmin FileInstall Win11 RDP files in %temp% Run takeown,e...
  2. Version 0.2024.3.2

    2,115 downloads

    ..so I have to help someone and remember how to get the session ID, then remember how to shadow. All from a command prompt. Not cool. So I wrote this, Is coded for Windows in English. May work in other languages too. ( as long as "qwinsta" runs, this should work ) It now calls wtsapi32...
  3. Version 0.2019.4.27

    850 downloads

    I use RDP a lot, and is not uncommon to run another session again, closing the prior connection, when minimized. The solution?, see if the window exists. If it does, restore it, else, run it.
  4. About This File I use RDP a lot, and is not uncommon to run another session again, closing the prior connection that was minimized. The solution: See if the window exists. If it does, restore it, else, run it. And this is the support topic for RdpRunner. so, if you need help with t...
  5. Hello Guys and AutoIt Scriptwriters!🎉❤️ I've created a script to notify to me if RDP main IP changed then send a message via Telegram bot to me But some of my RDP's Main IP are @IPAddress1 or @IPAddress3 or Public IP Address... I want to detect automatically the IP that windows clien...
  6. Hello, At this moment I'm trying to make a RDP tool to make multiple connections and switch between them. Curently I'm having troubles in making multiple connections and got some error's. I know why I get the error's (trying to change a active connection) but I'm not sure how to solve this...
  7. Hi guys, My post is more architecture related than the actual autoit script. Currently I have a java tool that makes a connection to a azure Windows VM using WINRM. Then I "grep" the session ID of RDP and using psexec I execute my autoit script on the session ID of the RDP (Thi...
  8. I am trying to use the example code from But when I try it I get the GUi loaded then it closes. Is there a new way to load RDP on windows 10/2016 with AutoIT? #include <GUIConstants.au3> #include <Array.au3> $width = 1024 $height = 768 $oRDP = ObjCreate("MsTscAx.MsTscAx.10") $GUI =...
  9. I have a bunch of scripts that I need to run on systems that are either accessed from RDP or Citrix. The problem I have had all along is that if you close the RDP or Citrix screen then the scripts will fail even if the user is still logged into the system you were connected to. I finally f...
  10. Hi, I've searched but can only find posts from people with the opposite problem (asking how to get their GUI to display on top of a full-screen app, usually a game. I've created a toolbar which I use in a work environment, creating the GUI with the following styles; $hwnd = GUICreate($title,...
  11. Hi Guys, I have been scouring the forums but cant find what i want so i am hoping someone can help me out by pointing me in the right direction or starting me off with how to build the script from scratch. What i want to be able to achieve is: Have the script hunt for a machine that is available...
  12. Has anyone seen this odd behavior where an autoit program is running on a remote computer. When you use Microsoft's Remote Desktop client to remote in on that machine, no problem. But if the user at some point later logs on locally to that same machine, autoit crashes? I'm not sure why it happens...
×
×
  • Create New...