software development

Microsoft to Replace Remote Desktop App By May 27, 2025

Microsoft is discontinuing support for its Remote Desktop app on Windows, effective May 27th. Users who rely on the app to connect to Windows 365, Azure Virtual Desktop, or Microsoft Dev Box machines will need to switch to the new Windows app. People Are Already Applying to Learn Software Development in Abuja.

Launched in September, the new Windows app offers features such as multimonitor support, dynamic display resolutions, and streamlined access to cloud PCs and virtual desktops. Microsoft has announced that “connections to Windows 365, Azure Virtual Desktop, and Microsoft Dev Box through the Remote Desktop app from the Microsoft Store will be blocked after May 27th, 2025.”

Learn Software Development in Abuja, Nigeria

The Windows app interface.
Image: Microsoft

The current Remote Desktop app should not be confused with Microsoft’s Remote Desktop Connection app, which has been included in Windows for over two decades. The latter will remain available in Windows 11 after May 27th, and Microsoft confirms it can still be used to connect to machines until Remote Desktop Protocol (RDP) support is added to the new Windows app.

The reference to RDP support suggests that Microsoft may eventually enable personal accounts in its Windows app. Currently, the app is limited to work or school Microsoft accounts, despite Microsoft’s broader vision of transitioning Windows entirely to the cloud to “enable enhanced AI-powered services and seamless roaming of users’ digital experiences.”

Recent Posts

Event Bubbling and Capturing: Why Your Click Listener Fires Twice (And How to Fix It)

If you’ve ever built an interactive web application, you may have encountered a puzzling issue:…

5 days ago

Practical Array Methods for Everyday Coding

Arrays are the backbone of programming, used in nearly every application. Whether you're manipulating data,…

6 days ago

What the Heck Is the Event Loop? (Explained With Pizza Shop Analogies)

If you've ever tried to learn JavaScript, you’ve probably heard about the "Event Loop"—that mysterious,…

1 week ago

Why [] === [] Returns false in JavaScript (And How to Properly Compare Arrays & Objects)

JavaScript can sometimes behave in unexpected ways, especially when comparing arrays and objects. If you've…

1 week ago

Recursion for Beginners

Recursion is a programming technique where a function calls itself to solve smaller instances of…

2 weeks ago

Optional Chaining (?.): How to Avoid ‘Cannot Read Property’ Errors in JavaScript

One of the most common errors in JavaScript is the dreaded TypeError: Cannot read property…

2 weeks ago