-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to accept drag and drop for creating new applications #131
Comments
Drag and drop could probably work but you'd miss all the extra config steps so I'd advise against it. As for multistory, that sounds like a nice featureBut not sure on the timeline to implement. |
Thanks for the response.
It would be the same as hitting the '+' icon, which seems to work perfectly. I'm fairly new to this so I'm not sure what extra steps occur unless you are using the "New RemoteApp (Advanced)..." option
Context and security. The web page is usually for a login portal which is local to the site I'm RDPing to, or effectively inaccessible from my local desktop.
I've been using remote desktop this way since on windows 7 since 2012, but I've always built the commands and settings into the RDP file and disabled the "AllowList" on the remote host. You applications ability to configure the remote host correctly without dropping all security is a plus. also also...
Clearly I'm fishing for a way to migrate my existing collection of rdp files with minimum effort.... |
So was just reading that and you are starting chrome with arguments over rdp, not loading a webpage directly. I do still find this odd behavior but makes more sense to me now. I'm also not understanding how this would help with the 700 rdp files you currently have. This tool isn't for managing your rdp files, it is for creating the setup for remote apps without the need of the Microsoft front end. It will create the rdp files for distribution but it isn't an rdp management tool... |
Some cool ideas, thanks @systemmonkey42 ! |
As a test, I wrote a script which I used to convert 200 "verbose" rdp files into a pair of REG and minimal RDP files. Once I loaded the reg file, it all mostly worked
With 200 applications, RemoteAppTool became fairly slow... As an aside, If I try and add a "shortcut" as an application, RemoteAppTool unpacks the EXE and PATH from the shortcut, and discards the shortcut. This is actually a bad idea. Just add the shortcut. The only way to launch an elevated command prompt or powershell for example, is to create a shortcut to CMD.exe, configure it to run as administrator, and have remote desktop launch the shortcut. This demonstrably works, however isn't supported by your application. Regards |
@systemmonkey42 - your use of RemoteApp Tool is unconventional and interesting. The features you are requesting are not a priority for most users of the tool. While I'm unlikely to have time to investigate/implement these anytime soon myself, I'm keen to add your suggestions as individual issues in the repo. I think I have boiled it down to a handful of issues/feature requests: Drag and Drop Support:
Bulk Export Functionality:
URL Support:
Shortcut Support:
Performance Improvements:
Do you think this is a reasonable summary? |
I'm keen to stop hand massaging hundreds of RDP files (which I occasionally have to clone and bulk edit to change host names or drive paths). These few additional features would make it trivial. Thanks for your time. |
Hi, I've just discovered your tool, and I have a couple of ideas..
It would be handy to accept drag and drop of an exe file on the main application window
to create one or more applications.
It would also be nice if I could select all (ctrl-a) or some (ctrl-click) programs and bulk export the RDP files.
Support for URL's. I have a number of RDP files which contain:
(amongst other settings) for example simply to launch the default browser with the provided url.
I currently have over 700 RDP files to launch different apps on different computers, some are URL's which I'm not even sure how to reproduce with your tool. Drag-and-drop, and bulk export would make conversion simple and convenient.
Thanks
The text was updated successfully, but these errors were encountered: