Windows App Virtualization

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • remoteapptool

    Create and manage RemoteApps hosted on Windows 7, 8, 10, 11, XP and Server. Generate RDP and MSI files for clients.

  • Create a Windows 11 VM and configure it for: Remote Desktop enabled Windows FW permitting Port 3389 Create a directory on your Windows Desktop named something meaningful (apps, remoteapps etc) Create a Windows "shortcut" for each Windows App you want to use and place the "shortcut" into your new Directory on your Windows Desktop Install Kim Knight's great RemoteAppTool Configure RemoteApp tool to enable Launching Windows "Explorer" as a Remote App

  • FreeRDP

    FreeRDP is a free remote desktop protocol library and clients

  • #======================================================================== # NAME: run1in.sh # # PURPOSE: # # Login to Windows and Execute a Remote App to display on your # Linux Desktop using the Linux application called "freerdp" with: # # Since we are "localized" (Host to Container on the Host) we ignore # (re "don't use" RDP normal "certificate" authentication. # #------------------------------------------------------------- # xfreerdp command line options used are: # # (bpp:32) 32 bits per pixel (ie display resolution) # # a dynamic remote desktop "window" that's can be # resized/minimized/maximized on your Linux Desktop # # There are 2 Prerequisites for use of this script: # # 1) You have installed freerdp on your Linux Host # $ sudo apt install freerdp2-x11 -y # -or- # $ sudo apt install freerdp2-wayland -y # # 2) You have created a folder named "shared-folder" on your Linux # Host # example: $ mkdir /home/yourID/shared-folder # # You will use that folder to for exchange of files to/from your # Linux "/home/yourID/shared-folder" and the "Windows" system # you are connecting to! # # On Windows you have to click on "Network" to see the # "shared-folder" to copy/cut&paste/rename files to/from your # Linux Host's "shared-folder" /home/yourID/shared-folder # # Enable use of Clipboard to/from Windows and the Linux Host # # Enable Sound using currently utilizing Pulseaudio on the Linux Host as # neither XRDP or freerdp support/implement Pipewire yet. # # On login to Windows execute the Explorer.exe application which you had # previously setup as a Windows "Remote App" using Kim Knight's awesome # "RemoteAppTool" Windows native application (its on Github). # # On xfreerdp login to Windows the "Remote App".. Window's "Explorer.exe" # will start-up and be presented to the Linux Desktop User as # just another Linux Desktop application's "window". So you will see # Window's "Explorer.exe" presented which you can resize, minimize or # maximize --- or copy files to/from Windows & your Linux Host # /home/yourID/shared-folder # #--------- # NOTE #--------- # There are many more "xfreerdp" command options available: # # see: https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface # # One in particular is can be very useful: # "printer:," : Redirect a specific printer from your # Linux Host to your xfreerdp Windows Desktop "session" so you can print # from Windows to your local Linux attached Printer. #========================================================================

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts