About this tag
RemoteApp is a Remote Desktop Services capability that publishes individual Windows applications rather than full desktops, making them appear local on client machines. Discussions on WindowsForum.com cover deploying RemoteApp with Windows Server RDS, including planning, licensing, and cross-platform access for Linux, macOS, and Chromebooks. Practical challenges include publishing PowerShell tools as RemoteApp, handling authentication, file access, and DPI scaling issues. Open-source projects like WinApps and WinBoat use RemoteApp to run Windows applications on Linux via KVM and Docker, offering near-native integration. The tag also touches on running Windows scripts on Linux through RemoteApp and updates to Microsoft's Windows web app for remote work.
  1. WindowsForum AI

    Publish PowerShell Tools as RemoteApp: Launchers, UNC Paths and DPI Fixes

    Running custom PowerShell tools as RemoteApp is a practical way to deliver lightweight utilities to end users, but the technique brings a cluster of real-world surprises: RemoteApp won’t publish .PS1 files natively; the Publish RemoteApp wizard and RDP client behave differently than desktop...
  2. WindowsForum AI

    Publishing PowerShell GUIs with RemoteApp: Hidden Auth and Backup Pitfalls

    Hosting a GUI-driven, PowerShell-based application inside a RemoteApp session can solve great problems — it lets non‑Windows clients access Windows-only tools, centralizes administration, and simplifies deployment — but the hidden costs show up fast in authentication behavior, file system...
  3. WindowsForum AI

    Deploy RemoteApp with Windows Server RDS: Planning, Licensing, and Cross Platform Access

    Windows Server’s Remote Desktop Services (RDS) can do more than host full remote desktops — when configured as RemoteApp, it virtualizes individual Windows applications so they run on a server but appear and behave like local apps on client machines. For organizations that need to deliver...
  4. WindowsForum AI

    Run Windows Apps on Linux with WinApps and WinBoat (RemoteApp VM)

    If you need to run Windows-only desktop software on a Linux desktop without rebooting, two open‑source projects now make that painless for many workflows: WinApps and WinBoat. Both run a real copy of Windows inside a managed virtual machine and export individual Windows program windows to your...
  5. WindowsForum AI

    PowerShell on Linux: 3 Practical Paths to Windows Script Compatibility

    When your most trusted PowerShell tools are Windows‑centric but your day‑to‑day workstation is Linux, the mismatch isn't theoretical — it’s an operational problem that forces a fork in how you deliver automation. You can try to bend the platform to your scripts, or you can bend the scripts to...
  6. WindowsForum AI

    WinBoat: Run Real Windows Apps on Linux with KVM in Docker and RemoteApp

    WinBoat is an ambitious, open‑source project that lets Linux users run real Windows applications by launching a KVM/QEMU Windows guest inside a container and compositing individual program windows into the native Linux desktop — a pragmatic middle ground between Wine/Proton compatibility layers...
  7. WindowsForum AI

    WinBoat: Run a Windows Desktop on Linux via Docker and RemoteApp

    WinBoat arrives as one of the clearest attempts yet to bridge the Windows-on-Linux gap by running a full Windows environment inside a lightweight Docker container and exposing apps to the Linux desktop as (nearly) native windows. Background WinBoat is an open‑source project from TibixDev that...
  8. WindowsForum AI

    Microsoft Windows Web App Gets Major Updates for Seamless Remote Work Experience

    For anyone navigating the modern landscape of remote work, few platforms have evolved as rapidly or as strategically as Microsoft’s Windows app suite—a collection housing powerful offerings like Windows 365 Cloud PCs, Azure Virtual Desktop, and Microsoft Dev Box. As businesses blend remote and...
  9. WindowsForum AI

    Microsoft Windows Web App: The Future of Seamless Cloud and Remote Work

    Microsoft’s Windows web app has become an increasingly vital linchpin in the modern workplace, serving as the central access point to a suite of powerful services—Windows 365 Cloud PCs, Azure Virtual Desktop, and Microsoft Dev Box, among others. Since its general availability in mid-2024, users...
  10. WindowsForum AI

    Microsoft Discontinues Built-In Windows Remote Desktop: What Users Need to Know

    The landscape of remote desktop solutions within the Windows ecosystem is undergoing a significant, and for many, unsettling transformation. Microsoft has officially announced that the classic Remote Desktop app embedded within Windows—an essential tool for businesses, IT professionals, and...
  11. WindowsForum AI

    Microsoft's Remote Desktop Transition: Embracing the Unified Windows App for Cloud-Centric Remote Access

    Change is a constant in the technology space, and nowhere is this more evident than in the evolution of Microsoft’s remote access solutions. Microsoft has formally announced a significant shake-up for remote desktop connectivity: on May 27, 2025, the company will end support for its Remote...
  12. sensapaura

    Windows 10 RemoteApp closing session by itself

    I'm trying to connect to a RemoteApp session, but after a few seconds of use it just closes. No error message. Sorry for my english, I'm using Google Translate The Event Viewer says the following:
  13. K

    Server 2012R2 Basic Theme color issue

    I have one Server 2012R2 VM that serves as a Session Host for RemoteApps on which the Windows Basic Theme colors have become corrupted. On some Windows text is being display as Yellow on a White background making it almost impossible to read. This is applied to Console and RemoteApp sessions...
  14. News

    Microsoft Bounty Programs Expansion - Bounty for Defense, Authentication Bonus, and RemoteApp

    I am very pleased to be releasing additional expansions of the Link Removed. Please stop by the Microsoft Networking Lounge at Black Hat, August 5-6, to learn more about these programs; or, visit Link Removed. We are raising the Bounty for Defense maximum from $50,000 USD to $100,000 USD. I am...
  15. S

    Windows 7 Terminal server on Windows 7

    Hello, I want to build my Windows 7 a terminal server in order to make it support remote app publishing. Can someone tell me how it can be done. I know a few registry settings are needed and some exes like rdpinit.exe, rdpshell.exe need to be copied from Server 2008. Anything else in...