I have to open an application like broffice on WINDOWS that is on AWS EC2 and write a text on it. This application is obviously windowed and I have to execute it from a Linux Server. I'm trying to use winexe, but I think that it does not open windowed apps. Is it possible to show windowed applications and performs clicks and writes tests on it remotely? Please, do not worry about what I want to do after show window. I need run windowed applications remotely and show the window.
Use winexe to open windowed application remotely
911 views Asked by dsbonafe At
2
There are 2 answers
7
Jason Mathison
On
You could use winexe to call another tool that can handle the UI automation for you. It looks like Autoit may be able to do what you need via creating a script and compiling aut2exe. https://www.autoitscript.com/site/autoit/
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in DEPLOYMENT
- Github Pages Deployment deploys a blank page
- Django Admin Panel and Sub URLs Returning 404 Error on Deployment
- Next 14 App Router pages from dynamic routes not generating when deployed on vercel but only work on localhost
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- How to Deploy and Manage a Python Application with Systemd
- Elasticbeanstalk FastAPI application is intermittently not responding to https requests
- Duplicate GET requests - Rails & Heroku
- How to use a proxy to obtain a static IP for my Node.js application?
- Next js app throwing 404 error when deployed to vercel, even though it works fine on local
- How to deploy my shiny application (with multiple files) via Docker
- Deploying telegram bot
- How to deploy angular 17 SSR into IIS
- Route not working on refreshing the page in react deployed application
- Vercel wildcard route's src results in 404 error in Hapi.js backend
- Django deployment with GTK3
Related Questions in AUTOHOTKEY
- Dynamic default key action
- How do I move my arrow keys in a square until I stop it in AutoHotkey?
- How to send click to minimized window with ahk library in python
- ControlClicking on a window hidden by 'winHide'?
- AhkV1:Plaqued by 'Expression too long' error
- Need to remap [ Win + . to Alt + . ] using AutoHotkey
- How can I get the width and height of a GUI window in AHK?
- In AHK cancel button is still running the application
- How to capture a small screenshot (cursor included) around mouse?, with AutoHotkey
- Ahk gui does not display double digit numbers
- Creating warning for hotkey use in certain programmes
- How to dynamically access a objects properties?
- Win+[key] hotkey sending a Win+[key] combo unreliable in AHK?
- How can I remap Capslock+h as backspace using AutoHotkey?
- AHK Hotstring for Multi-language Input
Related Questions in REMOTE-ACCESS
- on linux gitclone issue remote server error showing fatal error with proxy n port
- Speed up search of remote directories
- Can't remotely connect to my postgresql database on digitalocean
- Cannot connect on PostgreSQL From remote
- How to run a Python script hosted on a different server remotely from a Java application hosted on another server?
- Windows server 2019 - minimal permissions to allow certmgr.msc (local) to connect to server for read cert store access
- Is there any project that enables YouCompleteMe to connect to a ycmd running on a remote server?
- I am trying to connect to remote server using mysql workbench but i can't. I am using ubantu 22
- How to use neovim remote feature
- PyTorch RuntimeError
- Detect Zoom-Control in .NET 8 application
- Can't open webpage with live server using remote tunnel on a phone with different wifi
- How do I revoke access to a file remotely after it was downloaded by a website user
- How to read netcdf data from minio s3 server by xarray?
- Can't reach azure virtual machine with RDP Connection
Related Questions in WINEXE
- Right way to publish WinUI3 app in single .exe file
- winexe error when executed from webserver with php
- Winexe command gives returns irrelevant info and doesn't execute
- Winexe from Ubuntu to Windows Server 2019 ERROR: Failed to open connection - NT_STATUS_OBJECT_NAME_NOT_FOUND
- appcmd.exe set config doesn't check if username or password is invalid and sets it anyways
- Winexe - ERROR: Failed to open connection - NT_STATUS_CONNECTION_RESET
- winexe error: Cannot connect to svcctl pipe. NT_STATUS_ACCESS_DENIED
- Variable as argument to winexe command in execl function is not working
- wine is not working. Unhandled loader error: 8
- Execute python script with CLI arguments via winexe
- Activating programs on Windows using winexe
- Use winexe to open windowed application remotely
- Powershell Wrapping using Winexe / Linux
- winexe execute command on windows with pipe and quotes
- winexe error when executing make
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I fix our problem creating a secure REST WS that receive a key and execute the command internally. It works in a queue of remote commands and return us the answer code. With this code we validate if our command was correctly executed or not. Other solutions found: use servlet, soap or queues, or virtualmanager. All those solutions was discarded because, or was very complicated for our problem or we don't have permission to execute, or will generate security problems.